From owner-svn-ports-all@freebsd.org Fri Sep 2 16:07:00 2016 Return-Path: Delivered-To: svn-ports-all@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 8A2C3BCD84D; Fri, 2 Sep 2016 16:07:00 +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 4C844802; Fri, 2 Sep 2016 16:07:00 +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 u82G6xTD090279; Fri, 2 Sep 2016 16:06:59 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82G6xgY090275; Fri, 2 Sep 2016 16:06:59 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201609021606.u82G6xgY090275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Fri, 2 Sep 2016 16:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421269 - in head/security/nmap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 16:07:00 -0000 Author: ohauer Date: Fri Sep 2 16:06:58 2016 New Revision: 421269 URL: https://svnweb.freebsd.org/changeset/ports/421269 Log: - update nmap to 7.25BETA2 Full Changelog: https://nmap.org/changelog.html Changelog (very shortened): Nmap 7.25BETA2 [2016-09-01] - [NSE] Upgraded NSE to Lua 5.3 - [NSE] Added 2 NSE scripts, bringing the total up to 534! - Add 587 new fingerprints - [NSE] Fix a crash when parsing TLS certificates - [NSE][GH#531] Fix two issues in sslcert.lua - [NSE][GH#234] Added a --script-timeout option for limiting run time - [Ncat][GH#444] Added a -z option to Ncat - [NSE] ssl-enum-ciphers now warn about 64-bit block ciphers in CBC mode - [NSE][GH#117] Improve tftp-enum - [GH#472] Avoid an unnecessary assert failure in timing.cc - [NSE][GH#519] Removed the obsolete script ip-geolocation-geobytes - [NSE] refresh of almost all fingerprints for script http-default-accounts - [GH#98] Added support for decoys in IPv6 - Various performance improvements for large-scale high-rate scanning - [GH#439] Nmap now supports OpenSSL 1.1.0-pre5 and previous versions - [Ncat] Fix a crash when --exec was used with --ssl and --max-conns - Improve FTP Bounce scan - [GH#140] Allow target DNS names up to 254 bytes - [NSE] Allow bigger hard limit on number of concurrently running scripts - [NSE] Added the datetime library - [GH#103][GH#364] Made Nmap's parallel reverse DNS resolver more robust Modified: head/security/nmap/Makefile head/security/nmap/distinfo head/security/nmap/files/patch-liblua__Makefile head/security/nmap/pkg-plist Modified: head/security/nmap/Makefile ============================================================================== --- head/security/nmap/Makefile Fri Sep 2 15:54:20 2016 (r421268) +++ head/security/nmap/Makefile Fri Sep 2 16:06:58 2016 (r421269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nmap -DISTVERSION= 7.25BETA1 +DISTVERSION= 7.25BETA2 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer Modified: head/security/nmap/distinfo ============================================================================== --- head/security/nmap/distinfo Fri Sep 2 15:54:20 2016 (r421268) +++ head/security/nmap/distinfo Fri Sep 2 16:06:58 2016 (r421269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468608134 -SHA256 (nmap-7.25BETA1.tar.bz2) = 6866457809b598f8e85c9e8c79773f1821de29cc1b6f574cc7fed4ad8c01c178 -SIZE (nmap-7.25BETA1.tar.bz2) = 8580974 +TIMESTAMP = 1472762117 +SHA256 (nmap-7.25BETA2.tar.bz2) = 6c66a150c9e346ccdca0aa16ef8c2a5310449444fe15cf5ec3f3a151978378d0 +SIZE (nmap-7.25BETA2.tar.bz2) = 8874592 Modified: head/security/nmap/files/patch-liblua__Makefile ============================================================================== --- head/security/nmap/files/patch-liblua__Makefile Fri Sep 2 15:54:20 2016 (r421268) +++ head/security/nmap/files/patch-liblua__Makefile Fri Sep 2 16:06:58 2016 (r421269) @@ -1,13 +1,13 @@ ---- liblua/Makefile.orig 2014-01-02 15:33:55 UTC +--- liblua/Makefile.orig 2016-07-02 17:02:27 UTC +++ liblua/Makefile @@ -6,8 +6,8 @@ # Your platform. See PLATS for possible values. PLAT= none --CC= gcc --CFLAGS= -O2 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS) -+CC?= gcc -+CFLAGS= -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS) +-CC= gcc -std=gnu99 +-CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) ++CC?= gcc -std=gnu99 ++CFLAGS= -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS) LIBS= -lm $(SYSLIBS) $(MYLIBS) Modified: head/security/nmap/pkg-plist ============================================================================== --- head/security/nmap/pkg-plist Fri Sep 2 15:54:20 2016 (r421268) +++ head/security/nmap/pkg-plist Fri Sep 2 16:06:58 2016 (r421269) @@ -38,9 +38,10 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/nselib/asn1.lua %%DATADIR%%/nselib/base32.lua %%DATADIR%%/nselib/base64.lua -%%DATADIR%%/nselib/bin.luadoc -%%DATADIR%%/nselib/bit.luadoc +%%DATADIR%%/nselib/bin.lua +%%DATADIR%%/nselib/bit.lua %%DATADIR%%/nselib/bitcoin.lua +%%DATADIR%%/nselib/bits.lua %%DATADIR%%/nselib/bittorrent.lua %%DATADIR%%/nselib/bjnp.lua %%DATADIR%%/nselib/brute.lua @@ -94,6 +95,7 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/nselib/data/wp-plugins.lst %%DATADIR%%/nselib/data/wp-themes.lst %%DATADIR%%/nselib/datafiles.lua +%%DATADIR%%/nselib/datetime.lua %%DATADIR%%/nselib/dhcp.lua %%DATADIR%%/nselib/dhcp6.lua %%DATADIR%%/nselib/dns.lua @@ -259,6 +261,7 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/scripts/citrix-enum-servers-xml.nse %%DATADIR%%/scripts/citrix-enum-servers.nse %%DATADIR%%/scripts/clamav-exec.nse +%%DATADIR%%/scripts/clock-skew.nse %%DATADIR%%/scripts/couchdb-databases.nse %%DATADIR%%/scripts/couchdb-stats.nse %%DATADIR%%/scripts/creds-summary.nse @@ -466,7 +469,6 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/scripts/informix-query.nse %%DATADIR%%/scripts/informix-tables.nse %%DATADIR%%/scripts/ip-forwarding.nse -%%DATADIR%%/scripts/ip-geolocation-geobytes.nse %%DATADIR%%/scripts/ip-geolocation-geoplugin.nse %%DATADIR%%/scripts/ip-geolocation-ipinfodb.nse %%DATADIR%%/scripts/ip-geolocation-maxmind.nse @@ -570,6 +572,7 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/scripts/oracle-brute.nse %%DATADIR%%/scripts/oracle-enum-users.nse %%DATADIR%%/scripts/oracle-sid-brute.nse +%%DATADIR%%/scripts/oracle-tns-version.nse %%DATADIR%%/scripts/ovs-agent-version.nse %%DATADIR%%/scripts/p2p-conficker.nse %%DATADIR%%/scripts/path-mtu.nse