diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-08-02 15:03:25 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-08-02 15:03:27 +0000 |
commit | f76f5d7b623a232777cd04160a7bfe4654a93458 (patch) | |
tree | 6b56f513ff7b005c9cd6661e0e9df638d28db94f /main/nmap | |
parent | 4f240759bdd75002f1c642d37b65dabe735a8b22 (diff) | |
download | aports-f76f5d7b623a232777cd04160a7bfe4654a93458.tar.bz2 aports-f76f5d7b623a232777cd04160a7bfe4654a93458.tar.xz |
main/nmap: disable check()
Only on armhf and aarch64
FAIL ./addrset - was expected to fail, but didn't.
FAIL ./addrset , was expected to fail, but didn't.
FAIL ./addrset 1:2:3:4:5:6:7:8:9 was expected to fail, but didn't.
FAIL ./addrset 11::22::33 was expected to fail, but didn't.
FAIL ./addrset FFFFF::FFFFF was expected to fail, but didn't.
Diffstat (limited to 'main/nmap')
-rw-r--r-- | main/nmap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/nmap/APKBUILD b/main/nmap/APKBUILD index c13958193e..fffa2083b3 100644 --- a/main/nmap/APKBUILD +++ b/main/nmap/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=nmap pkgver=7.60 -pkgrel=0 +pkgrel=1 pkgdesc="A network exploration tool and security/port scanner" url="http://nmap.org" arch="all" license="custom" depends="" makedepends="libpcap-dev libressl-dev lua-dev linux-headers" -install="" +options="!check" #FIXME: fails on armhf and aarch64 subpackages=" $pkgname-doc $pkgname-scripts::noarch |