From 20cc355db603c172e5a3e9a2aedeab85bdfdc393 Mon Sep 17 00:00:00 2001 From: dnyandev Date: Fri, 22 Dec 2023 12:56:35 +0530 Subject: 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 Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb') 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 file://0001-support-cross-compiling.patch \ file://0001-explicitly-set-compile-options.patch \ file://run-ptest \ + file://CVE-2023-44271.patch \ " SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8" -- cgit v1.2.3-54-g00ecf