summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-liblua__Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-09-02 16:06:58 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-09-02 16:06:58 +0000
commit980c2b5c9f7eaf67fe5a9c49a2b21afa1af4538c (patch)
treeb07854b1e88ed84920cb86d271eb480575e15e7b /security/nmap/files/patch-liblua__Makefile
parentIntroduce READELF?= /usr/bin/readelf (diff)
- 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
Notes
Notes: svn path=/head/; revision=421269
Diffstat (limited to 'security/nmap/files/patch-liblua__Makefile')
-rw-r--r--security/nmap/files/patch-liblua__Makefile10
1 files changed, 5 insertions, 5 deletions
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)