From: Soumya Sambu Date: Fri, 7 Nov 2025 11:33:56 +0000 (+0530) Subject: python3-urllib3: Upgrade 1.26.18 -> 1.26.20 X-Git-Tag: 2022-04.32-kirkstone~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e805113fe0488224f05524360eeff729dd12d91;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-urllib3: Upgrade 1.26.18 -> 1.26.20 Includes fix for CVE-2024-37891 Changelog: ---------- https://github.com/urllib3/urllib3/blob/1.26.20/CHANGES.rst Signed-off-by: Soumya Sambu Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.18.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.20.bb similarity index 87% rename from meta/recipes-devtools/python/python3-urllib3_1.26.18.bb rename to meta/recipes-devtools/python/python3-urllib3_1.26.20.bb index b26c9ad2fa..58988e4205 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.18.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.20.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" +SRC_URI[sha256sum] = "40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32" inherit pypi setuptools3