diff options
-rw-r--r-- | security/dsniff/Makefile | 4 | ||||
-rw-r--r-- | security/dsniff/files/md5 | 4 | ||||
-rw-r--r-- | security/dsniff/files/patch-sum | 3 | ||||
-rw-r--r-- | security/dsniff/patches/patch-aa | 8 | ||||
-rw-r--r-- | security/dsniff/pkg/PLIST | 14 |
5 files changed, 26 insertions, 7 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 5655023be4e..c0642a4676e 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2000/08/15 01:28:58 itojun Exp $ +# $NetBSD: Makefile,v 1.7 2000/12/18 08:49:38 itojun Exp $ # $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $ -DISTNAME= dsniff-2.2 +DISTNAME= dsniff-2.3 CATEGORIES= security MASTER_SITES+= http://www.monkey.org/~dugsong/dsniff/ diff --git a/security/dsniff/files/md5 b/security/dsniff/files/md5 index ef57d690bba..1f4080c4832 100644 --- a/security/dsniff/files/md5 +++ b/security/dsniff/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/08/11 08:14:16 itojun Exp $ +$NetBSD: md5,v 1.3 2000/12/18 08:49:38 itojun Exp $ -MD5 (dsniff-2.2.tar.gz) = 6b4529263d390149961cf3ca74d82141 +MD5 (dsniff-2.3.tar.gz) = 43c0aa3fd57ba296e608b5475ec2cd76 diff --git a/security/dsniff/files/patch-sum b/security/dsniff/files/patch-sum new file mode 100644 index 00000000000..71097a5d05f --- /dev/null +++ b/security/dsniff/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/12/18 08:49:39 itojun Exp $ + +MD5 (patch-aa) = 4f49c5ef6fed038cf52f919c09212ec8 diff --git a/security/dsniff/patches/patch-aa b/security/dsniff/patches/patch-aa new file mode 100644 index 00000000000..5ae44cd3f0f --- /dev/null +++ b/security/dsniff/patches/patch-aa @@ -0,0 +1,8 @@ +$NetBSD: patch-aa,v 1.1 2000/12/18 08:49:39 itojun Exp $ + +--- pcaputil.c- Mon Dec 18 17:40:54 2000 ++++ pcaputil.c Mon Dec 18 17:41:03 2000 +@@ -16,2 +16,3 @@ + #include <pcap.h> ++#undef BSD + #ifdef BSD diff --git a/security/dsniff/pkg/PLIST b/security/dsniff/pkg/PLIST index f430058c5e8..43763b3bf82 100644 --- a/security/dsniff/pkg/PLIST +++ b/security/dsniff/pkg/PLIST @@ -1,21 +1,29 @@ -@comment $NetBSD: PLIST,v 1.2 2000/08/11 12:13:46 wiz Exp $ -sbin/arpredirect +@comment $NetBSD: PLIST,v 1.3 2000/12/18 08:49:39 itojun Exp $ +sbin/arpspoof +sbin/dnsspoof sbin/dsniff sbin/filesnarf sbin/macof sbin/mailsnarf +sbin/msgsnarf +sbin/sshmitm sbin/tcpkill sbin/tcpnice sbin/urlsnarf +sbin/webmitm sbin/webspy lib/dsniff.magic lib/dsniff.services -man/man8/arpredirect.8 +man/man8/arpspoof.8 +man/man8/dnsspoof.8 man/man8/dsniff.8 man/man8/filesnarf.8 man/man8/macof.8 man/man8/mailsnarf.8 +man/man8/msgsnarf.8 +man/man8/sshmitm.8 man/man8/tcpkill.8 man/man8/tcpnice.8 man/man8/urlsnarf.8 +man/man8/webmitm.8 man/man8/webspy.8 |