diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-09-01 20:41:41 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-09-13 06:21:25 -1000 |
| commit | 8b372c7d4e5ae8ac37952dab2179a99ebb9a7e2a (patch) | |
| tree | a63515faaaa4b48a3f9a4c274f6f714364055a02 /meta/recipes-devtools/python/python3/makerace.patch | |
| parent | b2e008f2d447e0ae127b1eb2fe42ccebaf4f438f (diff) | |
| download | poky-8b372c7d4e5ae8ac37952dab2179a99ebb9a7e2a.tar.gz | |
python3: update 3.11.3 -> 3.11.4
upgrade include fix for CVE-2023-24329
(cherry picked from commit f7f163ebe8c53de4314d04595c1fbcc7af2deccc )
(From OE-Core rev: 8687de9f20bde7aba118a50342848031adfb7641)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3/makerace.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/makerace.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3/makerace.patch b/meta/recipes-devtools/python/python3/makerace.patch index 979fc9dc36..c71c1e15de 100644 --- a/meta/recipes-devtools/python/python3/makerace.patch +++ b/meta/recipes-devtools/python/python3/makerace.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 4f52aaf2a548b3356c6f1369c62b11335dc27464 Mon Sep 17 00:00:00 2001 | 1 | From dde5cb74f55b6dd39d25cff639d16940d9dad505 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Tue, 13 Jul 2021 23:19:29 +0100 | 3 | Date: Tue, 13 Jul 2021 23:19:29 +0100 |
| 4 | Subject: [PATCH] python3: Fix make race | 4 | Subject: [PATCH] python3: Fix make race |
| @@ -18,11 +18,11 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | |||
| 18 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 19 | 19 | ||
| 20 | diff --git a/Makefile.pre.in b/Makefile.pre.in | 20 | diff --git a/Makefile.pre.in b/Makefile.pre.in |
| 21 | index 7558f0c..8cec819 100644 | 21 | index c6d7e85..205af6c 100644 |
| 22 | --- a/Makefile.pre.in | 22 | --- a/Makefile.pre.in |
| 23 | +++ b/Makefile.pre.in | 23 | +++ b/Makefile.pre.in |
| 24 | @@ -2005,7 +2005,7 @@ TESTSUBDIRS= ctypes/test \ | 24 | @@ -2045,7 +2045,7 @@ TESTSUBDIRS= ctypes/test \ |
| 25 | unittest/test unittest/test/testmock | 25 | unittest/test/testmock |
| 26 | 26 | ||
| 27 | TEST_MODULES=@TEST_MODULES@ | 27 | TEST_MODULES=@TEST_MODULES@ |
| 28 | -libinstall: all $(srcdir)/Modules/xxmodule.c | 28 | -libinstall: all $(srcdir)/Modules/xxmodule.c |
