From e8fb05d57b791bc5cf802c2353c1e76da717d2d9 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 4 Oct 2020 21:00:17 +0200 Subject: [PATCH] nmap: update to 7.90. --- srcpkgs/nmap/template | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/srcpkgs/nmap/template b/srcpkgs/nmap/template index 8f036af7fc..fd2c2eb986 100644 --- a/srcpkgs/nmap/template +++ b/srcpkgs/nmap/template @@ -1,7 +1,7 @@ # Template file for 'nmap' pkgname=nmap -version=7.80 -revision=4 +version=7.90 +revision=1 build_style=gnu-configure configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)" hostmakedepends="python" @@ -11,7 +11,8 @@ maintainer="Piraty " license="custom:nmap" homepage="https://nmap.org" distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2" -checksum=fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa +checksum=5557c3458275e8c43e1d0cfa5dad4e71dd39e091e2029a293891ad54098a40e8 +python_version=3 build_options="lua" build_options_default="lua" @@ -20,23 +21,14 @@ alternatives=" nc:nc:/usr/bin/ncat 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() { - vlicense COPYING + vlicense LICENSE # do not use bundled certificates, use only system ones rm -f ${DESTDIR}/usr/share/ncat/ca-bundle.crt } zenmap_package() { - archs=noarch depends="${sourcepkg}-${version}_${revision} pygtk" short_desc+=" - GUI Frontend" pkg_install() {