diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 10:09:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 10:09:57 +0000 |
commit | 4731a77526c8f8f6bac64e3e7b87efb9b0ca8b0a (patch) | |
tree | 533d8a7011e8f69abd1cddffada968c4d5a136b3 /net/hping/Makefile | |
parent | a99d21980f8f9a9d0f8cedb1359d1f42c63b62e2 (diff) | |
download | ports-4731a77526c8f8f6bac64e3e7b87efb9b0ca8b0a.tar.gz ports-4731a77526c8f8f6bac64e3e7b87efb9b0ca8b0a.zip |
Notes
Diffstat (limited to 'net/hping/Makefile')
-rw-r--r-- | net/hping/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/hping/Makefile b/net/hping/Makefile index db529bea3ce0..182fd071ae95 100644 --- a/net/hping/Makefile +++ b/net/hping/Makefile @@ -6,24 +6,23 @@ # PORTNAME= hping -PORTVERSION= 2.0.0r2 -PORTREVISION= 3 +PORTVERSION= 2.0.0r3 PORTEPOCH= 1 CATEGORIES= security net MASTER_SITES= http://www.hping.org/ -DISTNAME= hping2.0.0-rc2 +DISTNAME= hping2.0.0-rc3 MAINTAINER= ecu@ipv42.net COMMENT= Network auditing tool -WRKSRC= ${WRKDIR}/hping2-rc2 +WRKSRC= ${WRKDIR}/hping2-rc3 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --force-libpcap USE_GMAKE= yes PLIST_FILES= sbin/hping PORTDOCS= AS-BACKDOOR HPING2-HOWTO.txt HPING2-IS-OPEN \ - MORE-FUN-WITH-IPID SPOOFED_SCAN.txt + MORE-FUN-WITH-IPID SPOOFED_SCAN.txt APD.txt MAN8= hping.8 |