diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-03-23 18:33:59 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-04-11 07:31:28 -0700 |
commit | edb340e81d9aa0f77a7123ea011d3e3c52e52d21 (patch) | |
tree | 82b2339becd09458f3cea3a8ced6875671552429 | |
parent | e55b217bfaeae42fe0bb6eafec83d8b2ed542b8d (diff) | |
download | meta-security-edb340e81d9aa0f77a7123ea011d3e3c52e52d21.tar.gz |
nmap: update to 7.11
https://nmap.org/changelog.html
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/nmap/nmap_7.11.bb (renamed from recipes-security/nmap/nmap_7.01.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/nmap/nmap_7.01.bb b/recipes-security/nmap/nmap_7.11.bb index 32996dd..27efe7b 100644 --- a/recipes-security/nmap/nmap_7.01.bb +++ b/recipes-security/nmap/nmap_7.11.bb | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=51f7052ac85aaf1a21 | |||
7 | 7 | ||
8 | SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2" | 8 | SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "7fa4edc592184c7addc14f5acb3fe6f7" | 10 | SRC_URI[md5sum] = "0dc7fcde978b4891ba9fd91d16f19fce" |
11 | SRC_URI[sha256sum] = "cf1fcd2643ba2ef52f47acb3c18e52fa12a4ae4b722804da0e54560704627705" | 11 | SRC_URI[sha256sum] = "13fa971555dec00e495a5b72c1f9efa1363b8e6c7388a2f05117cb0778c0954a" |
12 | 12 | ||
13 | inherit autotools-brokensep pkgconfig distro_features_check | 13 | inherit autotools-brokensep pkgconfig distro_features_check |
14 | 14 | ||