summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
diff options
context:
space:
mode:
authordnyandev <padalkards17082001@gmail.com>2023-12-22 12:56:35 +0530
committerArmin Kuster <akuster808@gmail.com>2024-01-12 07:14:16 -0500
commit20cc355db603c172e5a3e9a2aedeab85bdfdc393 (patch)
treecc4ecbeb129fe94a6fefca94c39961fdc377c4d3 /meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
parentdd23a9930360f540c919ddfd35fd1f6088174ef3 (diff)
downloadmeta-openembedded-20cc355db603c172e5a3e9a2aedeab85bdfdc393.tar.gz
python3-pillow: Fix CVE-2023-44271
Add patch to fix CVE-2023-44271 Reference: https://github.com/python-pillow/Pillow/commit/1fe1bb49c452b0318cad12ea9d97c3bef188e9a7 Signed-off-by: Dnyandev Padalkar <padalkards17082001@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
index 86705d2d8e..b9c09127c5 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
@@ -9,6 +9,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https
9 file://0001-support-cross-compiling.patch \ 9 file://0001-support-cross-compiling.patch \
10 file://0001-explicitly-set-compile-options.patch \ 10 file://0001-explicitly-set-compile-options.patch \
11 file://run-ptest \ 11 file://run-ptest \
12 file://CVE-2023-44271.patch \
12 " 13 "
13SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8" 14SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8"
14 15