diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-01-30 17:15:07 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-01-30 17:15:07 +0000 |
commit | 0813236ffa4a267341e579de88524720c2e6f426 (patch) | |
tree | 02c9373902be5e94a3a7e4aa05daa5f97c8d5258 /security/nmap | |
parent | 08c1fe6168d8c4cf85999f85f6615bcf4e09cdfa (diff) | |
download | ports-0813236ffa4a267341e579de88524720c2e6f426.tar.gz ports-0813236ffa4a267341e579de88524720c2e6f426.zip |
Notes
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/distinfo | 4 | ||||
-rw-r--r-- | security/nmap/files/patch-libdnet-stripped__configure | 16 |
3 files changed, 19 insertions, 3 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 66e5d54e77a8..e80147d52156 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nmap -DISTVERSION= 5.36TEST4 +PORTVERSION= 5.50 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer diff --git a/security/nmap/distinfo b/security/nmap/distinfo index 98ac514eaf4b..fc7cc1a9bb84 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1,2 +1,2 @@ -SHA256 (nmap-5.36TEST4.tar.bz2) = 6176389cc98e3a4664c18f5726387c816a0761be4807605112981d02c8787a64 -SIZE (nmap-5.36TEST4.tar.bz2) = 16865819 +SHA256 (nmap-5.50.tar.bz2) = aa044113caa47e172c154daed73afc70ffa18d359eb47c22a9ea85ffcb14ffb8 +SIZE (nmap-5.50.tar.bz2) = 16877762 diff --git a/security/nmap/files/patch-libdnet-stripped__configure b/security/nmap/files/patch-libdnet-stripped__configure new file mode 100644 index 000000000000..a3ab337bf43c --- /dev/null +++ b/security/nmap/files/patch-libdnet-stripped__configure @@ -0,0 +1,16 @@ +--- ./libdnet-stripped/configure.orig 2010-05-07 23:08:32.000000000 +0200 ++++ ./libdnet-stripped/configure 2011-01-29 22:22:39.000000000 +0100 +@@ -14342,11 +14342,8 @@ + if test "${ac_cv_dnet_bsd_bpf+set}" = set; then + $as_echo_n "(cached) " >&6 + else +- if test -c /dev/bpf0 ; then +- ac_cv_dnet_bsd_bpf=yes +- else +- ac_cv_dnet_bsd_bpf=no +- fi ++# PR ports/154353 : support building in FreeBSD jail ++ ac_cv_dnet_bsd_bpf=yes + fi + + { $as_echo "$as_me:$LINENO: result: $ac_cv_dnet_bsd_bpf" >&5 |