diff options
author | Armin Kuster <akuster808@gmail.com> | 2014-09-01 18:33:34 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-02-01 10:21:17 -0800 |
commit | a456a33628be343e9291a42e652c6958273e2148 (patch) | |
tree | cc76dd4ef0cecb4ef1187fc08da51e6d19e63f56 | |
parent | 75ff99bd34d58374316488cafb5717a01cfb583c (diff) | |
download | meta-security-a456a33628be343e9291a42e652c6958273e2148.tar.gz |
nmap: update to version 6.47
for list of changes see:
http://seclists.org/nmap-dev/2014/q3/335
use nmap.inc to house most code.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/nmap/nmap.inc (renamed from recipes-security/nmap/nmap_6.46.bb) | 8 | ||||
-rw-r--r-- | recipes-security/nmap/nmap_6.47.bb | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/recipes-security/nmap/nmap_6.46.bb b/recipes-security/nmap/nmap.inc index a04dc7b..79fe7d4 100644 --- a/recipes-security/nmap/nmap_6.46.bb +++ b/recipes-security/nmap/nmap.inc | |||
@@ -2,12 +2,6 @@ SUMMARY = "network auditing tool" | |||
2 | DESCRIPTION = "Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing.\nGui support via appending to IMAGE_FEATURES x11-base in local.conf" | 2 | DESCRIPTION = "Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing.\nGui support via appending to IMAGE_FEATURES x11-base in local.conf" |
3 | SECTION = "security" | 3 | SECTION = "security" |
4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
6 | |||
7 | SRC_URI = "http://nmap.org/dist/${BPN}-${PV}.tar.bz2" | ||
8 | |||
9 | SRC_URI[md5sum] = "5a36ad3a63d5b7ea5514f745a397436a" | ||
10 | SRC_URI[sha256sum] = "3f89d9053c69507fe9533c40188a6561d49607a37b1db6380aed9039d4883137" | ||
11 | 5 | ||
12 | inherit autotools-brokensep pkgconfig distro_features_check | 6 | inherit autotools-brokensep pkgconfig distro_features_check |
13 | 7 | ||
@@ -43,7 +37,7 @@ FILES_${PN} = "${bindir}/nmap ${datadir}/nmap/*" | |||
43 | # append packages if enabled | 37 | # append packages if enabled |
44 | FILES_${PN} += "${@bb.utils.contains("PACKAGECONFIG", "ncat", "${bindir}/ncat ${target_datadir}/ncat", "", d)}" | 38 | FILES_${PN} += "${@bb.utils.contains("PACKAGECONFIG", "ncat", "${bindir}/ncat ${target_datadir}/ncat", "", d)}" |
45 | FILES_${PN} += "${@bb.utils.contains("PACKAGECONFIG", "nping", "${bindir}/nping", "", d)}" | 39 | FILES_${PN} += "${@bb.utils.contains("PACKAGECONFIG", "nping", "${bindir}/nping", "", d)}" |
46 | FILES_${PN} += "${@bb.utils.contains("PACKAGECONFIG", "ndiff", "${bindir}/ndiff ${libdir}/python${PYTHON_BASEVERSION}/site-packages/ndiff*", "", d)}" | 40 | FILES_${PN} += "${@bb.utils.contains("PACKAGECONFIG", "ndiff", "${bindir}/ndiff ${libdir}/python${PYTHON_BASEVERSION}/site-packages/ndiff.py*", "", d)}" |
47 | 41 | ||
48 | PACKAGES += "${@bb.utils.contains("PACKAGECONFIG", "zenmap", "${PN}-zenmap", "", d)}" | 42 | PACKAGES += "${@bb.utils.contains("PACKAGECONFIG", "zenmap", "${PN}-zenmap", "", d)}" |
49 | 43 | ||
diff --git a/recipes-security/nmap/nmap_6.47.bb b/recipes-security/nmap/nmap_6.47.bb new file mode 100644 index 0000000..bcaee0c --- /dev/null +++ b/recipes-security/nmap/nmap_6.47.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | |||
2 | include nmap.inc | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
5 | |||
6 | SRC_URI = "http://nmap.org/dist/${BPN}-${PV}.tar.bz2" | ||
7 | |||
8 | |||
9 | SRC_URI[md5sum] = "edfe81f6763223c0a29bfa15a8526e2a" | ||
10 | SRC_URI[sha256sum] = "8fa11e9e203ce2d81a207db5ca4f110a525f6c01c1dd0018325a7112a51aa591" | ||