diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-10-15 08:28:44 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-19 13:06:53 +0100 |
| commit | 8159c17bdd9a6e35382bb3467cd21a2d2a72a729 (patch) | |
| tree | 31293a1268b08c51236a0ded376cde8daf0a3467 /meta/recipes-devtools/python/python3-urllib3_2.0.6.bb | |
| parent | a0a8cec56dded265d1707570662b95ae3b0f6a61 (diff) | |
| download | poky-8159c17bdd9a6e35382bb3467cd21a2d2a72a729.tar.gz | |
python3-urllib3: Update to 2.0.6
Only changes in this release [1] fixes CVE-2023-43804 [2] on top of 2.0.5
[1] https://github.com/urllib3/urllib3/commit/644124ecd0b6e417c527191f866daa05a5a2056d
[2] https://github.com/advisories/GHSA-v845-jxx5-vc9f
(From OE-Core rev: 2a9ae3ca372075868c046d3a3ba2ba9b483e986d)
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.6.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-urllib3_2.0.6.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_2.0.6.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.6.bb new file mode 100644 index 0000000000..cd2a9dd4ef --- /dev/null +++ b/meta/recipes-devtools/python/python3-urllib3_2.0.6.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" | ||
| 2 | HOMEPAGE = "https://github.com/shazow/urllib3" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling | ||
| 9 | |||
| 10 | RDEPENDS:${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 | |||
| 22 | CVE_PRODUCT = "urllib3" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
