summaryrefslogtreecommitdiff
path: root/net/arp-scan
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2015-01-03 14:44:36 +0000
committerschwarz <schwarz@pkgsrc.org>2015-01-03 14:44:36 +0000
commit7bfe483f75ea33897a87e320eb2d2fdc567c2ed9 (patch)
treeede007dbb80950cb8acf9621748610690ae06f14 /net/arp-scan
parentbfc8fefa8021c1625aa5625f6784fd8951867e85 (diff)
downloadpkgsrc-7bfe483f75ea33897a87e320eb2d2fdc567c2ed9.tar.gz
updated net/arp-scan to 1.9
Diffstat (limited to 'net/arp-scan')
-rw-r--r--net/arp-scan/Makefile9
-rw-r--r--net/arp-scan/distinfo11
-rw-r--r--net/arp-scan/patches/patch-configure13
-rw-r--r--net/arp-scan/patches/patch-link-bpf.c11
4 files changed, 13 insertions, 31 deletions
diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile
index 9952281c7c4..41c4a0cae12 100644
--- a/net/arp-scan/Makefile
+++ b/net/arp-scan/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2014/05/29 23:37:02 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/01/03 14:44:36 schwarz Exp $
#
-DISTNAME= arp-scan-1.8
-PKGREVISION= 3
+DISTNAME= arp-scan-1.9
CATEGORIES= net
-MASTER_SITES= http://www.nta-monitor.com/tools/arp-scan/download/
+MASTER_SITES= http://www.nta-monitor.com/files/arp-scan/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.nta-monitor.com/tools/arp-scan/
+HOMEPAGE= http://www.nta-monitor.com/tools-resources/security-tools/arp-scan
COMMENT= Discovery and fingerprinting tool using ARP
LICENSE= gnu-gpl-v3
diff --git a/net/arp-scan/distinfo b/net/arp-scan/distinfo
index 54a7d8acc61..0eb5274e7a2 100644
--- a/net/arp-scan/distinfo
+++ b/net/arp-scan/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2012/08/07 18:21:30 marino Exp $
+$NetBSD: distinfo,v 1.3 2015/01/03 14:44:36 schwarz Exp $
-SHA1 (arp-scan-1.8.tar.gz) = 26ebf18eff367aaf99307841bec9e8b9e596c3bb
-RMD160 (arp-scan-1.8.tar.gz) = 2cf60da998cd8bf49767938187426f83ba0582f1
-Size (arp-scan-1.8.tar.gz) = 430221 bytes
-SHA1 (patch-configure) = 3bb0dcc707f6639491d0577d68a456edf0dded32
-SHA1 (patch-link-bpf.c) = 22f00ac7c027ba7d2e66874d0d374a671ee2292b
+SHA1 (arp-scan-1.9.tar.gz) = 6bf698572b21242778df9d2019fd386b2a21a135
+RMD160 (arp-scan-1.9.tar.gz) = 1c6dabae9ff665ec540b144e8c6613debedfc822
+Size (arp-scan-1.9.tar.gz) = 488442 bytes
+SHA1 (patch-link-bpf.c) = 4dd7d4bddb96d58be645d9538892082023956e22
diff --git a/net/arp-scan/patches/patch-configure b/net/arp-scan/patches/patch-configure
deleted file mode 100644
index 6449629e028..00000000000
--- a/net/arp-scan/patches/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2012/08/07 18:21:30 marino Exp $
-
---- configure.orig 2011-03-01 14:11:09.000000000 +0000
-+++ configure
-@@ -6093,7 +6093,7 @@ done
- esac
-
- ;;
-- *freebsd* | *darwin* | *openbsd* | *netbsd* )
-+ *freebsd* | *darwin* | *openbsd* | *netbsd* | *dragonfly* )
- { echo "$as_me:$LINENO: Using BPF link layer implementation." >&5
- echo "$as_me: Using BPF link layer implementation." >&6;};
-
diff --git a/net/arp-scan/patches/patch-link-bpf.c b/net/arp-scan/patches/patch-link-bpf.c
index 3a04d4793fa..546157b4f8a 100644
--- a/net/arp-scan/patches/patch-link-bpf.c
+++ b/net/arp-scan/patches/patch-link-bpf.c
@@ -1,10 +1,7 @@
-$NetBSD: patch-link-bpf.c,v 1.1 2012/08/07 18:21:30 marino Exp $
+$NetBSD: patch-link-bpf.c,v 1.2 2015/01/03 14:44:36 schwarz Exp $
-DragonFly's pcap.h includes pcap/bpf.h which clashes with net/bpf.h
-pcap.h is included by arp-scan.h
-
---- link-bpf.c.orig 2011-01-09 10:37:09.000000000 +0000
-+++ link-bpf.c
+--- link-bpf.c.orig 2013-04-27 10:39:08.000000000 +0200
++++ link-bpf.c 2015-01-03 15:34:53.000000000 +0100
@@ -32,6 +32,9 @@
*
*/
@@ -14,4 +11,4 @@ pcap.h is included by arp-scan.h
+#endif
#include "arp-scan.h"
- #ifdef HAVE_FCNTL_H
+ #ifdef HAVE_NET_IF_H