From patchwork Sat Nov 15 16:39:14 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: 74728 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 585C6CEDD89 for ; Sat, 15 Nov 2025 16:39:17 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.11951.1763224737567327213 for ; Sat, 15 Nov 2025 08:39:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=d17zQ5OZ; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=p05uj6eu; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019a8862987d-0e727393-331c-46dc-b269-cff8c898df70-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=1763224754; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=NVQGfZwzoCFexzzRl9/d1ZdWfCZJeskByE+HiiX6ESI=; b=d17zQ5OZz1gpUzwwJFOPfsBWwYxiW7pYSJJpbEqo82ebGAcRiic0w5vOP9R0B7ub A5SrG7JD3APeUpQx5UjubPiLlW+B9GqYwlCWhiw+EWIJZFpX8D0PaoYgB0Id6qCEaYd pOwxmdArTsVFH+lLVxiipbOhFyFO3Vt8TqUOXF/Y= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224754; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=NVQGfZwzoCFexzzRl9/d1ZdWfCZJeskByE+HiiX6ESI=; b=p05uj6euSaH7/VvUX5bXmIaxOQ45Lkd1RH3XbHRsKSsymj5mjte6iFGi8oPZVdWH AQmF3J2M/1LNDQzw2R9Xuel2ntLK+yqngYeshzAvfVCmKSroECSLWLwvnGWMccNx7f8 bo3KTTUiINMeaUDBiNyieohOxXrZR5lt/VhGciNo= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libpcre2: upgrading to 10.47 SUCCEEDED Message-ID: <0101019a8862987d-0e727393-331c-46dc-b269-cff8c898df70-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:39:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-54.240.27.23 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 ; Sat, 15 Nov 2025 16:39:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226456 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libpcre2* to *10.47* has Succeeded. Next steps: - apply the patch: git am 0001-libpcre2-upgrade-10.46-10.47.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 27c4e7f77dee1163811c6039ac014476c53af08f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 16:16:37 +0000 Subject: [PATCH] libpcre2: upgrade 10.46 -> 10.47 --- .../{libpcre2_10.46.bb => libpcre2_10.47.bb} | 48 ++++++++++++++++++- 1 file changed, 46 insertions(+), 2 deletions(-) rename meta/recipes-support/libpcre/{libpcre2_10.46.bb => libpcre2_10.47.bb} (54%) diff --git a/meta/recipes-support/libpcre/libpcre2_10.46.bb b/meta/recipes-support/libpcre/libpcre2_10.47.bb similarity index 54% rename from meta/recipes-support/libpcre/libpcre2_10.46.bb rename to meta/recipes-support/libpcre/libpcre2_10.47.bb index 0d7823c079..7ab7945de0 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.46.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.47.bb @@ -1,3 +1,47 @@ +# 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: +# +# --- LICENCE.md +# +++ LICENCE.md +# @@ -1,4 +1,4 @@ +# -PCRE2 License +# +PCRE2 Licence +# ============= +# +# | SPDX-License-Identifier: | BSD-3-Clause WITH PCRE2-exception | +# @@ -16,7 +16,8 @@ +# The basic library functions are written in C and are freestanding. Also +# included in the distribution is a just-in-time compiler that can be used to +# optimize pattern matching. This is an optional feature that can be omitted when +# -the library is built. +# +the library is built. The just-in-time compiler is separately licensed under the +# +"2-clause BSD" licence. +# +# +# COPYRIGHT +# @@ -52,6 +53,8 @@ +# +# Copyright (c) 2009-2024 Zoltan Herczeg +# All rights reserved. +# + +# +The code in the `deps/sljit` directory has its own LICENSE file. +# +# ### All other contributions +# +# @@ -99,5 +102,3 @@ +# PCRE2, it must respect the condition, but if package B is software that +# includes package A, the condition is not imposed on package B unless it uses +# PCRE2 independently. +# - +# -End +# +# + DESCRIPTION = "There are two major versions of the PCRE library. The \ newest version is PCRE2, which is a re-working of the original PCRE \ library to provide an entirely new API. The original, very widely \ @@ -8,14 +52,14 @@ SUMMARY = "Perl Compatible Regular Expressions version 2" HOMEPAGE = "http://www.pcre.org" SECTION = "devel" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENCE.md;md5=8446a1fd12e40d9d64c79234fbb1f812" +LIC_FILES_CHKSUM = "file://LICENCE.md;md5=6720bf3bcff57543b915c2b22e526df0" 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] = "15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f" +SRC_URI[sha256sum] = "47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7" CVE_PRODUCT = "pcre2"