diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-25 08:17:18 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-01 12:28:10 +0100 |
| commit | 0c0e19a024e32d2105a75a60b4fc21ff9ff8b191 (patch) | |
| tree | d400c426e46b1c2baf15a26fef42d88cfc2a47b9 /meta/recipes-devtools/python/python3_3.12.5.bb | |
| parent | 413f327baad8f90f233bcfb08dfdc7de8f3fe6e4 (diff) | |
| download | poky-0c0e19a024e32d2105a75a60b4fc21ff9ff8b191.tar.gz | |
python: Backport fixes for CVE-2024-7592
(From OE-Core rev: 340867efbbf517393c12466d0490f96ef7c45642)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.12.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.12.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ | |||
| 34 | file://0001-test_deadlock-skip-problematic-test.patch \ | 34 | file://0001-test_deadlock-skip-problematic-test.patch \ |
| 35 | file://0001-test_active_children-skip-problematic-test.patch \ | 35 | file://0001-test_active_children-skip-problematic-test.patch \ |
| 36 | file://0001-test_readline-skip-limited-history-test.patch \ | 36 | file://0001-test_readline-skip-limited-history-test.patch \ |
| 37 | file://CVE-2024-7592.patch \ | ||
| 37 | " | 38 | " |
| 38 | 39 | ||
| 39 | SRC_URI:append:class-native = " \ | 40 | SRC_URI:append:class-native = " \ |
