]> git.ipfire.org Git - ipfire-2.x.git/commit
ppp: Update to version 2.5.1
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 8 Oct 2024 12:24:24 +0000 (14:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 9 Oct 2024 18:25:03 +0000 (18:25 +0000)
commit8e33ca324662c92c57b04fc5b49095f2c4826d5d
tree0c87ad2bf8e283680c436a69bebb9b4dfbe1763c
parentb400c58f5a6f1cf1f3be4e7976c0e98ba4fd50af
ppp: Update to version 2.5.1

- Update from version commit e1266c7 to 2.5.1
- Version 2.5.1 has around 34 additional commits from e1266c7. To me all look minor
   changes, some related to other system types such as Solaris that we don't use.
- Update of rootfile
- They have added example to the configuration files to prevent accidental overwriting
   of configuration systems.
- Changelog - There is no longer any changelog provided. Even the one that used to
   exist for version 2.5.0 has been removed. The only option now is to look through the
   commits - https://github.com/ppp-project/ppp/commits/master/?before=d5aeec65752d4a9b3bb46771d0b221c4a4a6539e+35
- Some of the patches had to be updated as the changes were enough that some hunks did
   not get found for patching. Patch file number 6 has been removed as the sed lines are
   no longer to be found in the configure file. The other files that patched successfully
   were renamed to 2.5.1

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/ppp
lfs/ppp
src/patches/ppp/ppp-2.5.0-6-patch-configure-to-handle-cflags-properly.patch [deleted file]
src/patches/ppp/ppp-2.5.1-1-we-don-t-want-to-accidentally-leak-fds.patch [moved from src/patches/ppp/ppp-2.5.0-1-we-don-t-want-to-accidentally-leak-fds.patch with 79% similarity]
src/patches/ppp/ppp-2.5.1-2-everywhere-O_CLOEXEC-harder.patch [moved from src/patches/ppp/ppp-e1266c7-2-everywhere-O_CLOEXEC-harder.patch with 75% similarity]
src/patches/ppp/ppp-2.5.1-3-everywhere-use-SOCK_CLOEXEC-when-creating-socket.patch [moved from src/patches/ppp/ppp-2.5.0-3-everywhere-use-SOCK_CLOEXEC-when-creating-socket.patch with 100% similarity]
src/patches/ppp/ppp-2.5.1-4-increase-max-padi-attempts.patch [moved from src/patches/ppp/ppp-2.5.0-4-increase-max-padi-attempts.patch with 100% similarity]
src/patches/ppp/ppp-2.5.1-5-headers_4.9.patch [moved from src/patches/ppp/ppp-2.5.0-5-headers_4.9.patch with 100% similarity]