From 5f08d185bc61e33b0c68b34de43d93621a352a70 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Fri, 21 Oct 2016 18:08:02 +0000 Subject: - 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 --- security/nmap/Makefile | 2 +- security/nmap/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 962746081909..36ef1395b05d 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nmap -DISTVERSION= 7.30 +DISTVERSION= 7.31 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer diff --git a/security/nmap/distinfo b/security/nmap/distinfo index 743d9ffb6472..b809ad80d57e 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -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 -- cgit v1.2.3