set USE_NOEXECONLY for ports statically linking ports/security/openssl/*
This commit is contained in:
parent
0d78a861f2
commit
9b35988445
@ -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 \
|
||||
|
@ -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/}
|
||||
|
@ -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/}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user