git: 3fe2fa6e202f - 2021Q4 - security/nmap: Make PCAP option non-default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Dec 2021 04:42:10 UTC
The branch 2021Q4 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fe2fa6e202fe6d89f2e087489a04b0bd9f02b1e commit 3fe2fa6e202fe6d89f2e087489a04b0bd9f02b1e Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-12-06 04:13:12 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-12-10 04:35:39 +0000 security/nmap: Make PCAP option non-default All supported versions of FreeBSD provide pcap support. Disable the PCAP option by default. (cherry picked from commit cb950ffff2e18ff8148ae10ac010b000b926739c) --- security/nmap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 6cd71bb4892d..c2223cd54aec 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -2,7 +2,7 @@ PORTNAME= nmap DISTVERSION= 7.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://nmap.org/dist/ \ LOCAL/ohauer @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes OPTIONS_SUB= yes OPTIONS_DEFINE= DOCS PCAP SSH2 SSL -OPTIONS_DEFAULT=PCAP SSH2 SSL +OPTIONS_DEFAULT=SSH2 SSL PCAP_DESC= Build with libpcap from nmap SSH2_DESC= SSH2 protocol support