diff options
author | recht <recht@pkgsrc.org> | 2003-09-25 22:12:15 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-25 22:12:15 +0000 |
commit | d40dc2d13e93eef8396858c941bc74249d0432a7 (patch) | |
tree | 07b471c45406fa06411271c3902c94da6eb309d8 /net/hping/Makefile | |
parent | 57af21facfb819943d75c90a1dc346aad6173a06 (diff) | |
download | pkgsrc-d40dc2d13e93eef8396858c941bc74249d0432a7.tar.gz |
update to 2.0.0.2
patch provided by Quentin Garnier in PR 22320
rc2 changes
* Major code rewrite (me)
* Fix for a problem about port number printing in TCP mode (thanks to
Yann Berthier)
* MTU value sanity check in option parsing (Nicolas Jombart)
* Fix the use of -W option (Nicolas Jombart)
* strlcpy() when needed (Brieuc Jeunhomme)
* source routing and random bugfixes (Brieuc Jeunhomme)
* Fix a bug when using BSD and a PPP link as a default route, and more
(Nicolas Jombart)
* --rand-source for random source addresses (me)
* --rand-dest for random destination addresses + manpage update (me)
* all the atoi() call was replaced with strto[u]l() (me)
* seq/ack setting using strtoul() instead of atoi() (Shachar Shemesh)
* DF added to the icmp and udp output (me)
* --port ++ fixed with UDP and enanched for TCP/UDP. Now the packets
matches only with a sport that is in the range base_dest_port -
current_dest_port (me) (Thanks to David Bar <dbar@Checkpoint.com>
for the original report).
Diffstat (limited to 'net/hping/Makefile')
-rw-r--r-- | net/hping/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/hping/Makefile b/net/hping/Makefile index d9a6a84895c..dc8a078aa6c 100644 --- a/net/hping/Makefile +++ b/net/hping/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 22:51:14 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/09/25 22:12:15 recht Exp $ # -DISTNAME= hping2.0.0-rc1 -PKGNAME= hping-2.0.0.1 -WRKSRC= ${WRKDIR}/hping2 +DISTNAME= hping2.0.0-rc2 +PKGNAME= hping-2.0.0.2 +WRKSRC= ${WRKDIR}/hping2-rc2 CATEGORIES= net MASTER_SITES= http://www.hping.org/ |