From patchwork Thu Oct 10 19:36:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 50391 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 183C2D0D7B4 for ; Thu, 10 Oct 2024 19:36:43 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.53381.1728588984323271875 for ; Thu, 10 Oct 2024 12:36:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=jWsRVlkf; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=BI4tcFaf; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019277eee5d5-d6183b65-6cb0-46d0-907a-edab2a12e31c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1728588998; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9CpyHHv64YsTGKUgqCl8dSR6gmm9a9z5gEuifj0Pwwg=; b=jWsRVlkfMJau1zXQx+wq2BtSONSf16RfLECwlWuHi1RRo7SJB3BTkwmuQ2j16RDM pki53h6UMzrxDiS0ZowBVd1Qgp2ycix2R+QzA83Nsa1UBtFJjjUvWkohjhQnzrbxffu ycy5Bog2Qci2nISWhXvqXuGhgfZiFqAYzaku3mWY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588998; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9CpyHHv64YsTGKUgqCl8dSR6gmm9a9z5gEuifj0Pwwg=; b=BI4tcFafx+0cahwRSC1uYh943zhz6g1DC3UWcMAcg8PGPvF2kak3uoHlFJITlIdL NBE4nrvqJDw95ox/MayMI2rxTCwG7KoMnrG/1wJqPjUq8OuoE4O1sxvjmGyzP/ooPol MTVTGXb5danFl+iw2yHgG/zgyL8mvrt/hJG+QcUw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ppp: upgrading to 2.5.1 SUCCEEDED Message-ID: <0101019277eee5d5-d6183b65-6cb0-46d0-907a-edab2a12e31c-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:36:38 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-54.240.27.193 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 10 Oct 2024 19:36:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205617 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 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 +# - * ". +# + * ". +# * +# * 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 +# + * 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