iputils (3:20020927-6) unstable; urgency=medium * Fix an error in the previous version that resulted in the offsets in cmsgbuf still getting set wrong. (basically I messed up my order of operations and sent pointers flying off into who knows where. Ooops.) * Make sure my .svn directories don't make it into the .diff.gz. -- Noah Meyerhans Tue, 30 Jan 2007 18:07:02 -0500 iputils (3:20020927-5) unstable; urgency=medium * fix typo in debian/control entry for netkit-ping * Fix error in pr_type where the index into the ttab2 array was off by 128. (Closes: Bug#293985) * Fix a bug in ping6.c where the cmsghdr struct associated with a device provided via the -I command line flag would clobber any existing cmsghdrs in cmsgbuf, which would exist of source routing information was provided. -- Noah Meyerhans Sat, 27 Jan 2007 11:45:34 -0500 iputils (3:20020927-4) unstable; urgency=medium * Acknowledge NMU * Apply patch from Loïc Minier to fix arping behavior when -w and -c command line flags are given and the target host does not reply. (Closes: Bug#233125) * Provide a netkit-ping package so there's a smooth upgrade path for people who had the old netkit ping implementation installed. (Closes: Bug#384012) * Apply patch from Rémi Denis-Courmont to fix incompatibilities with 2.4 and older 2.6 kernels in ping6 and tracepath6. (Closes: Bug#402121, Bug#397935) -- Noah Meyerhans Tue, 19 Dec 2006 17:05:27 -0500 iputils (3:20020927-3.1) unstable; urgency=low * NMU * Use IPV6_RECVHOPLIMIT instead of IPV6_HOPLIMIT in ping6 to build with current kernel headers. Closes: #391601 * Explicitly build-depend on the current version of linux-kernel-headers since older ones don't have IPV6_RECVHOPLIMIT. -- Joey Hess Sat, 14 Oct 2006 23:48:44 -0400 iputils (3:20020927-3) unstable; urgency=low * only requst AF_INET address in ping and tracepath, since these tools only deal with IPv4 addresses. (Closes: Bug#305062) * SO_TIMESTAMP is no longer broken on SPARC so its use is no longer disabled. (Closes: Bug#330909) * Report all valid ICMP response types in ping (Closes: Bug#186745) * Don't print out a bogus and broken statistics line upon exit if using -A and pinging an unresponsive host. (Closes: Bug#180903) * Provide a somewhat more descriptive warning if CONFIG_FILTER is not supported in the kernel. This shouldn't matter anymore, since it's always enabled on modern kernels. (Closes: Bug#139151) * Use debhelper compat level 4. * Move binaries to /usr/bin (Closes: Bug#141799) -- Noah Meyerhans Sat, 22 Oct 2005 10:54:50 -0400 iputils (3:20020927-2) unstable; urgency=low * Build system cleanup. Stop including anything from /usr/src/linux. We still define our own versions of things that should be included from /usr/src/sys, and this needs to be fixed, but I will wait until post sarge to do so. (Closes: Bug#223164) * Install symlink for tracepath6 man page. -- Noah Meyerhans Mon, 22 Dec 2003 15:26:54 -0500 iputils (3:20020927-1) unstable; urgency=medium * New upstream version. (Closes: Bug#151980) * Changed iputils-ping to Priority: important * Changed iputils-tracepath to Priority: optional * Added RELNOTES to /usr/share/doc/iputils-* as the upstream changelog. * Bumped standards version to 3.5.7.0 * Changed the sparc kludge (see prev. version's changes) to avoid using the SO_TIMESTAMP sockopt, since that seems to be where the problem is. -U is no longer forced. * Fixed '==' typo on line 444 of traceroute6.c. The patch has been sent upstream and will be in future releases. -- Noah Meyerhans Wed, 2 Oct 2002 23:49:21 -0400 iputils (3:20020124-3) unstable; urgency=medium * Added kludge to force -U on ping and ping6 on SPARC, since neither program will report correct times at all otherwise. This will be fixed correctly at some point in the future, but possibly not before woody's release. (Closes: Bug#122379) * Fixed a printf error in tracepath6.c that caused some slightly ugly (non zero-padded) output. (Closes: Bug#141300) * Fixed a typo in tracepath.8 (Closes: Bug#135274) * Removed reference to clockdiff(8) from arping.8 since clockdiff is not packaged. -- Noah Meyerhans Sun, 21 Apr 2002 02:07:55 -0400 iputils (3:20020124-2) unstable; urgency=low * Added newlines to network error indicators in ping6 (Closes: Bug#140254, Bug#119651) -- Noah Meyerhans Wed, 17 Apr 2002 00:32:03 -0400 iputils (3:20020124-1) unstable; urgency=low * New upstream release. (Closes: Bug#119651, Bug#120166) * Improved the build process. Uses new debhelper scripts. * Added new build deps for manpage auto-generation from SGML source. -- Noah Meyerhans Tue, 29 Jan 2002 16:32:58 -0500 iputils (3:0ss010824-1) unstable; urgency=low * New upstream release (Closes: Bug#113306) -- Noah Meyerhans Wed, 26 Sep 2001 17:09:51 -0400 iputils (20001110-7) unstable; urgency=low * Fixed the Conflicts line for iputils-arping. (Closes: Bug#100287) * Removed an obsolete call to dh_testversion in debian/rules -- Noah Meyerhans Wed, 13 Jun 2001 22:11:30 -0400 iputils (20001110-7) unstable; urgency=low * Fixed the Conflicts line for iputils-arping. (Closes: Bug#100287) * Removed an obsolete call to dh_testversion in debian/rules -- Noah Meyerhans Wed, 13 Jun 2001 22:11:30 -0400 iputils (20001110-6) unstable; urgency=low * Split arping out into its own separate package (iputils-arping) * Made iputils-arping conflict with arping, another package which provided the arping binary (Closes: Bug#99295) * Bumped the package standards version up to 3.5.4.0 -- Noah Meyerhans Sun, 3 Jun 2001 14:21:35 -0400 iputils (20001110-5) unstable; urgency=low * Documented all previously undocumented programs. (Closes: Bug#43812) -- Noah Meyerhans Mon, 23 Apr 2001 16:06:58 -0400 iputils (20001110-4) unstable; urgency=low * New maintainer (Closes: Bug#84024) * Fixed a typo in the control file (2 Conflicts line, added in -3). (Closes: Bug#85115) * Created man pages for ping and ping6 based on netkit ping man pages. (Closes: Bug#74375, Bug#46876) -- Noah Meyerhans Tue, 6 Feb 2001 16:44:22 -0500 iputils (20001110-3) unstable; urgency=low * debian/rules: Removed call to dh_suidregister (closes: #84130, #84709). * debian/control: Added Conflict with suidmanager << 0.50 as mentioned in the dh_suidregister manpage. -- Torsten Landschoff Sun, 4 Feb 2001 00:33:52 +0100 iputils (20001110-2) unstable; urgency=low * ping6.c: Add #defines for those stupid clear_bit, test_bit, set_bit functions. -- Anthony Towns Mon, 29 Jan 2001 23:39:31 +1000 iputils (20001110-1) unstable; urgency=low * New upstream version. (Closes: Bug#80250, Bug#80251) * Removed most of the Debian patches: too much has changed upstream to reasonably forward port them. Maxwait argument thus disappeared. (Closes: Bug#65597) * Shouldn't have any security problems, theoretically. (Closes: Bug#69472) * Descriptions have been updated a while ago. (Closes: Bug#68973) * Orphaned, maintainer set to debian-qa. -- Anthony Towns Tue, 26 Dec 2000 15:03:20 +1000 iputils (990107-3) unstable; urgency=low * Got sick of the tiresome traceroute flame wars, and moved the tracepath, tracepath6 and traceroute6 binaries to /usr/sbin. -- Anthony Towns Wed, 16 Aug 2000 20:25:21 +1000 iputils (990107-2) unstable; urgency=low * Drop priority to extra (it conflicts: with a standard package so shouldn't be optional anway), and add a note to the description. -- Anthony Towns Sat, 12 Aug 2000 23:49:58 +1000 iputils (990107-1) unstable; urgency=low * Initial Release. -- Anthony Towns Sat, 5 Aug 2000 19:51:36 +1000