main/py3-urllib3: security upgrade to 1.26.18

CVE-2023-45803
This commit is contained in:
Celeste 2023-10-18 04:38:06 +00:00
parent 6f2ac3b519
commit de782b356c

View File

@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-urllib3
_pkgname=urllib3
pkgver=1.26.17
pkgver=1.26.18
pkgrel=0
pkgdesc="HTTP library with thread-safe connection pooling, file post, and more"
url="https://github.com/urllib3/urllib3"
@ -18,6 +18,8 @@ replaces="py-urllib3" # Backwards compatibility
provides="py-urllib3=$pkgver-r$pkgrel" # Backwards compatibility
# secfixes:
# 1.26.18-r0:
# - CVE-2023-45803
# 1.26.17-r0:
# - CVE-2023-43804
# 1.25.9-r0:
@ -34,5 +36,5 @@ package() {
}
sha512sums="
ee235b2e31c34f26ab872623ef17a1119c9776c5a1bf0b4eb5ec92139de7c585dcf3cf90bfc2c6e1db5a1819aafbe6e732a8c540a4ae64ed7659267906c09768 py3-urllib3-1.26.17.tar.gz
62c0af4b11e797a85420ef3f0888f2e608334329eddd88b9fe563b5437189cbea8dbbcd53f999557d9828fcf4bf03b8ca9f6e3d401533bc4ae8ff96e3ece1557 py3-urllib3-1.26.18.tar.gz
"