From 0c0e19a024e32d2105a75a60b4fc21ff9ff8b191 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 25 Aug 2024 08:17:18 -0700 Subject: python: Backport fixes for CVE-2024-7592 (From OE-Core rev: 340867efbbf517393c12466d0490f96ef7c45642) Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3_3.12.5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python3_3.12.5.bb') diff --git a/meta/recipes-devtools/python/python3_3.12.5.bb b/meta/recipes-devtools/python/python3_3.12.5.bb index cc2e14baf0..29b02ef510 100644 --- a/meta/recipes-devtools/python/python3_3.12.5.bb +++ b/meta/recipes-devtools/python/python3_3.12.5.bb @@ -34,6 +34,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ file://0001-test_deadlock-skip-problematic-test.patch \ file://0001-test_active_children-skip-problematic-test.patch \ file://0001-test_readline-skip-limited-history-test.patch \ + file://CVE-2024-7592.patch \ " SRC_URI:append:class-native = " \ -- cgit v1.2.3-54-g00ecf