Subject: pkg/22320: Package update: hping-2.0.0.2
To: None <gnats-bugs@gnats.netbsd.org>
From: Quentin Garnier <qgarnier@eve-team.com>
List: netbsd-bugs
Date: 07/31/2003 06:19:43
>Number: 22320
>Category: pkg
>Synopsis: Package update: hping-2.0.0.2
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jul 31 10:21:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:
>Release: NetBSD 1.6U
>Organization:
>Environment:
System: NetBSD vidal.eve 1.6U NetBSD 1.6U (VIDAL) #9: Tue Jul 29 08:36:27 CEST 2003 root@vidal.eve:/usr/src/sys/arch/i386/compile/RE i386
Architecture: i386
Machine: i386
>Description:
hping2-rc2 was released at an unknown date.
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).
>How-To-Repeat:
>Fix:
Mmm maybe it'd be useful to keep the comment in patch-aa.
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/net/hping/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 2003/07/17 22:51:14 1.2
+++ Makefile 2003/07/31 10:15:57
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 2003/07/17 22:51:14 grant 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/
Index: distinfo
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/net/hping/distinfo,v
retrieving revision 1.2
diff -u -r1.