From patchwork Wed Sep 16 05:44:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 98390 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 2B6FEC982C5 for ; Wed, 16 Sep 2026 05:44:58 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.8415.1789537492023160758 for ; Tue, 15 Sep 2026 22:44:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=VeNpFD+V; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=gzwkPDgi; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101a0a8bf18b6-cd690a59-d107-477e-8f01-11b00701e5ea-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1789537491; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=hFv3BhDuDAvyZh2pLC6vWF+bOIa3brNcAATouIJyHE4=; b=VeNpFD+Vf/9AqZzWZGnt96SEcD+3xQSKmF5NLJK6bdEWHE8sU0RYmgL3P70co0kR CO1h9W+3QHfTI51MR/mGtas/YTKU0/C1uu9GYsHkttQ0XXMhK1Q3vOsT5R89hiYmczj M07l+Zue+Vo2tgbLoKbIQih4L2qdenIvkQI/MwVs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789537491; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=hFv3BhDuDAvyZh2pLC6vWF+bOIa3brNcAATouIJyHE4=; b=gzwkPDgikSfqbGDyWT1M+ot8jL6TSIWdOAjkzbBcKFMQj5lAq9FXs1Q9lV+DW+mE zNkxby4jsb3Z+nHifSGdIXGEPOc9sulJt0ZyljnFqvBLuDDU/lcrfzk2CCD9reZteqB O9+vA3lHqL86pOrY9YT97O7hH0g3Y5CqPIBhQDXg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ppp: upgrading to 2.5.4 SUCCEEDED Message-ID: <010101a0a8bf18b6-cd690a59-d107-477e-8f01-11b00701e5ea-000000@us-west-2.amazonses.com> Date: Wed, 16 Sep 2026 05:44:51 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.16-54.240.27.30 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 16 Sep 2026 05:44:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245917 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ppp* to *2.5.4* has Succeeded. Next steps: - apply the patch: git am 0001-ppp-upgrade-2.5.3-2.5.4.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 9ea63038b5edff7af1d4ebdc2129b49313b3fe55 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 16 Sep 2026 05:13:25 +0000 Subject: [PATCH] ppp: upgrade 2.5.3 -> 2.5.4 --- meta/recipes-connectivity/ppp/{ppp_2.5.3.bb => ppp_2.5.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/ppp/{ppp_2.5.3.bb => ppp_2.5.4.bb} (98%) diff --git a/meta/recipes-connectivity/ppp/ppp_2.5.3.bb b/meta/recipes-connectivity/ppp/ppp_2.5.4.bb similarity index 98% rename from meta/recipes-connectivity/ppp/ppp_2.5.3.bb rename to meta/recipes-connectivity/ppp/ppp_2.5.4.bb index 1815782169..6f7977ece3 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.5.3.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.5.4.bb @@ -25,7 +25,7 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz \ file://ppp@.service \ " -SRC_URI[sha256sum] = "ddda28dec8aca99a403ab6070d94ffd2b17d63e9a4c5509158e99e148f572d4f" +SRC_URI[sha256sum] = "379a630a40d858a1347f6592d671791dde12101697a743ef9900012f3765be31" inherit autotools pkgconfig systemd