mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
python3-urllib3: Upgrade to 2.0.7
Addresses CVE-2023-45803 [1]
[1] 4e98d57809
(From OE-Core rev: befec4d3591bb0dce0e256cf338eb541b2a56b98)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
24
meta/recipes-devtools/python/python3-urllib3_2.0.7.bb
Normal file
24
meta/recipes-devtools/python/python3-urllib3_2.0.7.bb
Normal file
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
|
||||
HOMEPAGE = "https://github.com/shazow/urllib3"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda"
|
||||
|
||||
SRC_URI[sha256sum] = "c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-certifi \
|
||||
${PYTHON_PN}-cryptography \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-idna \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-pyopenssl \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-logging \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "urllib3"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user