nmap: update to 7.90.
This commit is contained in:
parent
bde327e6fd
commit
e8fb05d57b
1 changed files with 5 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nmap'
|
# Template file for 'nmap'
|
||||||
pkgname=nmap
|
pkgname=nmap
|
||||||
version=7.80
|
version=7.90
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
|
@ -11,7 +11,8 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="custom:nmap"
|
license="custom:nmap"
|
||||||
homepage="https://nmap.org"
|
homepage="https://nmap.org"
|
||||||
distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
|
distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
|
||||||
checksum=fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa
|
checksum=5557c3458275e8c43e1d0cfa5dad4e71dd39e091e2029a293891ad54098a40e8
|
||||||
|
python_version=3
|
||||||
|
|
||||||
build_options="lua"
|
build_options="lua"
|
||||||
build_options_default="lua"
|
build_options_default="lua"
|
||||||
|
@ -20,23 +21,14 @@ alternatives="
|
||||||
nc:nc:/usr/bin/ncat
|
nc:nc:/usr/bin/ncat
|
||||||
nc:nc.1:/usr/share/man/man1/ncat.1"
|
nc:nc.1:/usr/share/man/man1/ncat.1"
|
||||||
|
|
||||||
pre_check() {
|
|
||||||
# Disable zenmap tests
|
|
||||||
# https://github.com/nmap/nmap/issues/662
|
|
||||||
# https://github.com/nmap/nmap/issues/666
|
|
||||||
# https://github.com/nmap/nmap/issues/85
|
|
||||||
vsed -i 's|check-zenmap ||g' Makefile
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense LICENSE
|
||||||
|
|
||||||
# do not use bundled certificates, use only system ones
|
# do not use bundled certificates, use only system ones
|
||||||
rm -f ${DESTDIR}/usr/share/ncat/ca-bundle.crt
|
rm -f ${DESTDIR}/usr/share/ncat/ca-bundle.crt
|
||||||
}
|
}
|
||||||
|
|
||||||
zenmap_package() {
|
zenmap_package() {
|
||||||
archs=noarch
|
|
||||||
depends="${sourcepkg}-${version}_${revision} pygtk"
|
depends="${sourcepkg}-${version}_${revision} pygtk"
|
||||||
short_desc+=" - GUI Frontend"
|
short_desc+=" - GUI Frontend"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue