summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-03-19 19:13:04 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-22 09:19:08 -0700
commitc8957a09c4c04bcda94dd8ed76374c83e289b909 (patch)
tree61c21cf227c9bd515b7a646cdfed27f602455ead /meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb
parent706d4cf402462506baf47c2c791d0d62cf9bae4a (diff)
downloadmeta-openembedded-c8957a09c4c04bcda94dd8ed76374c83e289b909.tar.gz
python3-urllib3: Upgrade 1.26.3 -> 1.26.4
Upgrade to release 1.26.4: - Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb
new file mode 100644
index 0000000000..0a31fb1e2d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb
@@ -0,0 +1,22 @@
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=c2823cb995439c984fd62a973d79815c"
5
6SRC_URI[sha256sum] = "e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937"
7
8inherit pypi setuptools3
9
10RDEPENDS_${PN} += "\
11 ${PYTHON_PN}-certifi \
12 ${PYTHON_PN}-cryptography \
13 ${PYTHON_PN}-email \
14 ${PYTHON_PN}-idna \
15 ${PYTHON_PN}-netclient \
16 ${PYTHON_PN}-pyopenssl \
17 ${PYTHON_PN}-threading \
18"
19
20CVE_PRODUCT = "urllib3"
21
22BBCLASSEXTEND = "native nativesdk"