diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-06-24 23:54:18 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-06-24 23:54:18 +0800 |
commit | 4ede3f705c36d91f96343f96cf83138ca96326e5 (patch) | |
tree | 6430aa88c1a500704b0d1463f83874d6259a3c4a /security | |
parent | 81c4ef2963bf6d9444f01bdc7a63d8dac3a53711 (diff) | |
download | freebsd-ports-gnome-4ede3f705c36d91f96343f96cf83138ca96326e5.tar.gz freebsd-ports-gnome-4ede3f705c36d91f96343f96cf83138ca96326e5.tar.zst freebsd-ports-gnome-4ede3f705c36d91f96343f96cf83138ca96326e5.zip |
- update nmap to version 6.0.1
Announcement: http://seclists.org/nmap-hackers/2012/3
Changelog: http://nmap.org/changelog.html
Some relevant changes in 6.01:
o Fixed a bug that caused Nmap to fail to find any network interface when
at least one of them is in the monitor mode. The fix was to define the
ARP_HRD_IEEE80211_RADIOTAP 802.11 radiotap header identifier in the
libdnet-stripped code. Network interfaces that are in this mode are used
by radiotap for 802.11 frame injection and reception. The bug was
reported by Tom Eichstaedt and Henri Doreau.
http://seclists.org/nmap-dev/2012/q2/449
http://seclists.org/nmap-dev/2012/q2/478
[Djalal Harouni, Henri Doreau]
o Fixed the greppable output of hosts that time-out (when --host-timeout was
used and the host timed-out after something was received from that host).
This issue was reported by Matthew Morgan. [jah]
Diffstat (limited to 'security')
-rw-r--r-- | security/nmap/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index bed44adfb1fa..1ae697dec179 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nmap -DISTVERSION= 6.00 +DISTVERSION= 6.01 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer diff --git a/security/nmap/distinfo b/security/nmap/distinfo index 8ae98cb29c0d..b36229b8d496 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1,2 +1,2 @@ -SHA256 (nmap-6.00.tar.bz2) = 9037b49ffde13a228ce4ffadd3de8320580f84a0cd8ac14b2fd74757f1fb4b26 -SIZE (nmap-6.00.tar.bz2) = 21639906 +SHA256 (nmap-6.01.tar.bz2) = 77f6635b677d28b546cbef97e4ead6c2d4a5aebcaa108fe3a3c135db6448617a +SIZE (nmap-6.01.tar.bz2) = 21640157 |