Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 15:49:09 +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: r403675 - head/security/nmap
Message-ID:  <201512131549.tBDFn9Lq087160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Dec 13 15:49:09 2015
New Revision: 403675
URL: https://svnweb.freebsd.org/changeset/ports/403675

Log:
  - update to 7.01
  
  FreeBSD related changes:
  ========================
  Nmap 7.01 [2015-12-09]
  
  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.

Modified:
  head/security/nmap/Makefile
  head/security/nmap/distinfo

Modified: head/security/nmap/Makefile
==============================================================================
--- head/security/nmap/Makefile	Sun Dec 13 14:33:26 2015	(r403674)
+++ head/security/nmap/Makefile	Sun Dec 13 15:49:09 2015	(r403675)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nmap
-DISTVERSION=	7.00
+DISTVERSION=	7.01
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://nmap.org/dist/ \
 		LOCAL/ohauer

Modified: head/security/nmap/distinfo
==============================================================================
--- head/security/nmap/distinfo	Sun Dec 13 14:33:26 2015	(r403674)
+++ head/security/nmap/distinfo	Sun Dec 13 15:49:09 2015	(r403675)
@@ -1,2 +1,2 @@
-SHA256 (nmap-7.00.tar.bz2) = 9f442301c615c608a385831c3505cdfed9b0795cd100f1a258b04509802802ae
-SIZE (nmap-7.00.tar.bz2) = 8918906
+SHA256 (nmap-7.01.tar.bz2) = cf1fcd2643ba2ef52f47acb3c18e52fa12a4ae4b722804da0e54560704627705
+SIZE (nmap-7.01.tar.bz2) = 8922697



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