svn commit: r351520 - in head/security/nmap: . files
Olli Hauer
ohauer at FreeBSD.org
Fri Apr 18 08:05:15 UTC 2014
Author: ohauer
Date: Fri Apr 18 08:05:14 2014
New Revision: 351520
URL: http://svnweb.freebsd.org/changeset/ports/351520
QAT: https://qat.redports.org/buildarchive/r351520/
Log:
Nmap 6.46 [2014-04-18]
o [NSE] Made numerous improvements to ssl-heartbleed to provide
more reliable detection of the vulnerability.
o [Zenmap] Fixed a bug which caused this crash message:
IOError: [Errno socket error] [Errno 10060] A connection attempt failed
because the connected party did not properly respond after a period of
time, or established connection failed because connected host has
failed to
respond
The bug was caused by us adding a DOCTYPE definition to Nmap's XML
output which caused Python's XML parser to try and fetch the DTD
every time it parses an XML file. We now override that DTD-fetching
behavior. [Daniel Miller]
o [NSE] Fix some bugs which could cause snmp-ios-config and
snmp-sysdescr scripts to crash
(http://seclists.org/nmap-dev/2014/q2/120) [Patrik Karlsson]
o [NSE] Improved performance of citrixlua library when handling large XML
responses containing application lists. [Tom Sellers]
Deleted:
head/security/nmap/files/patch-scan_engine.cc
head/security/nmap/files/patch-traceroute.cc
Modified:
head/security/nmap/Makefile
head/security/nmap/distinfo
Modified: head/security/nmap/Makefile
==============================================================================
--- head/security/nmap/Makefile Fri Apr 18 07:30:47 2014 (r351519)
+++ head/security/nmap/Makefile Fri Apr 18 08:05:14 2014 (r351520)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nmap
-DISTVERSION= 6.45
+DISTVERSION= 6.46
CATEGORIES= security ipv6
MASTER_SITES= http://nmap.org/dist/ \
LOCAL/ohauer
@@ -10,6 +10,7 @@ MASTER_SITES= http://nmap.org/dist/ \
MAINTAINER= ohauer at FreeBSD.org
COMMENT= Port scanning utility for large networks
+# nmap-6.46 => r32840
# http://nmap.org/book/man-legal.html
# Install the nmap modified license because of
# http://insecure.org/news/download-com-fiasco.html
Modified: head/security/nmap/distinfo
==============================================================================
--- head/security/nmap/distinfo Fri Apr 18 07:30:47 2014 (r351519)
+++ head/security/nmap/distinfo Fri Apr 18 08:05:14 2014 (r351520)
@@ -1,2 +1,2 @@
-SHA256 (nmap-6.45.tar.bz2) = 13e595cbceb97f5281c43aa7ad56059a27d9a8b01ba97f199c4b9c826fcb5764
-SIZE (nmap-6.45.tar.bz2) = 7911456
+SHA256 (nmap-6.46.tar.bz2) = 3f89d9053c69507fe9533c40188a6561d49607a37b1db6380aed9039d4883137
+SIZE (nmap-6.46.tar.bz2) = 7911353
More information about the svn-ports-all
mailing list