postfix: stop using USE_NOEXECONLY on amd64, bump after openssl 3 changes

(static linking).
This commit is contained in:
tb 2023-01-20 20:58:41 +00:00
parent 7c6cb3024e
commit 343a841ef9
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2
.endif
.if ${NEEDS_OPENSSL:L:Myes}
. if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != riscv64
. if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != amd64 && ${MACHINE_ARCH} != riscv64
USE_NOEXECONLY= Yes
. endif
BUILD_DEPENDS+= security/openssl/3.0

View File

@ -1,5 +1,5 @@
VERSION= 3.8-20221007
REVISION= 4
REVISION= 5
PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/experimental/
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}

View File

@ -1,5 +1,5 @@
VERSION= 3.7.3
REVISION= 4
REVISION= 5
PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/official/
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}