From: Tim Orling Date: Sun, 9 Aug 2026 23:21:09 +0000 (-0700) Subject: python3-babel: fix CVE_PRODUCT X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=134175fa92b85e639dc4646d9a88eeaba0fae4d3;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-babel: fix CVE_PRODUCT Recipe (PV): python3-babel (2.18.0) Before -> After: python:babel -> pocoo:babel Newly caught CVEs: CVE-2021-42771 (locale .dat deserialization RCE) Status: patched (fixed 2.9.1) AI-Generated: Claude Sonnet 5 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-babel_2.18.0.bb b/meta/recipes-devtools/python/python3-babel_2.18.0.bb index b0abb2c62e..26847372bf 100644 --- a/meta/recipes-devtools/python/python3-babel_2.18.0.bb +++ b/meta/recipes-devtools/python/python3-babel_2.18.0.bb @@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "b80b99a14bd085fcacfa15c9165f651fbb3406e66cc603abf11c575093 inherit pypi setuptools3 +CVE_PRODUCT = "pocoo:babel" + S = "${UNPACKDIR}/babel-${PV}" CLEANBROKEN = "1"