Subject: CVS commit: pkgsrc/net/hping
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 09/25/2003 22:12:15
Module Name:	pkgsrc
Committed By:	recht
Date:		Thu Sep 25 22:12:15 UTC 2003

Modified Files:
	pkgsrc/net/hping: Makefile distinfo
	pkgsrc/net/hping/patches: patch-aa

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/hping/Makefile pkgsrc/net/hping/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/hping/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.