diff mbox series

[meta-python,dunfell] python3-pillow: 6.2.1 -> 6.2.2

Message ID 20230216163116.19190-1-roger@norberthealth.com
State New
Headers show
Series [meta-python,dunfell] python3-pillow: 6.2.1 -> 6.2.2 | expand

Commit Message

Roger Knecht Feb. 16, 2023, 4:31 p.m. UTC
Fixes:
- CVE-2019-19911
- CVE-2020-5310
- CVE-2020-5311
- CVE-2020-5312
- CVE-2020-5313

License change:
- Updated copyright year

Signed-off-by: Roger Knecht <roger@norberthealth.com>
---
 .../{python3-pillow_6.2.1.bb => python3-pillow_6.2.2.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pillow_6.2.1.bb => python3-pillow_6.2.2.bb} (85%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb b/meta-python/recipes-devtools/python/python3-pillow_6.2.2.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb
rename to meta-python/recipes-devtools/python/python3-pillow_6.2.2.bb
index 80b7e941a..8bcc090f6 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_6.2.2.bb
@@ -3,13 +3,13 @@  Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \
 Contributors."
 HOMEPAGE = "https://pillow.readthedocs.io"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=55c0f320370091249c1755c0d2b48e89"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4eddfd4333b69c754704db4bdceb5c11"
 
 SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=6.2.x;protocol=https \
            file://0001-support-cross-compiling.patch \
            file://0001-explicitly-set-compile-options.patch \
 "
-SRCREV ?= "6e0f07bbe38def22d36ee176b2efd9ea74b453a6"
+SRCREV ?= "a45c8583ff90312a2fddc38567ed736cef4af563"
 
 
 inherit setuptools3