summaryrefslogtreecommitdiff
path: root/security/dsniff/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-01-14 08:12:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-01-14 08:12:52 +0000
commit152294c8ec0fdd71164b66f7482a757b2a15169a (patch)
tree2b427a5deeee0f92bc28e476e109514bab5ba5b8 /security/dsniff/Makefile
parentAdd patch (diff)
The long-awaited upgrade to dsniff 2.3, which includes the now-infamous
sshmitm and webmitm monkey-in-the-middle tools. Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net> PR: 23749
Notes
Notes: svn path=/head/; revision=37179
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r--security/dsniff/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 5bad4b97197e..c24d669ee78f 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dsniff
-PORTVERSION= 2.2
+PORTVERSION= 2.3
CATEGORIES= security
MASTER_SITES= http://naughty.monkey.org/~dugsong/dsniff/
@@ -18,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \
GNU_CONFIGURE= yes
USE_XLIB= yes
-MAN8= arpredirect.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \
- tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8
+MAN8= arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \
+ tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8 dnsspoof.8 msgsnarf.8 \
+ sshmitm.8 webmitm.8
.include <bsd.port.mk>