arp-scan: update to 1.9.5. (#615)

This commit is contained in:
Faule Socke 2018-07-03 23:00:21 +02:00 committed by cr6git
parent 3c887783a8
commit 657b693b8e
2 changed files with 2 additions and 14 deletions

View file

@ -1,12 +0,0 @@
--- acinclude.m4
+++ acinclude.m4
@@ -212,7 +211,8 @@ done])dnl AC_CACHE_VAL
LONG_LONG_INT_FORMAT=''
case $pgac_cv_snprintf_long_long_int_format in
- cross) AC_MSG_RESULT([cannot test (not on host machine)]);;
+ cross) AC_MSG_RESULT([assuming %lld for cross compilation])
+ LONG_LONG_INT_FORMAT='%lld';;
?*) AC_MSG_RESULT([$pgac_cv_snprintf_long_long_int_format])
LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;;
*) AC_MSG_RESULT(none);;

View file

@ -1,6 +1,6 @@
# Template file for 'arp-scan'
pkgname=arp-scan
version=1.9
version=1.9.5
revision=1
build_style=gnu-configure
hostmakedepends="automake"
@ -10,7 +10,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
license="GPL-3"
homepage="http://www.nta-monitor.com/tools/arp-scan/"
distfiles="https://github.com/royhills/$pkgname/archive/$version/$pkgname-$version.tar.gz"
checksum=b2a446a170e4a2feeb825cd08db48a147f8dffae702077f33e456c4200e7afb0
checksum=aa9498af84158a315b7e0ea6c2cddfa746660ca3987cbe7e32c0c90f5382d9d2
pre_configure() {
autoreconf --install