diff --git a/mail/postfix/Makefile.inc b/mail/postfix/Makefile.inc index 8b06c331a90..757bcb71572 100644 --- a/mail/postfix/Makefile.inc +++ b/mail/postfix/Makefile.inc @@ -67,6 +67,7 @@ MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 .endif .if ${NEEDS_OPENSSL:L:Myes} +USE_NOEXECONLY= Yes BUILD_DEPENDS+= security/openssl/3.0 MAKE_CCARGS+= -I${LOCALBASE}/include/eopenssl30 MAKE_AUXLIBS+= ${LOCALBASE}/lib/eopenssl30/libssl.a \ diff --git a/mail/postfix/snapshot/Makefile b/mail/postfix/snapshot/Makefile index b24be66b1a6..a244105e2cd 100644 --- a/mail/postfix/snapshot/Makefile +++ b/mail/postfix/snapshot/Makefile @@ -1,5 +1,5 @@ VERSION= 3.8-20221007 -REVISION= 1 +REVISION= 2 PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/experimental/ MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/} diff --git a/mail/postfix/stable/Makefile b/mail/postfix/stable/Makefile index df4da762f71..6a74c6cae85 100644 --- a/mail/postfix/stable/Makefile +++ b/mail/postfix/stable/Makefile @@ -1,5 +1,5 @@ VERSION= 3.7.3 -REVISION= 1 +REVISION= 2 PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/} diff --git a/security/sslscan/Makefile b/security/sslscan/Makefile index 639db7ff74c..f5fd2b3947c 100755 --- a/security/sslscan/Makefile +++ b/security/sslscan/Makefile @@ -1,9 +1,11 @@ COMMENT= SSL/TLS scanner (identify version, ciphers, etc) +USE_NOEXECONLY= Yes + GH_ACCOUNT= rbsec GH_PROJECT= sslscan GH_TAGNAME= 2.0.15 -REVISION= 3 +REVISION= 4 CATEGORIES= security net