diff options
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.99.bb (renamed from meta-oe/recipes-security/nmap/nmap_7.92.bb) | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.92.bb b/meta-oe/recipes-security/nmap/nmap_7.99.bb index 33767dfb96..b38c0ae925 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.92.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.99.bb | |||
| @@ -1,19 +1,19 @@ | |||
| 1 | SUMMARY = "network auditing tool" | 1 | 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-only" | 4 | LICENSE = "NPSL" |
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b8823a06822788010eae05b4f5e921b3" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=895af8527fe4bcb72f271fd1841fd2f6" |
| 7 | 7 | ||
| 8 | SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \ | 8 | SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \ |
| 9 | file://0001-redefine-the-python-library-install-dir.patch \ | 9 | file://nmap-redefine-the-python-library-dir.patch \ |
| 10 | file://0002-replace-.-shtool-mkdir-with-coreutils-mkdir-command.patch \ | 10 | file://nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch \ |
| 11 | file://0003-Include-time.h-header-to-pass-clang-compilation.patch \ | 11 | file://0001-Include-time.h-header-to-pass-clang-compilation.patch \ |
| 12 | file://0004-Fix-building-with-libc.patch \ | 12 | file://0002-Fix-building-with-libc.patch \ |
| 13 | file://0005-fix-racing-between-build-ncat-and-build-lua.patch \ | 13 | file://0003-Fix-off-by-one-overflow-in-the-IP-protocol-table.patch \ |
| 14 | file://0006-Fix-build-with-libpcap-1.10.5.patch \ | 14 | file://0001-fix-racing-between-build-ncat-and-build-lua.patch \ |
| 15 | " | 15 | " |
| 16 | SRC_URI[sha256sum] = "a5479f2f8a6b0b2516767d2f7189c386c1dc858d997167d7ec5cfc798c7571a1" | 16 | SRC_URI[sha256sum] = "df512492ffd108e53a27a06f26d8635bbe89e0e569455dc8ffef058c035d51b2" |
| 17 | 17 | ||
| 18 | UPSTREAM_CHECK_REGEX = "nmap-(?P<pver>\d+(\.\d+)+)\.tar" | 18 | UPSTREAM_CHECK_REGEX = "nmap-(?P<pver>\d+(\.\d+)+)\.tar" |
| 19 | 19 | ||
| @@ -22,12 +22,12 @@ inherit autotools-brokensep pkgconfig python3native | |||
| 22 | PACKAGECONFIG ?= "pcre ncat nping pcap" | 22 | PACKAGECONFIG ?= "pcre ncat nping pcap" |
| 23 | 23 | ||
| 24 | PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap" | 24 | PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap" |
| 25 | PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpcre" | 25 | PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpcre2" |
| 26 | PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl" | 26 | PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl" |
| 27 | PACKAGECONFIG[ssh2] = "--with-openssh2=${STAGING_LIBDIR}/.., --without-openssh2, libssh2, libssh2" | 27 | PACKAGECONFIG[ssh2] = "--with-openssh2=${STAGING_LIBDIR}/.., --without-openssh2, libssh2, libssh2" |
| 28 | PACKAGECONFIG[libz] = "--with-libz=${STAGING_LIBDIR}/.., --without-libz, zlib, zlib" | 28 | PACKAGECONFIG[libz] = "--with-libz=${STAGING_LIBDIR}/.., --without-libz, zlib, zlib" |
| 29 | 29 | ||
| 30 | # disable/enable packages | 30 | #disable/enable packages |
| 31 | PACKAGECONFIG[nping] = ",--without-nping," | 31 | PACKAGECONFIG[nping] = ",--without-nping," |
| 32 | PACKAGECONFIG[ncat] = ",--without-ncat," | 32 | PACKAGECONFIG[ncat] = ",--without-ncat," |
| 33 | PACKAGECONFIG[ndiff] = "--with-ndiff=yes,--without-ndiff,python3 python3-setuptools-native" | 33 | PACKAGECONFIG[ndiff] = "--with-ndiff=yes,--without-ndiff,python3 python3-setuptools-native" |
