From owner-svn-ports-head@freebsd.org Fri Oct 21 18:08:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95F57C1C3A1; Fri, 21 Oct 2016 18:08:03 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48D90E03; Fri, 21 Oct 2016 18:08:03 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LI82JM002767; Fri, 21 Oct 2016 18:08:02 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LI82uS002766; Fri, 21 Oct 2016 18:08:02 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610211808.u9LI82uS002766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Fri, 21 Oct 2016 18:08:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424433 - head/security/nmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 18:08:03 -0000 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