similarity index 62%
rename from meta/recipes-connectivity/ppp/ppp_2.5.0.bb
rename to meta/recipes-connectivity/ppp/ppp_2.5.1.bb
@@ -1,3 +1,53 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- pppd/ccp.c
+# +++ pppd/ccp.c
+# @@ -17,7 +17,7 @@
+# * 3. Redistributions of any form whatsoever must retain the following
+# * acknowledgment:
+# * "This product includes software developed by Paul Mackerras
+# - * <paulus@samba.org>".
+# + * <paulus@ozlabs.org>".
+# *
+# * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
+# * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+# --- chat/chat.c
+# +++ chat/chat.c
+# @@ -1,15 +1,15 @@
+# +/* SPDX-License-Identifier: MIT */
+# /*
+# * Chat -- a program for automatic session establishment (i.e. dial
+# * the phone and log in).
+# *
+# - * Standard termination codes:
+# - * 0 - successful completion of the script
+# - * 1 - invalid argument, expect string too large, etc.
+# - * 2 - error on an I/O operation or fatal error condition.
+# - * 3 - timeout waiting for a simple string.
+# - * 4 - the first string declared as "ABORT"
+# - * 5 - the second string declared as "ABORT"
+# - * 6 - ... and so on for successive ABORT strings.
+# + * This version is Copyright 1995-2023 Paul Mackerras <paulus@ozlabs.org>
+# + * based on the original public-domain version by Karl Fox.
+# *
+# - * This software is in the public domain.
+# - *
+# + * Permission is hereby granted, free of charge, to any person
+# + * obtaining a copy of this software and associated documentation
+# + * files (the “Software”), to deal in the Software without
+# + * restriction, including without limitation the rights to use, copy,
+# + * modify, merge, publish, distribute, sublicense, and/or sell copies
+# + * of the Software, and to permit persons to whom the Software is
+# + * furnished to do so, subject to the following conditions:
+#
+#
+
SUMMARY = "Point-to-Point Protocol (PPP) support"
DESCRIPTION = "ppp (Paul's PPP Package) is an open source package which implements \
the Point-to-Point Protocol (PPP) on Linux and Solaris systems."
@@ -6,10 +56,11 @@ HOMEPAGE = "http://samba.org/ppp/"
BUGTRACKER = "http://ppp.samba.org/cgi-bin/ppp-bugs"
DEPENDS = "libpcap openssl virtual/crypt"
LICENSE = "BSD-3-Clause & BSD-3-Clause-Attribution & GPL-2.0-or-later & LGPL-2.0-or-later & PD & RSA-MD"
-LIC_FILES_CHKSUM = "file://pppd/ccp.c;beginline=1;endline=29;md5=e2c43fe6e81ff77d87dc9c290a424dea \
+LIC_FILES_CHKSUM = "file://pppd/ccp.c;beginline=1;endline=29;md5=1bea10e81fc6f2df105b1f8b733cb149 \
file://pppd/plugins/passprompt.c;beginline=1;endline=10;md5=3bcbcdbf0e369c9a3e0b8c8275b065d8 \
file://pppd/tdb.c;beginline=1;endline=27;md5=4ca3a9991b011038d085d6675ae7c4e6 \
- file://chat/chat.c;beginline=1;endline=15;md5=0d374b8545ee5c62d7aff1acbd38add2"
+ file://chat/chat.c;beginline=1;endline=15;md5=f7a558ad898b43b8e47544a8caf46fb3 \
+ "
SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz \
file://pon \
@@ -25,7 +76,7 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz \
file://ppp@.service \
"
-SRC_URI[sha256sum] = "5cae0e8075f8a1755f16ca290eb44e6b3545d3f292af4da65ecffe897de636ff"
+SRC_URI[sha256sum] = "733b7f5840b613da4eab0429a5081293275f06ba8b528e1b8eea6964faf0243a"
inherit autotools systemd
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ppp* to *2.5.1* has Succeeded. Next steps: - apply the patch: git am 0001-ppp-upgrade-2.5.0-2.5.1.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 2b05e5227086603348c249c7a95acf3a529cac4a Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Thu, 10 Oct 2024 12:21:15 +0000 Subject: [PATCH] ppp: upgrade 2.5.0 -> 2.5.1 --- .../ppp/{ppp_2.5.0.bb => ppp_2.5.1.bb} | 57 ++++++++++++++++++- 1 file changed, 54 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/ppp/{ppp_2.5.0.bb => ppp_2.5.1.bb} (62%)