Subject: CVS commit: pkgsrc/net/hping
From: Marc Recht
Date: 2003-09-26 00:12:15
Message id: 20030925221215.AAB232DA1D@cvs.netbsd.org

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).

Files:
RevisionActionfile
1.3modifypkgsrc/net/hping/Makefile
1.3modifypkgsrc/net/hping/distinfo
1.2modifypkgsrc/net/hping/patches/patch-aa