diff options
author | pettai <pettai@pkgsrc.org> | 2011-02-16 21:52:01 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-02-16 21:52:01 +0000 |
commit | c279a1eafc2ec616f00b556b6387f0aa969b888d (patch) | |
tree | ac9ab41130dca7b9796baca0cc4db5cc08e89118 /net/nmap | |
parent | a4658d6e3591f7baad700bb6e883cc1aea725151 (diff) | |
download | pkgsrc-c279a1eafc2ec616f00b556b6387f0aa969b888d.tar.gz |
Nmap 5.51 [2011-02-11]
o [Ndiff] Added support for prerule and postrule scripts.
o [NSE] Fixed a bug which caused some NSE scripts to fail due to the
absence of the NSE SCRIPT_NAME environment variable when loaded.
o [Zenmap] Selecting one of the scan targets in the left pane is
supposed to jump to that host in the Nmap Output in the right pane
(but it wasn't).
o Fixed an obscure bug in Windows interface matching. If the MAC
address of an interface couldn't be retrieved, it might have been
used instead of the correct interface.
o [NSE] Fixed portrules in dns-zone-transfer and ftp-proftpd-backdoor
that used shortport functions incorrectly and always returned
true.
o [Ndiff] Fixed ndiff.dtd to include two elements that can be diffed:
status and address.
o [Ndiff] Fixed the ordering of hostscript-related elements in XML
output.
o [NSE] Fixed a bug in the nrpe-enum script that would make it run for
every port (when it was selected--it isn't by default).
o [NSE] When an NSE script sets a negative socket timeout, it now
causes a controlled Lua stack trace instead of a fatal error.
o [Zenmap] Worked around an error that caused the py2app bootstrap
executable to be non-universal even when the rest of the application
was universal. This prevented the binary .dmg from working on
PowerPC.
o [Ndiff] Fixed an output line that wasn't being redirected to a file
when all other output was.
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 4 | ||||
-rw-r--r-- | net/nmap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index f8bea428e8f..650ed424db3 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2011/02/01 09:51:58 adam Exp $ +# $NetBSD: Makefile,v 1.79 2011/02/16 21:52:01 pettai Exp $ # -DISTNAME= nmap-5.50 +DISTNAME= nmap-5.51 CATEGORIES= net security MASTER_SITES= http://nmap.org/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/nmap/distinfo b/net/nmap/distinfo index c5baaca4057..47df0a1971a 100644 --- a/net/nmap/distinfo +++ b/net/nmap/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.48 2011/02/01 09:51:58 adam Exp $ +$NetBSD: distinfo,v 1.49 2011/02/16 21:52:01 pettai Exp $ -SHA1 (nmap-5.50.tar.bz2) = 49c7a858d2c0a6302df533b1c97a96790bb06f42 -RMD160 (nmap-5.50.tar.bz2) = 587bded08ecf0286228f6ca92cb7cd2568343053 -Size (nmap-5.50.tar.bz2) = 16877762 bytes +SHA1 (nmap-5.51.tar.bz2) = 3415ad9a3915d7e162c9e91435cc35d9c73ac7f6 +RMD160 (nmap-5.51.tar.bz2) = d5ac8b245234e122936b40c80927a3c4afba53bd +Size (nmap-5.51.tar.bz2) = 16869068 bytes SHA1 (patch-ab) = b709689e4bda3bc928ba120678f24a2e2321f612 SHA1 (patch-ac) = c22e8f6411b1152a6e7582c90e5ec5bd4c6acaad SHA1 (patch-al) = c56396c28d96314c8d7e8b19a92bd5db7959e289 |