aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2016-09-03 00:06:58 +0800
committerohauer <ohauer@FreeBSD.org>2016-09-03 00:06:58 +0800
commite1c344def48a35c104f9b16a79e776844cad7338 (patch)
treeb07854b1e88ed84920cb86d271eb480575e15e7b /security
parentff663c6065fb9d191aad21a3bec800e7dee086ca (diff)
downloadfreebsd-ports-gnome-e1c344def48a35c104f9b16a79e776844cad7338.tar.gz
freebsd-ports-gnome-e1c344def48a35c104f9b16a79e776844cad7338.tar.zst
freebsd-ports-gnome-e1c344def48a35c104f9b16a79e776844cad7338.zip
- 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
Diffstat (limited to 'security')
-rw-r--r--security/nmap/Makefile2
-rw-r--r--security/nmap/distinfo6
-rw-r--r--security/nmap/files/patch-liblua__Makefile10
-rw-r--r--security/nmap/pkg-plist9
4 files changed, 15 insertions, 12 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 17ec13898f2e..1c434f7ae6ab 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nmap
-DISTVERSION= 7.25BETA1
+DISTVERSION= 7.25BETA2
CATEGORIES= security ipv6
MASTER_SITES= http://nmap.org/dist/ \
LOCAL/ohauer
diff --git a/security/nmap/distinfo b/security/nmap/distinfo
index 2b3b558f7dbe..de4f12ef9885 100644
--- a/security/nmap/distinfo
+++ b/security/nmap/distinfo
@@ -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
diff --git a/security/nmap/files/patch-liblua__Makefile b/security/nmap/files/patch-liblua__Makefile
index 89e40bdea4da..647f655b714b 100644
--- a/security/nmap/files/patch-liblua__Makefile
+++ b/security/nmap/files/patch-liblua__Makefile
@@ -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)
diff --git a/security/nmap/pkg-plist b/security/nmap/pkg-plist
index 711f58fa4d39..1af707a11a42 100644
--- a/security/nmap/pkg-plist
+++ b/security/nmap/pkg-plist
@@ -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