]> code.ossystems Code Review - openembedded-core.git/commit
ppp: Update 2.4.8 -> 2.4.9
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2021 17:42:23 +0000 (17:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jan 2021 10:02:32 +0000 (10:02 +0000)
commitb524ba3e7941b9112ae4b6ae4aa7795c59ff0d16
tree3afe625bee83f9ddbeebdba6d1e4ed4c396eceed
parent1d1bf51217e8b4d54af28739d3271484ee5a7974
ppp: Update 2.4.8 -> 2.4.9

This is the first ppp release in a long time. Many patches
were resolved upstream:

* musl fixes were merged
* EAP patch was a backport added upstream
* cflags were fixed upstream
* CVE fix was merged upstream and a backport
* pcap header from the host was fixed upstream
* suid bits during install was removed upstream

The only patch left was the /var/ redirect for resolv.conf which no longer
applied cleanly after upstream changes. For this one the patch will
need to be rewritten (and preferably submitted upstream) by someone
who needs/uses it. It was presumbaly for RO rootfs and may be resolved
by symlinks in modern system usage anyway.

Tweak the files pulled into the pppoe package for a compatibility
symlink and module rename.

Add CC to the OEMAKE command to allow builds correctly.

[Big thanks to Alex Kanavin for a lot of the work with upstream and
pre-release testing of this]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/ppp/ppp/0001-Fix-build-with-musl.patch [deleted file]
meta/recipes-connectivity/ppp/ppp/0001-ppp-Remove-unneeded-include.patch [deleted file]
meta/recipes-connectivity/ppp/ppp/0001-pppd-Fix-bounds-check-in-EAP-code.patch [deleted file]
meta/recipes-connectivity/ppp/ppp/copts.patch [deleted file]
meta/recipes-connectivity/ppp/ppp/fix-CVE-2015-3310.patch [deleted file]
meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch [deleted file]
meta/recipes-connectivity/ppp/ppp/makefile.patch [deleted file]
meta/recipes-connectivity/ppp/ppp/pppd-resolv-varrun.patch [deleted file]
meta/recipes-connectivity/ppp/ppp_2.4.9.bb [moved from meta/recipes-connectivity/ppp/ppp_2.4.8.bb with 85% similarity]