]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-urllib3: upgrade 2.6.2 -> 2.6.3
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 13 Jan 2026 10:25:04 +0000 (18:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Jan 2026 14:12:32 +0000 (14:12 +0000)
Changelog:
==========
- Fixed a high-severity security issue where decompression-bomb safeguards of
  the streaming API were bypassed when HTTP redirects were followed.
- Started treating Retry-After times greater than 6 hours as 6 hours by
  default.
- Fixed urllib3.connection.VerifiedHTTPSConnection on Emscripten.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-urllib3_2.6.3.bb [moved from meta/recipes-devtools/python/python3-urllib3_2.6.2.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-devtools/python/python3-urllib3_2.6.2.bb
rename to meta/recipes-devtools/python/python3-urllib3_2.6.3.bb
index 3957818f6f7bfddf24de6af3bd63ee6e8bf07879..e63791a8f455b222ee95c6f6c6b0b19dd0bcbfb0 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/urllib3/urllib3"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda"
 
-SRC_URI[sha256sum] = "016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797"
+SRC_URI[sha256sum] = "1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"
 
 inherit pypi python_hatchling