Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2016 18:08:02 +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: r424433 - head/security/nmap
Message-ID:  <201610211808.u9LI82uS002766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Fri Oct 21 18:08:02 2016
New Revision: 424433
URL: https://svnweb.freebsd.org/changeset/ports/424433

Log:
  - update to 7.31
  
  Nmap 7.31 [2016-10-20]
  
  o Fixed the way Nmap handles scanning names that resolve to the same IP. Due to
    changes in 7.30, the IP was only being scanned once, with bogus results
    displayed for the other names. The previous behavior is now restored.
    [Tudor Emil Coman]
  
  o [GH#350] Fix an assertion failure due to floating point error in equality
    comparison, which triggered mainly on OpenBSD:
      assertion "diff <= interval" failed: file "timing.cc", line 440
    This was reported earlier as [GH#472] but the assertion fixed there was a
    different one. [David Carlier]
  
  o [Zenmap] Fix a crash in the About page in the Spanish translation due to a
    missing format specifier:
      File "zenmapGUI\About.pyo", line 217, in __init__
      TypeError: not all arguments converted during string formatting
    [Daniel Miller]
  
  o [Zenmap][GH#556] Better visual indication that display of hostname is tied to
    address in the Topology page. You can show numeric addresses with hostnames
    or without, but you can't show hostnames without numeric addresses when they
    are not available. [Daniel Miller]
  
  o To increase the number of IPv6 fingerprint submissions, a prompt for
    submission will be shown with some random chance for successful matches of OS
    classes that are based on only a few submissions. Previously, only
    unsuccessful matches produced such a prompt. [Daniel Miller]
  
  MFH:		2016Q4

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

Modified: head/security/nmap/Makefile
==============================================================================
--- head/security/nmap/Makefile	Fri Oct 21 17:46:06 2016	(r424432)
+++ head/security/nmap/Makefile	Fri Oct 21 18:08:02 2016	(r424433)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nmap
-DISTVERSION=	7.30
+DISTVERSION=	7.31
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://nmap.org/dist/ \
 		LOCAL/ohauer

Modified: head/security/nmap/distinfo
==============================================================================
--- head/security/nmap/distinfo	Fri Oct 21 17:46:06 2016	(r424432)
+++ head/security/nmap/distinfo	Fri Oct 21 18:08:02 2016	(r424433)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475172408
-SHA256 (nmap-7.30.tar.bz2) = ba38a042ec67e315d903d28a4976b74999da94c646667c0c63f31e587d6d8d0f
-SIZE (nmap-7.30.tar.bz2) = 9003761
+TIMESTAMP = 1477016901
+SHA256 (nmap-7.31.tar.bz2) = cb9f4e03c0771c709cd47dc8fc6ac3421eadbdd313f0aae52276829290583842
+SIZE (nmap-7.31.tar.bz2) = 9000848



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