Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2014 08:05:14 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351520 - in head/security/nmap: . files
Message-ID:  <201404180805.s3I85ET7027288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404180805.s3I85ET7027288>