]> git.ipfire.org Git - thirdparty/openwrt.git/commit
ppp: update to 2.5.3 23540/head
authorQingfang Deng <dqfext@gmail.com>
Tue, 26 May 2026 09:17:21 +0000 (17:17 +0800)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Fri, 12 Jun 2026 23:34:23 +0000 (01:34 +0200)
commitb25d90b7e4ab4bb1ea136a0e8b996ab941730822
tree001cfa2b6f1576f701d3d7305ea2fb9f5df0ace9
parentdb533a62356b383cc33f902fad13959761302cc7
ppp: update to 2.5.3

Update to 2.5.3 and use the official tarball.

Changelog: https://github.com/ppp-project/ppp/releases/tag/v2.5.3

Removed upstreamed:
- 000-pppd-session-fixed-building-with-gcc-15.patch
- 001-pppdump-fixed-building-with-gcc-15.patch
- 501-fix-memcpy-fortify.patch
- 502-remove_mru.patch

Manually rebased:
- 500-add-pptp-plugin.patch

Add a pending patch to relax the check to avoid breaking existing
configurations.

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23540
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
15 files changed:
package/network/services/ppp/Makefile
package/network/services/ppp/patches/000-pppd-session-fixed-building-with-gcc-15.patch [deleted file]
package/network/services/ppp/patches/001-pppdump-fixed-building-with-gcc-15.patch [deleted file]
package/network/services/ppp/patches/105-debian_demand.patch
package/network/services/ppp/patches/208-fix_status_code.patch
package/network/services/ppp/patches/310-precompile_filter.patch
package/network/services/ppp/patches/321-multilink_support_custom_iface_names.patch
package/network/services/ppp/patches/340-populate_default_gateway.patch
package/network/services/ppp/patches/400-simplify_kernel_checks.patch
package/network/services/ppp/patches/404-remove_obsolete_protocol_names.patch
package/network/services/ppp/patches/405-no_multilink_option.patch
package/network/services/ppp/patches/500-add-pptp-plugin.patch
package/network/services/ppp/patches/501-fix-memcpy-fortify.patch [deleted file]
package/network/services/ppp/patches/501-relax-and-simplify-permission-check.patch [new file with mode: 0644]
package/network/services/ppp/patches/502-remove_mru.patch [deleted file]