summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-01-30 17:15:07 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-01-30 17:15:07 +0000
commit0813236ffa4a267341e579de88524720c2e6f426 (patch)
tree02c9373902be5e94a3a7e4aa05daa5f97c8d5258 /security
parentFix distfile URLs. (diff)
- update to version 5.50
- always enable bpf in libdnet-stripped to support build in Jail [1] Announcement and Changelog are very long and covered by last updates. Announcement: http://seclists.org/nmap-hackers/2011/0 Changelog: http://nmap.org/changelog.html PR: ports/154353 [1] Submitted by: Mars G Miro <spry _at_ anarchy.in.the.ph> [1] Feature safe: yes
Notes
Notes: svn path=/head/; revision=268453
Diffstat (limited to 'security')
-rw-r--r--security/nmap/Makefile2
-rw-r--r--security/nmap/distinfo4
-rw-r--r--security/nmap/files/patch-libdnet-stripped__configure16
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