1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- 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.
This commit is contained in:
Olli Hauer 2015-12-13 15:49:09 +00:00
parent 8da8504c76
commit 5f8c55ba37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403675
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nmap
DISTVERSION= 7.00
DISTVERSION= 7.01
CATEGORIES= security ipv6
MASTER_SITES= http://nmap.org/dist/ \
LOCAL/ohauer

View File

@ -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