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 5798cd820ad094a3d5d613a12f5d9910dfd6d9a4 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Thu, 10 Oct 2024 00:43:10 +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%)
diff --git a/meta/recipes-connectivity/ppp/ppp_2.5.0.bb
b/meta/recipes-connectivity/ppp/ppp_2.5.1.bb
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
index 36e2585de4..f38b60f01c 100644
--- a/meta/recipes-connectivity/ppp/ppp_2.5.0.bb
+++ b/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
+# - * <[email protected]>".
+# + * <[email protected]>".
+# *
+# * 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 <[email protected]>
+# + * 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://[email protected] \
"
-SRC_URI[sha256sum] =
"5cae0e8075f8a1755f16ca290eb44e6b3545d3f292af4da65ecffe897de636ff"
+SRC_URI[sha256sum] =
"733b7f5840b613da4eab0429a5081293275f06ba8b528e1b8eea6964faf0243a"
inherit autotools systemd
--
2.44.1
packages/core2-64-poky-linux/ppp/ppp-tools: PKGSIZE changed from 58288 to 36944 (-37%) packages/core2-64-poky-linux/ppp/ppp: FILELIST: removed "/etc/ppp/pap-secrets /etc/ppp/options /etc/ppp/openssl.cnf /etc/ppp/eaptls-server /etc/ppp/chap-secrets /etc/ppp/eaptls-client", added "/etc/ppp/options.example /etc/ppp/openssl.cnf.example /etc/ppp/pap-secrets.example /etc/ppp/eaptls-server.example /etc/ppp/chap-secrets.example /etc/ppp/eaptls-client.example" Changes to packages/core2-64-poky-linux/ppp (sysroot): /usr/lib/pppd/2.5.0 moved to /usr/lib/pppd/2.5.1
packages/core2-64-poky-linux/ppp: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp: SRC_URI changed from "https://download.samba.org/pub/ppp/ppp-2.5.0.tar.gz file://pon file://poff file://init file://ip-up file://ip-down file://08setupdns file://92removedns file://pap file://ppp_on_boot file://provider file://[email protected]" to "https://download.samba.org/pub/ppp/ppp-2.5.1.tar.gz file://pon file://poff file://init file://ip-up file://ip-down file://08setupdns file://92removedns file://pap file://ppp_on_boot file://provider file://[email protected]" packages/core2-64-poky-linux/ppp/ppp-dbg: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-dbg: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-dbg: PKGSIZE changed from 1455720 to 1400696 (-4%) packages/core2-64-poky-linux/ppp/ppp-dev: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-dev: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-dev: PKGSIZE changed from 96640 to 96806 (+0%) packages/core2-64-poky-linux/ppp/ppp-doc: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-doc: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-doc: PKGSIZE changed from 121958 to 124244 (+2%) packages/core2-64-poky-linux/ppp/ppp-l2tp: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-l2tp: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-l2tp: FILES: removed "/usr/lib/pppd/2.5.0/*l2tp.so", added "/usr/lib/pppd/2.5.1/*l2tp.so" packages/core2-64-poky-linux/ppp/ppp-locale: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-locale: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-minconn: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-minconn: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-minconn: FILES: removed "/usr/lib/pppd/2.5.0/minconn.so", added "/usr/lib/pppd/2.5.1/minconn.so" packages/core2-64-poky-linux/ppp/ppp-oa: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-oa: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-oa: PKGSIZE changed from 23080 to 22912 (-1%) packages/core2-64-poky-linux/ppp/ppp-oa: FILES: removed "/usr/lib/pppd/2.5.0/pppoatm.so", added "/usr/lib/pppd/2.5.1/pppoatm.so" packages/core2-64-poky-linux/ppp/ppp-oe: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-oe: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-oe: FILES: removed "/usr/lib/pppd/2.5.0/*pppoe.so", added "/usr/lib/pppd/2.5.1/*pppoe.so" packages/core2-64-poky-linux/ppp/ppp-password: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-password: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-password: FILES: removed "/usr/lib/pppd/2.5.0/pass*.so", added "/usr/lib/pppd/2.5.1/pass*.so" packages/core2-64-poky-linux/ppp/ppp-radius: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-radius: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-radius: PKGSIZE changed from 94032 to 102224 (+9%) packages/core2-64-poky-linux/ppp/ppp-radius: FILES: removed "/usr/lib/pppd/2.5.0/radattr.so /usr/lib/pppd/2.5.0/radrealms.so /usr/lib/pppd/2.5.0/radius.so", added "/usr/lib/pppd/2.5.1/radattr.so /usr/lib/pppd/2.5.1/radrealms.so /usr/lib/pppd/2.5.1/radius.so" packages/core2-64-poky-linux/ppp/ppp-src: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-src: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-src: FILELIST: directory renamed /usr/src/debug/ppp/2.5.0/pppd/plugins/pppoe -> /usr/src/debug/ppp/2.5.1/pppd/plugins/pppoe, directory renamed /usr/src/debug/ppp/2.5.0/pppd -> /usr/src/debug/ppp/2.5.1/pppd, directory renamed /usr/src/debug/ppp/2.5.0/pppd/plugins/radius -> /usr/src/debug/ppp/2.5.1/pppd/plugins/radius, directory renamed /usr/src/debug/ppp/2.5.0/pppd/plugins -> /usr/src/debug/ppp/2.5.1/pppd/plugins, directory renamed /usr/src/debug/ppp/2.5.0/pppstats -> /usr/src/debug/ppp/2.5.1/pppstats, directory renamed /usr/src/debug/ppp/2.5.0/pppd/plugins/pppoatm -> /usr/src/debug/ppp/2.5.1/pppd/plugins/pppoatm, directory renamed /usr/src/debug/ppp/2.5.0/chat -> /usr/src/debug/ppp/2.5.1/chat, directory renamed /usr/src/debug/ppp/2.5.0/pppd/plugins/pppol2tp -> /usr/src/debug/ppp/2.5.1/pppd/plugins/pppol2tp, removed "/usr/src/debug/ppp/2.5.0/pppdump/zlib.h /usr/src/debug/ppp/2.5.0/pppdump/deflate.c /usr/src/debug/ppp/2.5.0/pppdump/pppdump.c /usr/sr c/debug/ppp/2.5.0/pppdump/zlib.c /usr/src/debug/ppp/2.5.0/pppdump/bsd-comp.c /usr/src/debug/ppp/2.5.0/pppdump/ppp-comp.h", added "/usr/src/debug/ppp/2.5.1/pppdump/pppdump.c" packages/core2-64-poky-linux/ppp/ppp-src: PKGSIZE changed from 1499049 to 1392084 (-7%) packages/core2-64-poky-linux/ppp/ppp-staticdev: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-staticdev: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-tools: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-tools: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-tools: PKGSIZE changed from 58288 to 36944 (-37%) packages/core2-64-poky-linux/ppp/ppp-winbind: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp-winbind: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp-winbind: FILES: removed "/usr/lib/pppd/2.5.0/winbind.so", added "/usr/lib/pppd/2.5.1/winbind.so" packages/core2-64-poky-linux/ppp/ppp: PV changed from "2.5.0" to "2.5.1" packages/core2-64-poky-linux/ppp/ppp: PKGV changed from 2.5.0 [default] to 2.5.1 [default] packages/core2-64-poky-linux/ppp/ppp: FILELIST: removed "/etc/ppp/eaptls-client /etc/ppp/openssl.cnf /etc/ppp/options /etc/ppp/chap-secrets /etc/ppp/eaptls-server /etc/ppp/pap-secrets", added "/etc/ppp/chap-secrets.example /etc/ppp/options.example /etc/ppp/eaptls-client.example /etc/ppp/openssl.cnf.example /etc/ppp/pap-secrets.example /etc/ppp/eaptls-server.example" packages/core2-64-poky-linux/ppp/ppp: PKGSIZE changed from 421403 to 430139 (+2%) Changes to packages/core2-64-poky-linux/ppp (sysroot): /usr/lib/pppd/2.5.0 moved to /usr/lib/pppd/2.5.1
0001-ppp-upgrade-2.5.0-2.5.1.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205617): https://lists.openembedded.org/g/openembedded-core/message/205617 Mute This Topic: https://lists.openembedded.org/mt/108936231/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
