]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libpcre2: upgrade 10.44 -> 10.45
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 19 Feb 2025 02:39:43 +0000 (10:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Feb 2025 11:56:44 +0000 (11:56 +0000)
License-Update:
- LICENCE renamed to LICENCE.md
- format changed
- add "SPDX-License-Identifier: BSD-3-Clause WITH PCRE2-exception" to the top of LICENCE file
- add contribution information

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libpcre/libpcre2_10.45.bb [moved from meta/recipes-support/libpcre/libpcre2_10.44.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-support/libpcre/libpcre2_10.44.bb
rename to meta/recipes-support/libpcre/libpcre2_10.45.bb
index 36f58e46122cf357f46ebcc4a91093cea87b6002..e82de0fa5bd6d7a76ca5d653383168f7c30c00f0 100644 (file)
@@ -8,14 +8,14 @@ SUMMARY = "Perl Compatible Regular Expressions version 2"
 HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=321a5eb46acae6b6c1ff2c7a866d836a"
+LIC_FILES_CHKSUM = "file://LICENCE.md;md5=8446a1fd12e40d9d64c79234fbb1f812"
 
 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] = "d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96"
+SRC_URI[sha256sum] = "21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f192033c4"
 
 CVE_PRODUCT = "pcre2"