From patchwork Wed Nov 5 23:16:46 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: 73802 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 8BDA0CD4F32 for ; Wed, 5 Nov 2025 23:16:50 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.2349.1762384572388914338 for ; Wed, 05 Nov 2025 15:16:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=Zu1boUQj; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=MX7VOzPZ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019a564ef66d-07033767-10a4-48c6-a06b-23754c7455bc-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=1762384607; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=e4MIdjx1WQLVsIfhvBLPLBn2dil/4193j6jKbZxoIS8=; b=Zu1boUQjFEEkxLbk2AknCrx5R0W9SrnxaYfyVRnIAdcPsqfieCDpdwO8zmM3ZWGw s986nvUUnc7vQpTKw73Ej1is9HUTg8GPan/jZO2S02diN8+3eCszDRbR1dLBckB2adb C6J7/3EQmZjoBgsl5ofqZKc69YaFgWfDO7AYr6DE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1762384607; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=e4MIdjx1WQLVsIfhvBLPLBn2dil/4193j6jKbZxoIS8=; b=MX7VOzPZA68nk7HkHyU0KrpGeUqJqV5/ocidBewVeESwo6EwpSfY4HrDvIbA1Nk3 tfoyLpvTHpuhkF2xb7n/Myb4oW4uBKliqrzz5YZMwlz7Kq7IMbYeCuZVq8U7ZeH114b urWHrCunkYdVNt2qAlTCxcNYtlnojIstqzR9aTnc= 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: <0101019a564ef66d-07033767-10a4-48c6-a06b-23754c7455bc-000000@us-west-2.amazonses.com> Date: Wed, 5 Nov 2025 23:16:46 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.05-54.240.27.192 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, 05 Nov 2025 23:16:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/225922 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 22a880d461ffc4c25661d103d92a6f195ec4763f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 22:54:05 +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"