1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to dsniff 2.2

PR:	20900
Submitted by:	Joseph Scott <joseph.scott@owp.csus.edu>
This commit is contained in:
Kris Kennaway 2000-09-02 01:33:19 +00:00
parent d9de9564d1
commit d64f2d8866
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32190
3 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= dsniff
PORTVERSION= 1.7
PORTVERSION= 2.2
CATEGORIES= security
MASTER_SITES= http://naughty.monkey.org/~dugsong/dsniff/
@ -16,10 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \
${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-libnet="${LOCALBASE}" --with-libnids="${LOCALBASE}"
USE_XLIB= yes
MAN8= arpredirect.8 dsniff.8 findgw.8 macof.8 mailsnarf.8 tcpkill.8 \
tcpnice.8 urlsnarf.8 webspy.8
tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (dsniff-1.7.tar.gz) = 8ce6b888240d12e84956cfd183d77965
MD5 (dsniff-2.2.tar.gz) = 6b4529263d390149961cf3ca74d82141

View File

@ -1,5 +1,8 @@
lib/dsniff.magic
lib/dsniff.services
sbin/arpredirect
sbin/dsniff
sbin/filesnarf
sbin/findgw
sbin/macof
sbin/mailsnarf
@ -7,3 +10,4 @@ sbin/tcpkill
sbin/tcpnice
sbin/urlsnarf
sbin/webspy