summaryrefslogtreecommitdiff
path: root/security/dsniff
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-12-18 08:49:38 +0000
committeritojun <itojun@pkgsrc.org>2000-12-18 08:49:38 +0000
commitbc03f88c7b813b89ca37fb4e3e820169526c2701 (patch)
treef44cb7f4d414941541fd8d01d011da98ade819c2 /security/dsniff
parent3b4d38c278d7d399bd9afd87537ca469b7df0c7a (diff)
downloadpkgsrc-bc03f88c7b813b89ca37fb4e3e820169526c2701.tar.gz
upgrade to 2.3. XXX not sure if patch-aa is right or not.
pcap-int.h is normally installed, as it is internal to libpcap. $Id: CHANGES,v 1.54 2000/12/17 16:39:05 dugsong Exp $ v2.3 Sun Dec 17 11:35:38 EST 2000 - Add VRRP parsing to dsniff, from Eric Jackson <shinobi@monkey.org>. - Require pcap filter argument for tcpkill, tcpnice. - Add Microsoft PPTP MS-CHAP (v1, v2) parsing to dsniff, based on anger.c by Aleph One <aleph1@securityfocus.com>. - Fix pcAnywhere 7, 9.x parsing in dsniff. - Add -t trigger[,...] flag to dsniff, to specify individual triggers on the command line. - Convert most everything to use new buf interface. - New programs: dnsspoof, msgsnarf, sshmitm, webmitm. - Fix inverted regex matching in *snarf programs. - Consistent arpspoof, macof, tcpnice, tcpkill output. - Rename arpredirect to arpspoof (maintain consistent *sniff, *snarf, *spoof, *spy nomenclature). - Consistent pcap filter argument to dsniff, *snarf programs. - Add trigger for Checkpoint Firewall-1 Session Authentication Agent (261/tcp), as suggested by Joe Segreti <seg@clark.net>. - Add SMTP parsing to dsniff, as requested by Denis Ducamp <Denis.Ducamp@hsc.fr>. - Add rexec and RPC ypserv parsing to dsniff, as requested by Oliver Friedrichs <of@securityfocus.com>. - Add HTTP proxy auth parsing back to dsniff, it got lost in the shuffle. Reported by Denis Ducamp <Denis.Ducamp@hsc.fr>. - Add NNTPv2 and other AUTHINFO extensions to dsniff.
Diffstat (limited to 'security/dsniff')
-rw-r--r--security/dsniff/Makefile4
-rw-r--r--security/dsniff/files/md54
-rw-r--r--security/dsniff/files/patch-sum3
-rw-r--r--security/dsniff/patches/patch-aa8
-rw-r--r--security/dsniff/pkg/PLIST14
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