similarity index 54%
rename from meta/recipes-support/libpcre/libpcre2_10.46.bb
rename to 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<pver>\d+(\.\d+)+)$"
-SRC_URI[sha256sum] = "15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f"
+SRC_URI[sha256sum] = "47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7"
CVE_PRODUCT = "pcre2"
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 <auh@yoctoproject.org> 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%)