summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-10-31 11:02:43 -0700
committerArmin Kuster <akuster808@gmail.com>2016-11-10 13:34:46 -0800
commit2c5b79c3e8eec6a9bf96d5a6ba2e3f8a2ca8e8a8 (patch)
tree904da169b8e188a57898452c000005e4918b5d43 /recipes-security
parentd322b32a4ef7a19abae053edddf2dee9ae9d8e0a (diff)
downloadmeta-security-2c5b79c3e8eec6a9bf96d5a6ba2e3f8a2ca8e8a8.tar.gz
nmap: Upgrade package to 7.31
LIC_FILES_CHKSUM change do to yr going from 2015 to 2016 in file. Added "no update" config option. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/nmap/nmap_7.31.bb (renamed from recipes-security/nmap/nmap_7.12.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-security/nmap/nmap_7.12.bb b/recipes-security/nmap/nmap_7.31.bb
index dadff3d..c50b240 100644
--- a/recipes-security/nmap/nmap_7.12.bb
+++ b/recipes-security/nmap/nmap_7.31.bb
@@ -3,12 +3,12 @@ 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=51f7052ac85aaf1a2127f7803de1261e" 6LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=bce7593e567a4b12f60c6a04f9b8c1e5"
7 7
8SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2" 8SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2"
9 9
10SRC_URI[md5sum] = "0764f4dabe7cccda3c49fc3990b62a8a" 10SRC_URI[md5sum] = "f2f6660142a777862342a58cc54258ea"
11SRC_URI[sha256sum] = "63df082a87c95a189865d37304357405160fc6333addcf5b84204c95e0539b04" 11SRC_URI[sha256sum] = "cb9f4e03c0771c709cd47dc8fc6ac3421eadbdd313f0aae52276829290583842"
12 12
13inherit autotools-brokensep pkgconfig python-dir distro_features_check 13inherit autotools-brokensep pkgconfig python-dir distro_features_check
14 14
@@ -16,14 +16,14 @@ PACKAGECONFIG ?= "ncat nping ndiff pcap"
16PACKAGECONFIG += " ${@bb.utils.contains('IMAGE_FEATURES', 'x11-base', 'zenmap', '', d)}" 16PACKAGECONFIG += " ${@bb.utils.contains('IMAGE_FEATURES', 'x11-base', 'zenmap', '', d)}"
17 17
18PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap" 18PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap"
19PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpre"
19PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl" 20PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl"
20 21
21#disable/enable packages 22#disable/enable packages
22PACKAGECONFIG[nping] = ",--without-nping," 23PACKAGECONFIG[nping] = ",--without-nping,"
23PACKAGECONFIG[ncat] = ",--without-ncat," 24PACKAGECONFIG[ncat] = ",--without-ncat,"
24PACKAGECONFIG[ndiff] = ",--without-ndiff," 25PACKAGECONFIG[ndiff] = ",--without-ndiff,"
25 26PACKAGECONFIG[update] = ",--without-nmap-update,"
26PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpre"
27 27
28#Add gui 28#Add gui
29PACKAGECONFIG[zenmap] = "--with-zenmap, --without-zenmap, gtk+ python-core python-codecs python-io python-logging python-unittest python-xml python-netclient python-doctest python-subprocess python-pygtk, python-core python-codecs python-io python-logging python-netclient python-xml python-unittest python-doctest python-subprocess python-pygtk gtk+" 29PACKAGECONFIG[zenmap] = "--with-zenmap, --without-zenmap, gtk+ python-core python-codecs python-io python-logging python-unittest python-xml python-netclient python-doctest python-subprocess python-pygtk, python-core python-codecs python-io python-logging python-netclient python-xml python-unittest python-doctest python-subprocess python-pygtk gtk+"