diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-09 17:05:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-09 17:06:17 +0200 |
commit | 9fb672a19973487317dd505bc22c288377dd1a68 (patch) | |
tree | 8afb36c3625a64a0452605124012d5df6a17680d /package/nmap/Makefile | |
parent | 5e8a957df3b32461213cd3dfed322b82e39fc82e (diff) |
update to latest stable upstream
Diffstat (limited to 'package/nmap/Makefile')
-rw-r--r-- | package/nmap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile index cd2e690d7..7c3efda55 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= nmap -PKG_VERSION:= 6.40 -PKG_RELEASE:= 2 -PKG_MD5SUM:= c0e2f3370e1fb97fb53185b15aa22aff +PKG_VERSION:= 6.46 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 5a36ad3a63d5b7ea5514f745a397436a PKG_DESCR:= utility for network exploration or security auditing PKG_SECTION:= net PKG_DEPENDS:= libdnet libpcap libpcre libstdcxx |