summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-security/nmap/nmap_7.70.bb (renamed from meta-oe/recipes-security/nmap/nmap_7.60.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.60.bb b/meta-oe/recipes-security/nmap/nmap_7.70.bb
index 74b438859..e47d09f17 100644
--- a/meta-oe/recipes-security/nmap/nmap_7.60.bb
+++ b/meta-oe/recipes-security/nmap/nmap_7.70.bb
@@ -3,15 +3,15 @@ DESCRIPTION = "Nmap ("Network Mapper") is a free and open source (license) utili
3SECTION = "security" 3SECTION = "security"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5 5
6LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=700c690f4ca6b1754f3f1db8645e42d9" 6LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=1489288f46af415fadc4e8b6345ab9f4"
7 7
8SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \ 8SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \
9 file://nmap-redefine-the-python-library-dir.patch \ 9 file://nmap-redefine-the-python-library-dir.patch \
10 file://nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch \ 10 file://nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch \
11" 11"
12 12
13SRC_URI[md5sum] = "4e454266559ddf2c4e2109866c62560c" 13SRC_URI[md5sum] = "84eb6fbe788e0d4918c2b1e39421bf79"
14SRC_URI[sha256sum] = "a8796ecc4fa6c38aad6139d9515dc8113023a82e9d787e5a5fb5fa1b05516f21" 14SRC_URI[sha256sum] = "847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18"
15 15
16inherit autotools-brokensep pkgconfig python3native 16inherit autotools-brokensep pkgconfig python3native
17 17