From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] ppp: Update to version 2.5.2
Date: Fri, 03 Jan 2025 15:21:22 +0100 [thread overview]
Message-ID: <20250103142122.13241-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250103142122.13241-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3883 bytes --]
- 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(a)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(a)ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info(a)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)
--
2.47.1
prev parent reply other threads:[~2025-01-03 14:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-03 14:21 [PATCH] dbus: Update to version 1.16.0 Adolf Belka
2025-01-03 14:21 ` [PATCH] kbd: Update to version 2.7.1 Adolf Belka
2025-01-03 14:21 ` [PATCH] liburcu: Update to version 0.15.0 Adolf Belka
2025-01-03 14:21 ` Adolf Belka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250103142122.13241-4-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox