[ubuntu/impish-proposed] ppp 2.4.9-1+1ubuntu1 (Accepted)
Simon Chopin
simon.chopin at canonical.com
Thu Aug 19 09:25:13 UTC 2021
ppp (2.4.9-1+1ubuntu1) impish; urgency=low
[ Simon Chopin ]
* Merge from Debian unstable (LP: #1912168). Remaining changes:
- debian/extra/ip-up.d/0000usepeerdns: Added NetworkManager check, which
lets the script exit when NetworkManager is in use
* Dropped changes as obsolete
- debian/patches/CVE-2020-8597.patch: fix bounds check in EAP code in
pppd/eap.c.
[ Iain Lane ]
* Also drop this change:
- Stop producing udebs on i386 where we no longer have d-i or a kernel.
+ Since hirsute these aren't built anyway, so we no longer need to
exclude them on specific arches.
ppp (2.4.9-1+1) unstable; urgency=medium
[ Samuel Thibault ]
* Use merge request URLs.
* Add comments from upstream for Nacked patches.
[ Chris Boot ]
* New upstream release.
- Adds defaultroute6 option. (Closes: #477245)
- Adds defaultroute-metric option. (Closes: #578726)
- Accepts Windows Server 2019 malformed messages. (Closes: #968040)
- Fixes pppoe-discovery -U. (Closes: #961462)
* Remove patches merged upstream (lots!) and refresh the rest.
* d/ppp.symbols: update for the new version.
* d/rules: adjust for renamed pppoe plugin.
* d/ppp.lintian-overrides: update paths to plugins.
* d/ppp.postinst: remove left-in debugging aid (set -x). (Closes: #978732)
* Update d/watch to point at ftp.samba.org and add the signing key.
* Freshen up the ip{,v6}-{up,down} scripts. (Closes: #710946)
[ Michael Biebl ]
* Stop using deprecated systemd-resolve tool. (Closes: #979255)
[ наб ]
* Add /etc/ppp/ip-pre-up and corresponding /etc/ppp/ip-pre-up.d.
(Closes: #978396)
ppp (2.4.8-1+2) unstable; urgency=medium
* Clean up correctly after pppd-dns init script and systemd unit removal.
(Closes: #978427)
* Don't touch resolv.conf when systemd-resolved is running.
(Closes: #968589)
[ Samuel Thibault ]
* Mark forwarded patches.
ppp (2.4.8-1+1) unstable; urgency=medium
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update renamed lintian tag names in lintian overrides.
[ Chris Boot ]
* d/control:
- Switch to debhelper compat level 13.
- Update Standards-Version to 4.5.1 (no changes requird).
* Clean up or ignore a handful of lintian complaints:
- Ignore possible-bashism-in-maintainer-script in ppp-udeb ($HOSTNAME is
set in the script).
- Do not use full path to pppoe-discovery.
- Remove 'echo' bashism (backslash substitution).
- Remove superfluous #DEBHELPER# tag.
- Install lintian overrides for ppp-udeb.
* d/rules: move generated changelog-from-README under debian/.
* Add debian/.gitignore file covering most files generated during build.
* Upload to unstable.
ppp (2.4.8-1+1~exp1) experimental; urgency=medium
* New upstream release.
* d/patches:
- Remove patches applied upstream.
- Refresh other patches to remove fuzz.
- Some patches required significant reworking:
- cifdefroute.dif (for replacedefaultroute)
- makefiles_cleanup
* d/ppp.symbols:
- adjust symbols for new release.
- add Build-Depends-Package metadata field.
* Switch to debhelper compat level 12.
- Remove d/compat.
- Replace Build-Depends on debhelper with debhelper-compat (= 12).
* Remove d/upstream/signing-key.asc. Upstream no loner supplied signed
tarballs.
* Fix various lintian complaints:
- d/rules: don't trigger ldconfig unnecessarily.
- d/rules: remove obsolete get-orig-source target.
- d/ppp.lintian-overrides: update version in plugins path.
- d/ppp.lintian-overrides: add new override for minconn.so.
* Remove pppd-dns init script and systemd unit, which have been broken since
ppp 2.4.5-1.
* Update pppoe-discovery(8) man page.
* Enable systemd notify integration.
* d/rules: don't set LDOPTS now that the makefiles use LDFLAGS correctly.
* Add patch to handle IPv6 RADIUS attributes. (Closes: #874620)
* d/ppp-udeb.postinst:
- Source /etc/network/interfaces.d snippets in /etc/network/interfaces file
generated by debian-installer udeb. (Closes: #889314)
- Prevent NetworkManager from managing the interface being used for PPPoE.
(Closes: #889323)
- Thanks to Алексей Шилин for the patches.
* Update Standards-Version to 4.5.0 (no changes requird).
* Add debian/salsa-ci.yml for GitLab CI, but disable reprotest which
currently fails when files need chowning (salsa-ci-team/pipeline#26).
* Import patches since upstream 2.4.8 release:
- radius: Prevent buffer overflow in rc_mksid (replaces
rc_mksid-no-buffer-overflow fixing #782450)
- pppd: Fix bounds check in EAP code (Closes: #950618; CVE-2020-8597)
- pppd: Ignore received EAP messages when not doing EAP
- Refresh eaptls-mppe.patch to remove fuzz.
* Add d/patches/multiarch-libc.patch: Use a compile test to detect crypt.h.
(Closes: #911359)
Date: Mon, 16 Aug 2021 19:00:43 +0200
Changed-By: Simon Chopin <simon.chopin at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Iain Lane <iain at orangesquash.org.uk>
https://launchpad.net/ubuntu/+source/ppp/2.4.9-1+1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 16 Aug 2021 19:00:43 +0200
Source: ppp
Built-For-Profiles: noudeb
Architecture: source
Version: 2.4.9-1+1ubuntu1
Distribution: impish
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Simon Chopin <simon.chopin at canonical.com>
Closes: 477245 578726 710946 874620 889314 889323 911359 950618 961462 968040 968589 978396 978427 978732 979255
Launchpad-Bugs-Fixed: 1912168
Changes:
ppp (2.4.9-1+1ubuntu1) impish; urgency=low
.
[ Simon Chopin ]
* Merge from Debian unstable (LP: #1912168). Remaining changes:
- debian/extra/ip-up.d/0000usepeerdns: Added NetworkManager check, which
lets the script exit when NetworkManager is in use
* Dropped changes as obsolete
- debian/patches/CVE-2020-8597.patch: fix bounds check in EAP code in
pppd/eap.c.
.
[ Iain Lane ]
* Also drop this change:
- Stop producing udebs on i386 where we no longer have d-i or a kernel.
+ Since hirsute these aren't built anyway, so we no longer need to
exclude them on specific arches.
.
ppp (2.4.9-1+1) unstable; urgency=medium
.
[ Samuel Thibault ]
* Use merge request URLs.
* Add comments from upstream for Nacked patches.
.
[ Chris Boot ]
* New upstream release.
- Adds defaultroute6 option. (Closes: #477245)
- Adds defaultroute-metric option. (Closes: #578726)
- Accepts Windows Server 2019 malformed messages. (Closes: #968040)
- Fixes pppoe-discovery -U. (Closes: #961462)
* Remove patches merged upstream (lots!) and refresh the rest.
* d/ppp.symbols: update for the new version.
* d/rules: adjust for renamed pppoe plugin.
* d/ppp.lintian-overrides: update paths to plugins.
* d/ppp.postinst: remove left-in debugging aid (set -x). (Closes: #978732)
* Update d/watch to point at ftp.samba.org and add the signing key.
* Freshen up the ip{,v6}-{up,down} scripts. (Closes: #710946)
.
[ Michael Biebl ]
* Stop using deprecated systemd-resolve tool. (Closes: #979255)
.
[ наб ]
* Add /etc/ppp/ip-pre-up and corresponding /etc/ppp/ip-pre-up.d.
(Closes: #978396)
.
ppp (2.4.8-1+2) unstable; urgency=medium
.
* Clean up correctly after pppd-dns init script and systemd unit removal.
(Closes: #978427)
* Don't touch resolv.conf when systemd-resolved is running.
(Closes: #968589)
.
[ Samuel Thibault ]
* Mark forwarded patches.
.
ppp (2.4.8-1+1) unstable; urgency=medium
.
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update renamed lintian tag names in lintian overrides.
.
[ Chris Boot ]
* d/control:
- Switch to debhelper compat level 13.
- Update Standards-Version to 4.5.1 (no changes requird).
* Clean up or ignore a handful of lintian complaints:
- Ignore possible-bashism-in-maintainer-script in ppp-udeb ($HOSTNAME is
set in the script).
- Do not use full path to pppoe-discovery.
- Remove 'echo' bashism (backslash substitution).
- Remove superfluous #DEBHELPER# tag.
- Install lintian overrides for ppp-udeb.
* d/rules: move generated changelog-from-README under debian/.
* Add debian/.gitignore file covering most files generated during build.
* Upload to unstable.
.
ppp (2.4.8-1+1~exp1) experimental; urgency=medium
.
* New upstream release.
* d/patches:
- Remove patches applied upstream.
- Refresh other patches to remove fuzz.
- Some patches required significant reworking:
- cifdefroute.dif (for replacedefaultroute)
- makefiles_cleanup
* d/ppp.symbols:
- adjust symbols for new release.
- add Build-Depends-Package metadata field.
* Switch to debhelper compat level 12.
- Remove d/compat.
- Replace Build-Depends on debhelper with debhelper-compat (= 12).
* Remove d/upstream/signing-key.asc. Upstream no loner supplied signed
tarballs.
* Fix various lintian complaints:
- d/rules: don't trigger ldconfig unnecessarily.
- d/rules: remove obsolete get-orig-source target.
- d/ppp.lintian-overrides: update version in plugins path.
- d/ppp.lintian-overrides: add new override for minconn.so.
* Remove pppd-dns init script and systemd unit, which have been broken since
ppp 2.4.5-1.
* Update pppoe-discovery(8) man page.
* Enable systemd notify integration.
* d/rules: don't set LDOPTS now that the makefiles use LDFLAGS correctly.
* Add patch to handle IPv6 RADIUS attributes. (Closes: #874620)
* d/ppp-udeb.postinst:
- Source /etc/network/interfaces.d snippets in /etc/network/interfaces file
generated by debian-installer udeb. (Closes: #889314)
- Prevent NetworkManager from managing the interface being used for PPPoE.
(Closes: #889323)
- Thanks to Алексей Шилин for the patches.
* Update Standards-Version to 4.5.0 (no changes requird).
* Add debian/salsa-ci.yml for GitLab CI, but disable reprotest which
currently fails when files need chowning (salsa-ci-team/pipeline#26).
* Import patches since upstream 2.4.8 release:
- radius: Prevent buffer overflow in rc_mksid (replaces
rc_mksid-no-buffer-overflow fixing #782450)
- pppd: Fix bounds check in EAP code (Closes: #950618; CVE-2020-8597)
- pppd: Ignore received EAP messages when not doing EAP
- Refresh eaptls-mppe.patch to remove fuzz.
* Add d/patches/multiarch-libc.patch: Use a compile test to detect crypt.h.
(Closes: #911359)
Checksums-Sha1:
55306059229a07457900cc2b4383e723efd932fa 2357 ppp_2.4.9-1+1ubuntu1.dsc
56ba143f331f6436efa3a1d41c75691c828833ba 716165 ppp_2.4.9.orig.tar.gz
143ecc9e1d167847cd2962627e2d31b4ff5b8a35 488 ppp_2.4.9.orig.tar.gz.asc
89886da263ca5c6c1ac27b4b5f94c6d7155ca898 97196 ppp_2.4.9-1+1ubuntu1.debian.tar.xz
e3cc16102d18546465b1a9ac5578dd6d458dabdf 8607 ppp_2.4.9-1+1ubuntu1_source.buildinfo
Checksums-Sha256:
8c6b398c2611dc232e0f1754f37d89a81bf44d7e1e26d3d69296c1eb1efb3378 2357 ppp_2.4.9-1+1ubuntu1.dsc
f938b35eccde533ea800b15a7445b2f1137da7f88e32a16898d02dee8adc058d 716165 ppp_2.4.9.orig.tar.gz
9f5cc230f2b2d750135bee36ec8e3c86fbf76428b9fc66b11442c585c83398e6 488 ppp_2.4.9.orig.tar.gz.asc
3da36bb3413e14b6279e1cd0ccd9eebf9d6900080b6ebbd7e2f7562d580a1c8d 97196 ppp_2.4.9-1+1ubuntu1.debian.tar.xz
c83a7172fdd34b76da9a8a63a68eb0b2f9004698b67f26db56f10cf892657556 8607 ppp_2.4.9-1+1ubuntu1_source.buildinfo
Files:
ea325e6a93ef002cb93e2b3d1f14f74d 2357 admin optional ppp_2.4.9-1+1ubuntu1.dsc
c88153ae3d16ae114152cd3c15c7301d 716165 admin optional ppp_2.4.9.orig.tar.gz
0013b594113fded6f3de226f92246961 488 admin optional ppp_2.4.9.orig.tar.gz.asc
3bb0919bee0b7a2ca9fe554fd0fb8cb6 97196 admin optional ppp_2.4.9-1+1ubuntu1.debian.tar.xz
76b78fa79157e4ecd07711ac7c3647e6 8607 admin optional ppp_2.4.9-1+1ubuntu1_source.buildinfo
Original-Maintainer: Chris Boot <bootc at debian.org>
More information about the impish-changes
mailing list