sslscan: stop using USE_NOEXECONLY on amd64, bump after openssl 1.1 changes

(static linking)
This commit is contained in:
tb 2023-01-20 20:59:16 +00:00
parent 343a841ef9
commit 03225be04a
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
COMMENT= SSL/TLS scanner (identify version, ciphers, etc)
.if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != riscv64
.if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != amd64 && ${MACHINE_ARCH} != riscv64
USE_NOEXECONLY= Yes
.endif
GH_ACCOUNT= rbsec
GH_PROJECT= sslscan
GH_TAGNAME= 2.0.15
REVISION= 6
REVISION= 7
CATEGORIES= security net