diff mbox series

[meta-oe,014/109] catch2: upgrade 3.15.0 -> 3.15.3

Message ID 20260814224539.1523174-14-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,001/109] xorg-docs: upgrade 1.7.2 -> 1.7.3 | expand

Commit Message

Khem Raj Aug. 14, 2026, 10:44 p.m. UTC
Three bugfix releases on the 3.15 line, per upstream release notes. 3.15.1
fixes a potential out-of-bounds access when locating the start of a broken
UTF-8 sequence during linebreaking (#3096) and TEMPLATE_LIST_TEST_CASE_METHOD
/ CATCH_TEMPLATE_PRODUCT_TEST_CASE potentially causing ODR violations (#3161).
3.15.2 stops --warn InfiniteGenerators from firing when the generator was
limited to a specific element by path filtering and silences
-Wunused-parameter in -fno-exceptions builds. 3.15.3 makes the JSON
reporter's number handling locale-independent (#3176), improves inf/NaN
handling in JSON output, and rewrites catch_discover_tests for a 4-5x speedup
with deterministic registration order. No API or ABI change; only the git tag
and SRCREV needed updating.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 .../recipes-test/catch2/{catch2_3.15.0.bb => catch2_3.15.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-test/catch2/{catch2_3.15.0.bb => catch2_3.15.3.bb} (92%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-test/catch2/catch2_3.15.0.bb b/meta-oe/recipes-test/catch2/catch2_3.15.3.bb
similarity index 92%
rename from meta-oe/recipes-test/catch2/catch2_3.15.0.bb
rename to meta-oe/recipes-test/catch2/catch2_3.15.3.bb
index e68fe9c885..f331a09f68 100644
--- a/meta-oe/recipes-test/catch2/catch2_3.15.0.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.15.3.bb
@@ -5,7 +5,7 @@  LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
 SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}"
-SRCREV = "6ee0826dcae55ed1e06b2c5701981221e979e1e6"
+SRCREV = "95d8a61b089317bec800c7cc4c64064cbcb3802d"
 
 
 inherit cmake python3native