diff options
author | adam <adam@pkgsrc.org> | 2015-12-31 12:06:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-31 12:06:34 +0000 |
commit | 6a18f352305936dbb44db3a51c72f74d6f6fbf67 (patch) | |
tree | 8420918f6cc94c6e3488395d930b6d12d95e7c88 /net/nmap | |
parent | 3b7e5200db982ca1e4786cac816875e7e73bfbc2 (diff) | |
download | pkgsrc-6a18f352305936dbb44db3a51c72f74d6f6fbf67.tar.gz |
Nmap 7.01 [2015-12-09]
o Switch to using gtk-mac-bundler and jhbuild for building the OS X installer.
This promises to reduce a lot of the problems we've had with local paths and
dependencies using the py2app and macports build system. [Daniel Miller]
o The Windows installer is now built with NSIS 2.47 which features LoadLibrary
security hardening to prevent DLL hijacking and other unsafe use of temporary
directories. Thanks to Stefan Kanthak for reporting the issue to NSIS and to
us and the many other projects that use it.
o Updated the OpenSSL shipped with our binary builds (Windows, OS X, and RPM)
to 1.0.2e.
o [Zenmap] [GH-235] Fix several failures to launch Zenmap on OS X. The new
build process eliminates these errors:
IOError: [Errno 2] No such file or directory: '/Applications/Zenmap.app/Contents/Resources/etc/pango/pangorc.in'
LSOpenURLsWithRole() failed for the application /Applications/Zenmap.app with error -10810.
o [NSE] [GH-254] Update the TLSSessionRequest probe in ssl-enum-ciphers to
match the one in nmap-service-probes, which was fixed previously to correct a
length calculation error. [Daniel Miller]
o [NSE] [GH-251] Correct false positives and unexpected behavior in http-*
scripts which used http.identify_404 to determine when a file was not found
on the target. The function was following redirects, which could be an
indication of a soft-404 response. [Tom Sellers]
o [NSE] [GH-241] Fix a false-positive in hnap-info when the target responds
with 200 OK to any request. [Tom Sellers]
o [NSE] [GH-244] Fix an error response in xmlrpc-methods when run against a
non-HTTP service. The expected behavior is no output. [Niklaus Schiess]
o [NSE] Fix SSN validation function in http-grep, reported by Bruce Barnett.
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 5 | ||||
-rw-r--r-- | net/nmap/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 18dfa459b93..4a0ea5f4f4b 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.125 2015/11/20 15:37:40 adam Exp $ +# $NetBSD: Makefile,v 1.126 2015/12/31 12:06:34 adam Exp $ -DISTNAME= nmap-7.00 +DISTNAME= nmap-7.01 CATEGORIES= net security MASTER_SITES= http://nmap.org/dist/ EXTRACT_SUFX= .tar.bz2 @@ -36,6 +36,7 @@ CHECK_INTERPRETER_SKIP+= share/nmap/nselib/data/passwords.lst CHECK_INTERPRETER_SKIP+= share/nmap/nselib/data/rtsp-urls.txt CHECK_INTERPRETER_SKIP+= share/nmap/nselib/data/snmpcommunities.lst CHECK_PORTABILITY_SKIP+= libpcap/configure +CHECK_PORTABILITY_SKIP+= zenmap/install_scripts/macosx/launcher.sh .include "../../mk/bsd.prefs.mk" diff --git a/net/nmap/distinfo b/net/nmap/distinfo index 9e99c9353ea..90c621dd082 100644 --- a/net/nmap/distinfo +++ b/net/nmap/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.65 2015/11/20 15:37:40 adam Exp $ +$NetBSD: distinfo,v 1.66 2015/12/31 12:06:34 adam Exp $ -SHA1 (nmap-7.00.tar.bz2) = cf04e64632e44a972cf894379cb5205c79c45fe8 -RMD160 (nmap-7.00.tar.bz2) = 3155f0f0488e678db9755b3e35e52093774809e4 -SHA512 (nmap-7.00.tar.bz2) = f8b4368de5956698e76a2a102102feb4bd00338cf983bfbf7bcd8c941288bb4a02c45469724e8a1daed87f41536a3f16a68fc604171fe23093575ac631637351 -Size (nmap-7.00.tar.bz2) = 8918906 bytes +SHA1 (nmap-7.01.tar.bz2) = c1a44558c72aed3c78d63d54b5b008db69f0aaac +RMD160 (nmap-7.01.tar.bz2) = 4f79df88e836adb260966ddf1d322b18e16251a2 +SHA512 (nmap-7.01.tar.bz2) = 8b37616c2af2134a5a3bb292f25f2bc0232e20e08405620734c07d84bbc9070a87db4d4b14e8a10c67a3684960035ed202be5dd6feddfb613c134208fc62a2a7 +Size (nmap-7.01.tar.bz2) = 8922697 bytes SHA1 (patch-configure) = 5fc39f084eadd6ea0560cd8e6f52074113566600 SHA1 (patch-libnetutil_netutil.cc) = 7bd1059d6cbcf4f6d129730d6c6f6bc3ab54c0a0 SHA1 (patch-ndiff_setup.py) = 4e4af27cb896fd1bffc2c9089f930d7075daeb22 |