- Update from version 2.5.1 to 2.5.2 - Update of rootfile - Changelog 2.5.2 Some old and probably unused code has been removed, notably the pppgetpass program and the passprompt plugin, and some of the files in the sample and scripts directories. If a remote number has been set, it is available to scripts in the REMOTENUMBER environment variable. The Solaris port has been updated, including updated installation instructions in README.sol2. Various other bug fixes and minor enhancements.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/ppp | 44 ++++++++++++++++++------------------- lfs/ppp | 6 ++--- 2 files changed, 24 insertions(+), 26 deletions(-)
diff --git a/config/rootfiles/common/ppp b/config/rootfiles/common/ppp index dc24e9791..fe2d0d244 100644 --- a/config/rootfiles/common/ppp +++ b/config/rootfiles/common/ppp @@ -38,29 +38,27 @@ etc/ppp/standardloginscript #usr/include/pppd/upap.h #usr/lib/pkgconfig/pppd.pc usr/lib/pppd -usr/lib/pppd/2.5.1 -#usr/lib/pppd/2.5.1/minconn.la -usr/lib/pppd/2.5.1/minconn.so -#usr/lib/pppd/2.5.1/openl2tp.la -usr/lib/pppd/2.5.1/openl2tp.so -#usr/lib/pppd/2.5.1/passprompt.la -usr/lib/pppd/2.5.1/passprompt.so -#usr/lib/pppd/2.5.1/passwordfd.la -usr/lib/pppd/2.5.1/passwordfd.so -#usr/lib/pppd/2.5.1/pppoatm.la -usr/lib/pppd/2.5.1/pppoatm.so -#usr/lib/pppd/2.5.1/pppoe.la -usr/lib/pppd/2.5.1/pppoe.so -#usr/lib/pppd/2.5.1/pppol2tp.la -usr/lib/pppd/2.5.1/pppol2tp.so -#usr/lib/pppd/2.5.1/radattr.la -usr/lib/pppd/2.5.1/radattr.so -#usr/lib/pppd/2.5.1/radius.la -usr/lib/pppd/2.5.1/radius.so -#usr/lib/pppd/2.5.1/radrealms.la -usr/lib/pppd/2.5.1/radrealms.so -#usr/lib/pppd/2.5.1/winbind.la -usr/lib/pppd/2.5.1/winbind.so +usr/lib/pppd/2.5.2 +#usr/lib/pppd/2.5.2/minconn.la +usr/lib/pppd/2.5.2/minconn.so +#usr/lib/pppd/2.5.2/openl2tp.la +usr/lib/pppd/2.5.2/openl2tp.so +#usr/lib/pppd/2.5.2/passwordfd.la +usr/lib/pppd/2.5.2/passwordfd.so +#usr/lib/pppd/2.5.2/pppoatm.la +usr/lib/pppd/2.5.2/pppoatm.so +#usr/lib/pppd/2.5.2/pppoe.la +usr/lib/pppd/2.5.2/pppoe.so +#usr/lib/pppd/2.5.2/pppol2tp.la +usr/lib/pppd/2.5.2/pppol2tp.so +#usr/lib/pppd/2.5.2/radattr.la +usr/lib/pppd/2.5.2/radattr.so +#usr/lib/pppd/2.5.2/radius.la +usr/lib/pppd/2.5.2/radius.so +#usr/lib/pppd/2.5.2/radrealms.la +usr/lib/pppd/2.5.2/radrealms.so +#usr/lib/pppd/2.5.2/winbind.la +usr/lib/pppd/2.5.2/winbind.so usr/sbin/chat usr/sbin/pppd usr/sbin/pppdump diff --git a/lfs/ppp b/lfs/ppp index a83dd10c6..dba82a0b9 100644 --- a/lfs/ppp +++ b/lfs/ppp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 2.5.1 +VER = 2.5.2
# Download source file from https://download.samba.org/pub/ppp/
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e3ece873ea25bde5ddffd0da168ffe6ba890693f20fb9f1d6a48f365331abdb4cf517fd0b3004d26a0c778ad4d750e39e38486544e2771b23223469db13c239c +$(DL_FILE)_BLAKE2 = 5a79bfaf23c2f1cba7b2c4e8f27e6033aa7ee6e119b4d96dfd2870f91524052fe9ed16149e5f76cf93370159f491af828b4103eb04bd4f5dbbecca4a08af9d0d
install : $(TARGET)