Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
postfix/stable: switch to openssl 3.2
To:
ports@openbsd.org
Cc:
brad@comstyle.com
Date:
Sun, 14 Apr 2024 23:48:25 +0100

Download raw body.

Thread
  • Theo Buehler:

    postfix/stable: switch to openssl 3.2

I'd like to remove security/openssl/3.1. This switches postfix to 3.2.

Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/mail/postfix/Makefile.inc,v
diff -u -p -r1.110 Makefile.inc
--- Makefile.inc	26 Oct 2023 20:17:57 -0000	1.110
+++ Makefile.inc	14 Apr 2024 22:31:55 -0000
@@ -69,10 +69,10 @@ MAKE_AUXLIBS+=	-L${LOCALBASE}/lib -lsasl
 . if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != amd64 && ${MACHINE_ARCH} != riscv64
 USE_NOEXECONLY=	Yes
 . endif
-BUILD_DEPENDS+=	security/openssl/3.1
-MAKE_CCARGS+=	-I${LOCALBASE}/include/eopenssl31
-MAKE_AUXLIBS+=	${LOCALBASE}/lib/eopenssl31/libssl.a \
-		${LOCALBASE}/lib/eopenssl31/libcrypto.a
+BUILD_DEPENDS+=	security/openssl/3.2
+MAKE_CCARGS+=	-I${LOCALBASE}/include/eopenssl32
+MAKE_AUXLIBS+=	${LOCALBASE}/lib/eopenssl32/libssl.a \
+		${LOCALBASE}/lib/eopenssl32/libcrypto.a
 .else
 MAKE_AUXLIBS+=	-lssl -lcrypto
 WANTLIB+=	crypto ssl
Index: stable/Makefile
===================================================================
RCS file: /cvs/ports/mail/postfix/stable/Makefile,v
diff -u -p -r1.261 Makefile
--- stable/Makefile	28 Mar 2024 09:51:48 -0000	1.261
+++ stable/Makefile	14 Apr 2024 22:32:11 -0000
@@ -1,4 +1,5 @@
 VERSION=	3.9.0
+REVISION=	0
 
 EPOCH=		0