summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-urllib3_2.0.7.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-10-29 21:58:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-30 17:12:19 +0000
commitd30de7416fc76f8d298313388074e1f5408f0d11 (patch)
treed91d221a2944762e9600e26183b148a71e0d9678 /meta/recipes-devtools/python/python3-urllib3_2.0.7.bb
parenta88b6d2452ed335d332f27bc0be88a2d5d0d30f3 (diff)
downloadpoky-d30de7416fc76f8d298313388074e1f5408f0d11.tar.gz
python3-urllib3: Upgrade to 2.0.7
Addresses CVE-2023-45803 [1] [1] https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9 (From OE-Core rev: befec4d3591bb0dce0e256cf338eb541b2a56b98) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-urllib3_2.0.7.bb')
-rw-r--r--meta/recipes-devtools/python/python3-urllib3_2.0.7.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_2.0.7.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.7.bb
new file mode 100644
index 0000000000..c286838086
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-urllib3_2.0.7.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
2HOMEPAGE = "https://github.com/shazow/urllib3"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda"
5
6SRC_URI[sha256sum] = "c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"
7
8inherit pypi python_hatchling
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-certifi \
12 ${PYTHON_PN}-cryptography \
13 ${PYTHON_PN}-email \
14 ${PYTHON_PN}-idna \
15 ${PYTHON_PN}-json \
16 ${PYTHON_PN}-netclient \
17 ${PYTHON_PN}-pyopenssl \
18 ${PYTHON_PN}-threading \
19 ${PYTHON_PN}-logging \
20"
21
22CVE_PRODUCT = "urllib3"
23
24BBCLASSEXTEND = "native nativesdk"