2009
iproute (20090324-1) unstable; urgency=low
* New upstream release v2.6.29-1 (includes "Fix headers needed for gre")
- fixed to link against xtables rather then ipt. (Closes: #510924)
* Make sure clean drops any potential left-over files from WRR qdisc patch.
* Bump standards version to policy 3.8.1, no changes needed.
-- Andreas Henriksson <andreas@fatal.se> Thu, 26 Mar 2009 12:36:10 +0100
2008
iproute (20090115-1) unstable; urgency=low
[ Andreas Henriksson ]
* debian/rules: Make stamp-doc target depend on patch target.
- package fails to build binary-indep because of missing txt target
in doc/Makefile if invoked manually. Reported by Dean Gaudet.
* New upstream release v2.6.27 (aka 081027, tagged but no tarballs).
- old ipv4 abbrevation compatibility restored. (Closes: #497011)
- make it possible to use tunnel names matching "help", if specified
with explicit "name" parameter before name. (Closes: #497278)
- add new ip link parameters in usage text when running on
a kernel that supports them. (Closes: #504064)
- only print "Nothing to flush" when told to show stats. (Closes: #492196)
* New upstream release v2.6.28 (aka 090115).
-- Andreas Henriksson <andreas@fatal.se> Wed, 20 Aug 2008 23:01:17 +0200
iproute (20080725-2) unstable; urgency=low
[ Andreas Henriksson ]
* Oops, only set Priority: important on the binary iproute package, the
-dev and -doc packages should still be optional.
-- Andreas Henriksson <andreas@fatal.se> Sun, 27 Jul 2008 14:38:07 +0200
iproute (20080725-1) unstable; urgency=low
[ Andreas Henriksson ]
* New upstream release, v2.6.26 a.k.a. snapshot 080725.
* Actually bump Priority in debian/control, which we claimed to do in
20071016-3. The real bumping is apparently done by the ftpmaster though.
(See: #487533)
* Fix syntax errors in ip(8) manpage.
[ Alexander Wirt ]
* bump standards version (no changes)
-- Alexander Wirt <formorer@debian.org> Sun, 27 Jul 2008 14:02:50 +0200
iproute (20080417-1) unstable; urgency=low
[ Andreas Henriksson ]
* New upstream release, v2.6.25 a.k.a. snapshot 20080417.
- Initial documentation for xfrm (Partially fixes #451337)
- Fixes manpage error caught by lintian!
* Fix typos (syntax error) in ip(8) manpage.
- Introduced by upstream, caught by lintian yet again!
* Don't ship useless headers in iproute-dev (Closes: #467557)
* Cherry-pick "Fix bad hash calculation because of signed address" from
upstream. (Closes: #480173)
[ Justin B Rye ]
* Update package description (Closes: #464521)
[ Alexander Wirt ]
* Fix typo in short package description.
-- Alexander Wirt <formorer@debian.org> Sun, 11 May 2008 11:18:29 +0200
iproute (20080108-1) unstable; urgency=low
[ Andreas Henriksson ]
* New upstream release v2.6.24-080108
* Drop debian/patches merged upstream.
fix_ss_typo.dpatch ip.8-typo ip_address libnetlink_typo.dpatch
manpages-typo.dpatch tcb_htb_typo.dpatch tc_cbq_details_typo.dpatch
ip_route_usage.dpatch remove_tc_filters_reference.dpatch
* Drop some of the unused debian/patches.
esfq-support.dpatch heap_corruptionfix tc_sample_fix
* Split out direct source edit and put in debian/patches instead for:
- disabling build of ifstat (disable-ifstat.dpatch)
- building txt documentation (txtdocs.dpatch)
- hoplimit option (hoplimit.dpatch)
* Add patch to document the "promote secondaries" option. (#429689)
* Update debian/rules for arch-indep (iproute-doc). (Closes: #459652)
* Drop debian/man/rtmon.8 (use upstreams version instead).
[ Alexander Wirt ]
* Update maintainer address
* Remove Andreas Barth from uploaders - aba: Thanks for your work!
-- Alexander Wirt <formorer@debian.org> Sat, 19 Jan 2008 09:22:11 +0100
iproute (20071016-3) unstable; urgency=low
[ Alexander Wirt ] * Prevent q_atm from being scanned by dh_shlibdeps * Bump priority to important (Closes: #414086) * Make iproute-doc architecture all [ Andreas Henriksson ] * Revert "fix dotted-quad support patch to work on big-endian", and cherry-pick official upstream fix. * Revert "TC action parsing bug fix" (Closes: #458539) * Add synonyms for ip rule options to ip(8) manpage, and drop ip_rule_usage.dpatch (Closes: #433507) * Add routel and routef man page. (Closes: #325290)
-- Alexander Wirt <formorer@debian.org> Fri, 04 Jan 2008 23:04:36 +0100
2007
iproute (20071016-2) unstable; urgency=low
[ Andreas Henriksson ] * fix incompatibility with older kernels (Closes: #457161) (Cherry picked from upstream)
-- Alexander Wirt <formorer@debian.org> Thu, 20 Dec 2007 23:05:25 +0100
iproute (20071016-1) unstable; urgency=low
[ Andreas Henriksson ] * New upstream release (v2.6.23 aka snapshot 071016) (Closes: #445944) - time2tick overflow patch applied upstream (Closes: #175462) - tc ematch cmp/nbyte help patch applied upstream (Closes: #438653) - mpath support dropped upstream (Closes: #428440, #428442) - new manpages included upstream (Closes: #438994) - linux header files updated to v2.6.23 (Closes: #409047) * Drop patches which has been applied upstream or deprecated by upstream changes. - debian/patches/lartc applied upstream. - debian/patches/netbug_fix deprecated, upstream dropped netbug script. - debian/patches/empty_linkname.dpatch deprecated, fixed upstream. * Add .dpatch suffix to wrr-qdisc patch to make dpatch-edit-patch work. * Update patches to apply: - wrr-qdisc, moo, ip_route_usage * Don't install removed netbug script. * Fix corruption when using batch files with comments and broken lines. (cherry-picked from upstream. Closes: #398912) * Update build-dependencies: - libdb4.3-dev -> libdb-dev. (Closes: #442653) - linux-kernel-headers -> linux-libc-dev. * Drop debian/patches/ip_address_flush_loop.dpatch, instead we'll use Daniel Silverstones patch imported from Ubuntu. * Add Homepage and Vcs-{Browser,Git} fields to debian/control. * Remove dead/leftover code from tc/q_htb.c, include/linux/pkt_sched.h * Remove outdated README.Debian. * Drop our own (buggy) RTAX_INITCWND support, in favor of upstreams. * fix dotted-quad support patch to work on big-endian. (upstream applied a broken patch, which we cherry-picked for #357172) [ Ben Finney ] * Add dh_md5sums to generate md5sums control file (Closes: #439439) [ Justin Pryzby ] * ss(8) manpage formatting breaks EXAMPLE (Closes: #443071) [ Daniel Silverstone ] * Avoid infinite loop in ip addr flush. [ Alexander Wirt ] * Add Andreas Henriksson to uploaders * Bump standards version * Support dotted-quad netmasks in iproute (Closes: #357172) (Cherry picked from upstream)
-- Alexander Wirt <formorer@debian.org> Sun, 16 Dec 2007 14:30:31 +0100
iproute (20070313-1) unstable; urgency=low
* New upstream release * Make iproute-doc a suggest (Closes: #424967) * Add tc_cbq_details_typo.dpatch (Closes: #387083) * Add libnetlink_typo.dpatch (Closes: #396124) * Add tcb_htb_typo.dpatch (Closes: #396317) * Remove references to non-existing tc-filters manpage (Closes: #298715) * Fix bad phrased sentence in ss manpage (Closes: #401552)
-- Alexander Wirt <formorer@debian.org> Sun, 10 Jun 2007 19:36:48 +0200
iproute (20061002-4) unstable; urgency=low
* Add distribution tables (used by netem).
(Closes: #408313)
-- Alexander Wirt <formorer@debian.org> Wed, 24 Jan 2007 22:55:26 +0100
2006
iproute (20061002-3) unstable; urgency=low
* Added a patch from Nikolai Kondrashov that fixes unknown
symbols in ip_common.h. (Closes: #397584)
-- Alexander Wirt <formorer@debian.org> Thu, 14 Dec 2006 20:11:55 +0100
iproute (20061002-2) unstable; urgency=medium
* Add manpage for ss, rtmon and lnstat (Thanks to Michael Prokop for that)
* Fix metric output of iproute (backported from git)
(http://bugs.archlinux.org/task/5669)
* medium as this bug breaks other packages such as vpnc
-- Alexander Wirt <formorer@debian.org> Thu, 19 Oct 2006 06:39:05 +0200
iproute (20061002-1) unstable; urgency=low
* New upstream release
- This fixes the xfrm monitor mode (Closes: #383133)
* Fix typos in manpages (Closes: #387082, #387083)
* Split docs in a seperate package
-- Alexander Wirt <formorer@debian.org> Sun, 15 Oct 2006 16:40:34 +0200
iproute (20060323-1) unstable; urgency=low
* New upstream release (Closes: #370699) * Removed reenable_short_matches, tc_sample_fix, f_u32 patches (included upstream) * Add manpage for pfifo (Closes: #359971) * Add moo object (Closes: #312843) * Add src option to ip_route usage (Closes: #226142) * Prevent users from renaming an interface to "" (Closes: #241904) * Added timout for ip a f (Closes: #386288)
-- Alexander Wirt <formorer@debian.org> Fri, 8 Sep 2006 16:43:20 +0200
iproute (20051007-4) unstable; urgency=low
* Moved *stat binaries to /usr/bin/ (Closes: #350703) * Fixed some manpage typos (Closes: #350671, #350672, #350673, #350674, #350675) * Conflicts with arpd * Fixes u32 bucket hashing calucation. (Closes: #351751) Thanks to Russel Stuart for the patch * Moved to libdb4.3 * Fixed ip help output (Closes: #354909) * Fixed hardcoded module paths for tc (Closes: #290315)
-- Alexander Wirt <formorer@debian.org> Sun, 5 Feb 2006 09:47:36 +0100
iproute (20051007-3) unstable; urgency=low
* New upstream release (Closes: #333643) * Added a patch for tc that add u32 get parsed correct Thanks Russell Stuart for the patch (Closes: #347699) * We now have a manpage for tc-bfifo (Closes: #319871) * "get" is no longer mentioned in tc's usage (Closes: #167314) * We now build arpd (Closes: #296200) * Include htb docs (Closes: #204629) * Added flex to build-deps (Closes: #340004, #339119) * Added symlinks for lnstat (Closes: #302589) * Acknowledge heap correction nmu (Closes: #326961) * Acknowledge douple free fix nmu (Closes: #338575) * Fixed allmulticast mention in ip manpage (Closes: #305338) * Add [ prio NUMBER ] to ip_rule.c (Closes: #213673)
-- Alexander Wirt <formorer@debian.org> Sun, 5 Feb 2006 09:37:01 +0100
2005
iproute (20051007-2) experimental; urgency=low
* Added flex to build-deps
-- Alexander Wirt <formorer@debian.org> Sun, 20 Nov 2005 10:46:39 +0100
iproute (20051007-1) experimental; urgency=low
* The "lets break other peoples networking release"
+ New upstream release
+ New maintainer
+ Fix netbug script
+ Reenable short iproute commands
-- Alexander Wirt <formorer@debian.org> Tue, 1 Nov 2005 10:22:05 +0100
iproute (20041019-4.1) unstable; urgency=low
* Non-maintainer upload. * Fix size of table allocation (closes: #326961, #338575)
-- Blars Blarson <blarson@blars.org> Sat, 14 Jan 2006 02:07:18 +0000
iproute (20041019-4) unstable; urgency=low
* New maintainer, closes: #295122. * Included iproute2 homepage in debian/control and updated it in debian/copyright. * Updated FSF mail address in debian/copyright. * Set Standards-Version to 3.6.2 in debian/control. * Fixed "FTBFS: normal.c heap corrution due to table overflow", closes: #326961. Patch by LaMont Jones <lamont@debian.org>. * Fixed "Netbug script gives syntax error", closes: #313540. Patch by Allard Hoeve <allard@byte.nl>. * Fixed "Netbug creates uuencoded file with wrong suffix", closes: #313541. Patch by Allard Hoeve <allard@byte.nl>. * Fixed "Netbug warns about intended stripping of trailing '/'", closes: #313544. Patch by Allard Hoeve <allard@byte.nl>.
-- Anibal Monsalve Salazar <anibal@debian.org> Fri, 11 Nov 2005 13:22:15 +1100
iproute (20041019-3) unstable; urgency=medium
* fix insecure file creation in netbug. Closes: #289541 * remove bogus reference to tc-filters from tc's manpage. Closes: #289225 * add support for "hoplimit" and "initcwnd" route metrics. Closes: #221893 * ikey for GRE works. Closes: #200714 * include wrr qdisc. Closes: #198414
-- Andreas Barth <aba@not.so.argh.org> Sun, 9 Jan 2005 11:51:09 +0000
iproute (20041019-2) unstable; urgency=low
* build fails if subdir fails. Closes: #283797 * include q_netem.so. Closes: #283968 * fix typo in man page. Closes: #285507 * removed the 2. and 3. copy of the man pages. * start using dpatch. * add reference to Advanced Routing HOWTO. Closes: #150087
-- Andreas Barth <aba@not.so.argh.org> Wed, 5 Jan 2005 21:20:44 +0000
2004
iproute (20041019-1) unstable; urgency=low
* New maintainer.
* packaging changes:
+ using debhelper
+ add all manpages. Closes: #57829, #138432, #203797, #246521
+ add documentation text and html doc, and adding lynx as build-dep.
Closes: #121978, #57828
+ include all tex-files in the doc. Closes: #107117
* get straight with the kernel. Closes: #186808
* add header files and libnetlink to new development package.
Closes: #128162, #139309
* build-depend on libatm1-dev | atm-dev instead of atm-dev
-- Andreas Barth <aba@not.so.argh.org> Sun, 28 Nov 2004 01:07:30 +0000
iproute (20041019-0.2) unstable; urgency=low
* NMU, uploading to unstable.
-- Andreas Barth <aba@not.so.argh.org> Mon, 22 Nov 2004 19:43:17 +0200
iproute (20041019-0.1) experimental; urgency=low
* NMU, fixing only most urgent issues.
* New upstream package, fixes:
+ compatibility with 2.6.7 and above. Closes: #262698
+ no longer with netinet/in.h. Closes: #221877
-- Andreas Barth <aba@not.so.argh.org> Mon, 8 Nov 2004 07:50:35 +0100
iproute (20010824-13.1) unstable; urgency=high
* NMU for a security fix. * [CAN-2003-0856] Fix a local denial of service vulnerability via spoofed messages to the kernel's Netlink interface. (Closes: #242994)
-- Joshua Kwan <joshk@triplehelix.org> Sun, 16 May 2004 20:28:43 -0700
iproute (20010824-13) unstable; urgency=low
* debian/rules: Run dpkg-shlibdeps with all the executables,
to fix dependency problem (closes: Bug#224063)
* Really removed references to obsolete include files
(Bug#223165 was not fixed properly)
-- Juan Cespedes <cespedes@debian.org> Sun, 25 Jan 2004 23:04:20 +0100
2003
iproute (20010824-12) unstable; urgency=low
* Updated README.Debian and copyright file * Added two new manpages from http://lartc.org/manpages/: ip(8) and tc-cbq-details(8). * Removed references to obsolete include files which made compilation fail (closes: Bug#223165)
-- Juan Cespedes <cespedes@debian.org> Sun, 14 Dec 2003 00:40:10 +0100
iproute (20010824-11) unstable; urgency=low
* Changed priority to "optional"
* Fixed "tc -s qdisc" on sparc (patch by "Nicolas S. Dade"
<ndade@nsd.dyndns.org>) (closes: Bug#194128)
-- Juan Cespedes <cespedes@debian.org> Sun, 17 Aug 2003 00:22:47 +0200
iproute (20010824-10) unstable; urgency=low
* Updated manual pages from http://www.lartc.org/manpages/ (closes: Bug#156353, Bug#175313, Bug#176989, Bug#189095) * New Standards-Version * Don't "rm -rf /etc/iproute2" on purge (closes: Bug#202862) * Include "iproute2" in the description (closes: Bug#182999)
-- Juan Cespedes <cespedes@debian.org> Sat, 16 Aug 2003 18:29:27 +0200
2002
iproute (20010824-9) unstable; urgency=medium
* Added patch for HTB v3.6 to be able to work with kernel 2.4.20
(from http://luxik.cdi.cz/~devik/qos/htb/v3/htb3.6-020525.tgz)
(closes: Bug#147550, Bug#167149, Bug#167597, Bug#171277)
-- Juan Cespedes <cespedes@debian.org> Thu, 05 Dec 2002 13:44:10 +0100
iproute (20010824-8) unstable; urgency=medium
* Added support for HTB queuing discipline (closes: Bug#133381) NOTE: you need a patched kernel in order to use it
-- Juan Cespedes <cespedes@debian.org> Tue, 2 Apr 2002 20:29:40 +0200
iproute (20010824-7) unstable; urgency=medium
* Move `ip' binary to /bin to fix FHS violation (closes: Bug#134812)
-- Juan Cespedes <cespedes@debian.org> Mon, 4 Mar 2002 00:20:30 +0100
iproute (20010824-6) unstable; urgency=low
* Added a couple of #ifdef's to be able to compile with older
kernel headers (needed for arm) (closes: Bug#131695)
-- Juan Cespedes <cespedes@debian.org> Sat, 16 Feb 2002 19:27:15 +0100
iproute (20010824-5) unstable; urgency=low
* Really fix Bug#121589 (dead gateway bug); apparently I
forgot to include the patch in 20010824-2
-- Juan Cespedes <cespedes@debian.org> Tue, 29 Jan 2002 23:22:24 +0100
iproute (20010824-4) unstable; urgency=low
* Added support for DIFFSERV and ATM in tc
-- Juan Cespedes <cespedes@debian.org> Sun, 13 Jan 2002 03:01:47 +0100
iproute (20010824-3) unstable; urgency=low
* Updated tc* man pages (thanks to bert hubert <ahu@ds9a.nl>) * Fixed spurious space in `tc -s qdisc' output (closes: Bug#128501)
-- Juan Cespedes <cespedes@debian.org> Thu, 10 Jan 2002 22:18:25 +0100
iproute (20010824-2) unstable; urgency=low
* Fixed the following important and serious bugs:
+ iproute doesn't compile on Alpha (closes: Bug#118113, Bug#123224)
+ iproute doesn't compile on MIPS (closes: Bug#118424)
+ iproute doesn't compile on powerpc (closes: Bug#119601)
* Added man pages for tc (closes: Bug#124230), tc-cbq, tc-red, tc-tbf,
tc-prio and tc-sfq
* Removed references to old programs from iproute(7) (closes: Bug#99536)
* Fixed bug which presented first hop as dead in equal cost multipath
(closes: Bug#121589)
* Do not process .ps with through `psnup' (closes: Bug#119820)
-- Juan Cespedes <cespedes@debian.org> Tue, 8 Jan 2002 16:07:27 +0100
2001
iproute (20010824-1) unstable; urgency=low
* New upstream version * Make ingress qdisc work again with tc (closes: Bug#84444) * Make it compile properly with new include files (closes: Bug#113112)
-- Juan Cespedes <cespedes@debian.org> Sun, 28 Oct 2001 16:38:00 +0100
2000
iproute (20001007-1) unstable; urgency=low
* New upstream version (closes: Bug#63701) * Remove /etc/iproute2 on purge (closes: Bug#72743) * Fixed Lintian warnings (no-priority-field and no-section-field)
-- Juan Cespedes <cespedes@debian.org> Sat, 14 Oct 2000 19:27:12 +0200
1999
iproute (991023-2) unstable; urgency=low
* New Standards-Version (3.1.1) (closes: Bug#47923) * Modified description of package to show which kernel options are necessary to use the package (closes: Bug#47922) * Updated manual page to point at /usr/share/doc/iproute (closes: Bug#47924)
-- Juan Cespedes <cespedes@debian.org> Sun, 19 Dec 1999 04:00:21 +0100
iproute (991023-1) unstable; urgency=low
* New upstream version (closes: Bug#48733)
-- Juan Cespedes <cespedes@debian.org> Tue, 2 Nov 1999 16:29:37 +0100
iproute (990824-1) unstable; urgency=low
* New maintainer
* New upstream version
* New Standards-Version: 3.1.0
* Minor fix in "ip rule list": mask in "from" address was not shown
correctly
* Removed obsoleted documentation from "debian/" directory
-- Juan Cespedes <cespedes@debian.org> Sun, 24 Oct 1999 19:02:56 +0200
iproute (990630-1) unstable; urgency=low
* New upstream version. * FHS and standards 3.0.1.0.
-- Roberto Lumbreras <rover@debian.org> Tue, 3 Aug 1999 02:49:28 +0200
iproute (990530-1) unstable; urgency=low
* New upstream version.
* Build with 2.2.10 kernel headers.
* Install new scripts ip/routef ip/routel, but not ip/ifcfg ip/rtpr by
now, I don't know who/what needs rtpr; ifcfg uses arping, and it isn't
available in debian for now.
-- Roberto Lumbreras <rover@debian.org> Tue, 22 Jun 1999 02:28:53 +0200
iproute (990329-1) unstable; urgency=low
* New upstream version. * Build with 2.2.5 kernel headers.
-- Roberto Lumbreras <rover@debian.org> Sun, 4 Apr 1999 18:50:39 +0200
1998
iproute (980630-1) unstable; urgency=low
* New upstream version. * Build with 2.1.112 kernel headers. * Rewrote the rules file.
-- Roberto Lumbreras <rover@debian.org> Wed, 29 Jul 1998 23:37:52 +0200
iproute (980119-1) unstable; urgency=low
* Outdated documentation. Upstream docs are scarce. * Non-Maintainer release * This package has no correct copyright file! * Include all the README.* docs from the upstream site. * Modified to build under glibc * Build with 2.1.85 kernel headers. * produce a correct diff. * Reworked the rules file to utilize debmake fully * Newest upstream release * glibc compilation
-- Christoph Lameter <christoph@lameter.com> Wed, 4 Feb 1998 13:37:28 -0800
1997
iproute (961225-2) unstable frozen; urgency=low
* Added a man page for iproute. (Fixes #8080). * Removed out-of-date patches. * Added routing.txt from /usr/src/linux/Documentation/networking/routing.txt * Newer version of debmake.
-- Tom Lees <tom@lpsg.demon.co.uk> Mon, 17 Apr 1997 17:00:36 +0100
1996
iproute (961225-1) unstable; urgency=low
* Initial Release.
-- Tom Lees <tom@lpsg.demon.co.uk> Mon, 30 Dec 1996 11:12:23 +0000