From patchwork Tue Sep 2 21:56:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 69509 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 4D0C4CA1019 for ; Tue, 2 Sep 2025 21:56:54 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.89801.1756850190481652980 for ; Tue, 02 Sep 2025 14:56:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=bD4Y90NO; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=s2YtYG6E; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101990c6eb4c9-dac6d734-8c49-48a4-9446-097fc10812b5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1756850206; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Dhu65kMJK5Jorqnf3dpFHcN3rLq1GrbudC/skC5I8L4=; b=bD4Y90NO01e+qJzgzBhuavrQE+wgCLYRAeht/CPblfnpgGjZDVNSfpAl6pql51kN GeKJ255IltBJUGlnYkK0yXisdUeZfXrIwcJyUA/Pqivbr/VMuGVpAN+fx4WKv+ZBfbu k5mpf8VopC8XlBhGY7kZnUDuYxhUvqT/98QFQfPM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1756850206; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Dhu65kMJK5Jorqnf3dpFHcN3rLq1GrbudC/skC5I8L4=; b=s2YtYG6Eua/xYHpjfYuDQEO+0DcvzTQnrM9aW3AYe8NETNK2KGu3o+Y2rYqTWfHT YGWAApLL2OTHqIxM4B6Sktj4azy87X7MVvYaOs3aC7X5FKZnBCdBKm7U3pK6sQyQbYh 16U4aHU8v/MtZ2yPXwtGmmKlRLG75o//Lv6Mfx3Y= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libpcre2: upgrading to 10.46 SUCCEEDED Message-ID: <010101990c6eb4c9-dac6d734-8c49-48a4-9446-097fc10812b5-000000@us-west-2.amazonses.com> Date: Tue, 2 Sep 2025 21:56:45 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.02-54.240.27.191 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 ; Tue, 02 Sep 2025 21:56:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/222832 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libpcre2* to *10.46* has Succeeded. Next steps: - apply the patch: git am 0001-libpcre2-upgrade-10.45-10.46.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 30e2ef609b21c499991deaabe3368792fe43e9f4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 2 Sep 2025 21:51:20 +0000 Subject: [PATCH] libpcre2: upgrade 10.45 -> 10.46 --- .../libpcre/{libpcre2_10.45.bb => libpcre2_10.46.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libpcre/{libpcre2_10.45.bb => libpcre2_10.46.bb} (95%) diff --git a/meta/recipes-support/libpcre/libpcre2_10.45.bb b/meta/recipes-support/libpcre/libpcre2_10.46.bb similarity index 95% rename from meta/recipes-support/libpcre/libpcre2_10.45.bb rename to meta/recipes-support/libpcre/libpcre2_10.46.bb index 4fbb8921c5..0d7823c079 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.45.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.46.bb @@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2" GITHUB_BASE_URI = "https://github.com/PCRE2Project/pcre2/releases" UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P\d+(\.\d+)+)$" -SRC_URI[sha256sum] = "21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f192033c4" +SRC_URI[sha256sum] = "15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f" CVE_PRODUCT = "pcre2"