diff options
author | nectar <nectar@FreeBSD.org> | 2002-05-30 19:37:31 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-05-30 19:37:31 +0000 |
commit | 7938ed45e27d48ad525b07caf36e2f195a3816b0 (patch) | |
tree | d93d082eaac04dbc589a66c4eeb4c37d3d47b7d1 /security | |
parent | dbcc5b614fc4221e7fced6d5e716dbc67e3e5295 (diff) | |
download | FreeBSD-ports-7938ed45e27d48ad525b07caf36e2f195a3816b0.zip FreeBSD-ports-7938ed45e27d48ad525b07caf36e2f195a3816b0.tar.gz |
I've verified that the tarball that matches the new checksum
does not contain the configure trojan that the previous tarball
did.
PR: ports/38716
Submitted by: Dominic Marks <dominic_marks@btinternet.com> (maintainer),
Yonatan Bokovza <Yonatan@xpert.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/fragroute/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 7a2186b..0316a99 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -7,6 +7,7 @@ PORTNAME= fragroute PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~dugsong/fragroute/ @@ -19,8 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${PREFIX} \ --with-libevent=${PREFIX} --with-pcap -FORBIDDEN= Distfile may be trojaned. - MAN8= fragroute.8 fragtest.8 SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \ |