diff options
Diffstat (limited to 'security/nmap-devel/Makefile')
-rw-r--r-- | security/nmap-devel/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/nmap-devel/Makefile b/security/nmap-devel/Makefile index 108bf3a940b9..4ae8f7fe5084 100644 --- a/security/nmap-devel/Makefile +++ b/security/nmap-devel/Makefile @@ -27,8 +27,8 @@ EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/mswin3 --no-same-owner --no-same-permissions USE_GITHUB= yes -GH_TAGNAME= 4ab57093d -NMAP_COMMIT_DATE= 20250323 +GH_TAGNAME= eddc779a0 +NMAP_COMMIT_DATE= 20250430 GNU_CONFIGURE= yes CONFIGURE_ARGS=--without-localdirs \ @@ -63,6 +63,10 @@ STRIP_FILES+= nmap nping .include <bsd.port.options.mk> +.if defined(SSL_DEFAULT) && ${SSL_DEFAULT} == libressl +BROKEN= error: OpenSSL-1.1.1 is the minimum supported version. LibreSSLis not supported +.endif + .if exists(/usr/lib/libibverbs.a) # Link with libibverbs is needed by static libpcap post-patch-PCAP-on: |