summaryrefslogtreecommitdiff
path: root/package/nmap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-26 08:26:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-26 08:27:59 +0100
commitdc57b181958f112662a3e61eccd08d24d800a45f (patch)
treead02e2a3c9e3aebdb1d4f62ef82857aed00ff686 /package/nmap
parent551b2495a0dd1d4640a6787574add9e982263779 (diff)
nmap: update to 7.40
Diffstat (limited to 'package/nmap')
-rw-r--r--package/nmap/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile
index 5380039c7..45c06a515 100644
--- a/package/nmap/Makefile
+++ b/package/nmap/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= nmap
-PKG_VERSION:= 7.30
+PKG_VERSION:= 7.40
PKG_RELEASE:= 1
-PKG_HASH:= ba38a042ec67e315d903d28a4976b74999da94c646667c0c63f31e587d6d8d0f
+PKG_HASH:= 9e14665fffd054554d129d62c13ad95a7b5c7a046daa2290501909e65f4d3188
PKG_DESCR:= utility for network exploration or security auditing
PKG_SECTION:= net/security
PKG_DEPENDS:= libdnet libpcap libpcre
@@ -29,7 +29,8 @@ CONFIGURE_ARGS+= --without-openssl \
--without-ndiff \
--without-liblua \
--with-libpcap="${STAGING_TARGET_DIR}/usr" \
- --with-libpcre="${STAGING_TARGET_DIR}/usr"
+ --with-libpcre="${STAGING_TARGET_DIR}/usr" \
+ --enable-static
XAKE_FLAGS+= GCC_HONOUR_COPTS=s
nmap-install: