summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTan Wen Yan <wen.yan.tan@intel.com>2024-03-28 15:50:33 +0800
committerSteve Sakoman <steve@sakoman.com>2024-04-02 08:04:42 -1000
commitc473f32184ea0ab41f6eb4c8dcc1d7bb5fd7b16f (patch)
tree9fc854be6422f499dce320a3d33f4f9a7e23eea1
parent4728df36bb3888df4d3cc0db1fd66138e865c511 (diff)
downloadopenembedded-core-c473f32184ea0ab41f6eb4c8dcc1d7bb5fd7b16f.tar.gz
python3-urllib3: update to v1.26.18
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) (cherry picked from OE-Core rev: 74da05b63634c248910594456dae286947f33da5) Signed-off-by: Tan Wen Yan <wen.yan.tan@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/python/python3-urllib3_1.26.18.bb (renamed from meta/recipes-devtools/python/python3-urllib3_1.26.17.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.17.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.18.bb
index 57b166870a..d384b5eb2f 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.17.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.18.bb
@@ -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