[ubuntu/bionic-proposed] iproute2 4.14.1-0ubuntu2 (Accepted)
Christian Ehrhardt
christian.ehrhardt at canonical.com
Mon Dec 11 12:17:12 UTC 2017
iproute2 (4.14.1-0ubuntu2) bionic; urgency=medium
* d/p/1002-ubuntu-poc-fan-driver-vxlan.patch: update to fix fan-map
processing in vxlan_parse_opt in new version of iproute2.
iproute2 (4.14.1-0ubuntu1) bionic; urgency=medium
[ Christian Ehrhardt ]
* Merge from Debian unstable AND latest upstream (LP: #1726730)
(LP: #1735032). Remaining changes:
- debian/patches/1000-ubuntu-poc-fan-driver.patch
Ubuntu FAN driver support V2 (LP 1439706)
- debian/patches/1001-ubuntu-poc-fan-driver-v3.patch
Ubuntu FAN driver support V3 (LP 1470091)
- debian/patches/1002-ubuntu-poc-fan-driver-vxlan.patch
Ubuntu FAN driver support VXLAN V4.
* Dropped changes (upstream now)
- Fix ip maddr show (LP 1732032):
- d/p/1003-ip-maddr-fix-igmp-parsing.patch: fix igmp parsing when iface is
long
- d/p/1004-ip-maddr-avoid-uninitialized-data.patch: avoid accessing
uninitialized data
- d/p/1005-ip-maddr-fix-filtering-by-device.patch: fix filtering
by device
- d/p/1006-fix-undeclared-UINT16_MAX.patch: FTBFS: tc: include stdint.h
explicitly for UINT16_MAX (LP 1735158)
* Added changes
- drop 0003-fix-segfault-with-iptables-1.6.patch (upstream)
- update d/p/*ubuntu-poc-fan-driver*.patch to latest upstream
- d/control: fix lintian priority-extra-is-replaced-by-priority-optional
- d/t/control: d/t/testsuite.sh: add iproute2 testsuite as autopkgtest
- d/p/fix-testsuite-broken-pipes.patch: avoid broken pipe errors in tests
[ Julian Wollrath <jwollrath at web.de> ]
* Added changes based on suggested 4.14.1-0 changes for Debian in bug 879854
- dropped d/p/0001-Add-moo-feature.patch (isn't needed)
- follow upstream dropping the old ip documentation (of 1999)
- d/rules: consider DEB_*_GNU_TYPE from env
- d/control: bump debhelper dependency and Standards-Version
- set compat level 10 (no further changes needed)
iproute2 (4.9.0-2.1) unstable; urgency=high
* Non-maintainer upload.
* Backport upstream commit 97a02cabef to fix segfault with iptables 1.6;
the xtables_globals structure needs to have its new member compat_rev
initialized. (Closes: #868059)
* Sync include/xtables.h from iptables to make sure the right offset is
used when accessing structure members defined in libxtables. One could
get “Extension does not know id …” otherwise. (See also: #868059)
iproute2 (4.9.0-2) unstable; urgency=medium
* Let uscan verify signature of upstream tarball
* Add debian/upstream/metadata
* Remove myself from uploaders
* Reinstate Alexander Wirt as primary maintainer
Date: Mon, 11 Dec 2017 12:13:50 +0100
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/iproute2/4.14.1-0ubuntu2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 11 Dec 2017 12:13:50 +0100
Source: iproute2
Binary: iproute2 iproute2-doc iproute iproute-doc
Architecture: source
Version: 4.14.1-0ubuntu2
Distribution: bionic
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Description:
iproute - transitional dummy package for iproute2
iproute-doc - transitional dummy package for iproute2-doc
iproute2 - networking and traffic control tools
iproute2-doc - networking and traffic control tools - documentation
Closes: 868059
Launchpad-Bugs-Fixed: 1726730 1735032
Changes:
iproute2 (4.14.1-0ubuntu2) bionic; urgency=medium
.
* d/p/1002-ubuntu-poc-fan-driver-vxlan.patch: update to fix fan-map
processing in vxlan_parse_opt in new version of iproute2.
.
iproute2 (4.14.1-0ubuntu1) bionic; urgency=medium
.
[ Christian Ehrhardt ]
* Merge from Debian unstable AND latest upstream (LP: #1726730)
(LP: #1735032). Remaining changes:
- debian/patches/1000-ubuntu-poc-fan-driver.patch
Ubuntu FAN driver support V2 (LP 1439706)
- debian/patches/1001-ubuntu-poc-fan-driver-v3.patch
Ubuntu FAN driver support V3 (LP 1470091)
- debian/patches/1002-ubuntu-poc-fan-driver-vxlan.patch
Ubuntu FAN driver support VXLAN V4.
* Dropped changes (upstream now)
- Fix ip maddr show (LP 1732032):
- d/p/1003-ip-maddr-fix-igmp-parsing.patch: fix igmp parsing when iface is
long
- d/p/1004-ip-maddr-avoid-uninitialized-data.patch: avoid accessing
uninitialized data
- d/p/1005-ip-maddr-fix-filtering-by-device.patch: fix filtering
by device
- d/p/1006-fix-undeclared-UINT16_MAX.patch: FTBFS: tc: include stdint.h
explicitly for UINT16_MAX (LP 1735158)
* Added changes
- drop 0003-fix-segfault-with-iptables-1.6.patch (upstream)
- update d/p/*ubuntu-poc-fan-driver*.patch to latest upstream
- d/control: fix lintian priority-extra-is-replaced-by-priority-optional
- d/t/control: d/t/testsuite.sh: add iproute2 testsuite as autopkgtest
- d/p/fix-testsuite-broken-pipes.patch: avoid broken pipe errors in tests
.
[ Julian Wollrath <jwollrath at web.de> ]
* Added changes based on suggested 4.14.1-0 changes for Debian in bug 879854
- dropped d/p/0001-Add-moo-feature.patch (isn't needed)
- follow upstream dropping the old ip documentation (of 1999)
- d/rules: consider DEB_*_GNU_TYPE from env
- d/control: bump debhelper dependency and Standards-Version
- set compat level 10 (no further changes needed)
.
iproute2 (4.9.0-2.1) unstable; urgency=high
.
* Non-maintainer upload.
* Backport upstream commit 97a02cabef to fix segfault with iptables 1.6;
the xtables_globals structure needs to have its new member compat_rev
initialized. (Closes: #868059)
* Sync include/xtables.h from iptables to make sure the right offset is
used when accessing structure members defined in libxtables. One could
get “Extension does not know id …” otherwise. (See also: #868059)
.
iproute2 (4.9.0-2) unstable; urgency=medium
.
* Let uscan verify signature of upstream tarball
* Add debian/upstream/metadata
* Remove myself from uploaders
* Reinstate Alexander Wirt as primary maintainer
Checksums-Sha1:
78660dba97e54ed35b4b94998c328b9a2d1a91b1 2368 iproute2_4.14.1-0ubuntu2.dsc
7057e1127dde887a67e688354570cd2d0b42cbb7 855796 iproute2_4.14.1.orig.tar.gz
97e0c8062163ccfa38a95b8ba6cc4286fca84c1e 139808 iproute2_4.14.1-0ubuntu2.debian.tar.xz
a65f09fbea9bdc211181c240d372fa1bc20f9b23 8115 iproute2_4.14.1-0ubuntu2_source.buildinfo
Checksums-Sha256:
6f742a92114c53490254de3281ece90bf14fc88ca98dcfcf3e5f8d7b99f1cad4 2368 iproute2_4.14.1-0ubuntu2.dsc
53d58a4fc1d571ae29b690f088f0c6e17ea1ca1ca141754debb98d13b0936441 855796 iproute2_4.14.1.orig.tar.gz
2885338ab65702499aa267b0e9da52f205a60343ec0459ec85b6f9d60e3d58dc 139808 iproute2_4.14.1-0ubuntu2.debian.tar.xz
f4a09e14aa89f047fcd8edca0099ea0b83b0f1a542dda3064687fd952cfa06e8 8115 iproute2_4.14.1-0ubuntu2_source.buildinfo
Files:
78d624d350ab16c0d8e1ef1e67e12bc2 2368 net optional iproute2_4.14.1-0ubuntu2.dsc
80bffe2f2ef6cf2a3e5e098dd5a7591d 855796 net optional iproute2_4.14.1.orig.tar.gz
747a0d07235dbb99be61243f8f5167ad 139808 net optional iproute2_4.14.1-0ubuntu2.debian.tar.xz
9b31938c58ac47c9f713cbdcd3136317 8115 net optional iproute2_4.14.1-0ubuntu2_source.buildinfo
Original-Maintainer: Alexander Wirt <formorer at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJaLnblAAoJELo+KTOCgLJCnmIP/3gVSFyeL7kuLxZni2RCPZw6
OFEybq45beq05sUugIMP8Y7fh8arm/RdFvx19GttVTP8UraqNJKtdSS74hwHuMzi
Ft/CSty3BlZeCPtBiSExZWszEddZyCuatU4JiaxjCxJ0+DjmmOW+ciRuveYYwnQM
+MYwp0PfEH8jB7Uh04UzqGePi4NFsnSV/NK+pXW0NapHxX5BI8hMs+GLqFPUOIZc
B+CzdeVYSmcre9Za+MsePmZBMQdL8Mv9u6i7Dk3kql2+B2MchX9guUBzpk+HENZB
pj/Skrzjc5ReJ01BP6cl8ugDPSqRMkLNAJmgx4zR4mc+HEwE0DAdksigNNDCiUXL
yJMLlZS+fkJX32zhBk0V9K55lJNcb7BENvyGKRXzKhO8NWkbU1UjXZZmCLV7duAA
IolOShQvX3uWQd0NHWxAWnArGip8C162RbnnUVUcaV3tCnRNRT83ENLi2RL2HAal
/eOiHt2T8+jY98kjCqhZ3pcF4Y7z6qVVts7lMnwn8Bk4hwQpLTlaE/yAgLOCQSi6
7k3Vvq8J+uIOhI8erh71RMGv9dRtDyTaY6nQBJZ0NCb1o5WF/CDhlOFx3/e5OPoy
NattXd2THBK8/ua7iEpVeFDrt4ekhh9dqlFkyj0iII/lpeVSc/OAQ95LfIpR5IuV
rf7bUFxZI5YYztW0ssji
=hG3w
-----END PGP SIGNATURE-----
More information about the Bionic-changes
mailing list