mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-26 07:07:18 +00:00
nmap: update to 7.60
LIC_CHKSUM_FILES changed do to yr update. add a few more PACKCONFIG Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -3,15 +3,15 @@ DESCRIPTION = "Nmap ("Network Mapper") is a free and open source (license) utili
|
|||||||
SECTION = "security"
|
SECTION = "security"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=87c6956e28c3603a0a1dda11bcdc227a"
|
LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=700c690f4ca6b1754f3f1db8645e42d9"
|
||||||
|
|
||||||
SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \
|
SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \
|
||||||
file://nmap-redefine-the-python-library-dir.patch \
|
file://nmap-redefine-the-python-library-dir.patch \
|
||||||
file://nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch \
|
file://nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "435c7e095bdd4565e0f69c41743a45be"
|
SRC_URI[md5sum] = "4e454266559ddf2c4e2109866c62560c"
|
||||||
SRC_URI[sha256sum] = "e9a96a8e02bfc9e80c617932acc61112c23089521ee7d6b1502ecf8e3b1674b2"
|
SRC_URI[sha256sum] = "a8796ecc4fa6c38aad6139d9515dc8113023a82e9d787e5a5fb5fa1b05516f21"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig pythonnative distro_features_check
|
inherit autotools-brokensep pkgconfig pythonnative distro_features_check
|
||||||
|
|
||||||
@@ -21,6 +21,8 @@ PACKAGECONFIG += " ${@bb.utils.contains('IMAGE_FEATURES', 'x11-base', 'zenmap',
|
|||||||
PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap"
|
PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap"
|
||||||
PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpre"
|
PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpre"
|
||||||
PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl"
|
PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl"
|
||||||
|
PACKAGECONFIG[ssh2] = "--with-openssh2=${STAGING_LIBDIR}/.., --without-openssh2, libssh2, libssh2"
|
||||||
|
PACKAGECONFIG[libz] = "--with-libz=${STAGING_LIBDIR}/.., --without-libz, zlib, zlib"
|
||||||
|
|
||||||
#disable/enable packages
|
#disable/enable packages
|
||||||
PACKAGECONFIG[nping] = ",--without-nping,"
|
PACKAGECONFIG[nping] = ",--without-nping,"
|
||||||
Reference in New Issue
Block a user