Date: Sat, 22 Oct 2016 05:36:17 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424446 - branches/2016Q4/security/nmap Message-ID: <201610220536.u9M5aHwD063688@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sat Oct 22 05:36:16 2016 New Revision: 424446 URL: https://svnweb.freebsd.org/changeset/ports/424446 Log: MFH: r424433 - 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] Approved by: ports-secteam (feld) Modified: branches/2016Q4/security/nmap/Makefile branches/2016Q4/security/nmap/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/nmap/Makefile ============================================================================== --- branches/2016Q4/security/nmap/Makefile Sat Oct 22 05:27:45 2016 (r424445) +++ branches/2016Q4/security/nmap/Makefile Sat Oct 22 05:36:16 2016 (r424446) @@ -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: branches/2016Q4/security/nmap/distinfo ============================================================================== --- branches/2016Q4/security/nmap/distinfo Sat Oct 22 05:27:45 2016 (r424445) +++ branches/2016Q4/security/nmap/distinfo Sat Oct 22 05:36:16 2016 (r424446) @@ -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?201610220536.u9M5aHwD063688>