mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
libpcre2: Upgrade to 10.42
10.41 regressed apps which were using pcre2posix.h without pcre2.h
mariadb is one such application in meta-oe which broke, this immediate
upgrade helps fixing these sort of apps. See [1] and [2]
[1] https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.42
[2] cd8dc40b90
(From OE-Core rev: 33e231c5b1005c0cbd33f365b2a7f53e1bcb382d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Wang Mingyu <wangmy@fujitsu.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2"
|
||||
GITHUB_BASE_URI = "https://github.com/PhilipHazel/pcre2/releases"
|
||||
UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P<pver>.+)"
|
||||
|
||||
SRC_URI[sha256sum] = "0f78cebd3e28e346475fb92e95fe9999945b4cbaad5f3b42aca47b887fb53308"
|
||||
SRC_URI[sha256sum] = "8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840"
|
||||
|
||||
CVE_PRODUCT = "pcre2"
|
||||
|
||||
Reference in New Issue
Block a user