Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
hcxtools: switch to openssl/3.2
To:
ports@openbsd.org
Cc:
sebastia@openbsd.org
Date:
Mon, 15 Apr 2024 00:09:44 +0100

Download raw body.

Thread
  • Theo Buehler:

    hcxtools: switch to openssl/3.2

... because I want to remove openssl/3.1.

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/hcxtools/Makefile,v
diff -u -p -r1.18 Makefile
--- Makefile	26 Feb 2024 21:21:29 -0000	1.18
+++ Makefile	14 Apr 2024 22:02:20 -0000
@@ -13,15 +13,15 @@ MAINTAINER =	Sebastian Reitenbach <sebas
 PERMIT_PACKAGE=	Yes
 
 WANTLIB += 	c curl z
-WANTLIB +=	lib/eopenssl31/crypto lib/eopenssl31/ssl
+WANTLIB +=	lib/eopenssl32/crypto lib/eopenssl32/ssl
 LIB_DEPENDS +=	net/curl \
-		security/openssl/3.1
+		security/openssl/3.2
 
 USE_GMAKE =	Yes
 ALL_TARGET =
 
-CFLAGS +=       -Wno-deprecated-declarations -I${LOCALBASE}/include/eopenssl31
-LIBS +=		-Wl,-rpath ${LOCALBASE}/lib/eopenssl31 -L${LOCALBASE}/lib/eopenssl31
+CFLAGS +=       -Wno-deprecated-declarations -I${LOCALBASE}/include/eopenssl32
+LIBS +=		-Wl,-rpath ${LOCALBASE}/lib/eopenssl32 -L${LOCALBASE}/lib/eopenssl32
 
 MAKE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
 MAKE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib ${LIBS}"