]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-urllib3: update to v1.26.18
authorTan Wen Yan <wen.yan.tan@intel.com>
Fri, 10 Nov 2023 09:30:42 +0000 (17:30 +0800)
committerSteve Sakoman <steve@sakoman.com>
Fri, 10 Nov 2023 22:21:49 +0000 (12:21 -1000)
https://github.com/urllib3/urllib3/releases/tag/1.26.18

Major changes in python3-urllib3 1.26.18:
- Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (CVE-2023-45803)

Signed-off-by: Tan Wen Yan <wen.yan.tan@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3-urllib3_1.26.18.bb [moved from meta/recipes-devtools/python/python3-urllib3_1.26.17.bb with 86% similarity]

similarity index 86%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.17.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.18.bb
index 57b166870aa712746662c5c78c796e116e31ef2f..d384b5eb2f7bdf519e7c3fe2759e414e0ddfd5ab 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
 
-SRC_URI[sha256sum] = "24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"
+SRC_URI[sha256sum] = "f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"
 
 inherit pypi setuptools3