Update to 1.26.19 to fix CVE-2024-37891
Resolves: RHEL-43171
This commit is contained in:
parent
9066dc8861
commit
7663694d96
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
|||||||
/urllib3-1.26.16.tar.gz
|
/urllib3-1.26.16.tar.gz
|
||||||
/urllib3-1.26.17.tar.gz
|
/urllib3-1.26.17.tar.gz
|
||||||
/urllib3-1.26.18.tar.gz
|
/urllib3-1.26.18.tar.gz
|
||||||
|
/urllib3-1.26.19.tar.gz
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-urllib3
|
Name: python-urllib3
|
||||||
Version: 1.26.18
|
Version: 1.26.19
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||||
|
|
||||||
# SPDX
|
# SPDX
|
||||||
@ -168,6 +168,10 @@ ignore="${ignore-} --ignore=test/test_no_ssl.py"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 26 2024 Lumír Balhar <lbalhar@redhat.com> - 1.26.19-1
|
||||||
|
- Update to 1.26.19 to fix CVE-2024-37891
|
||||||
|
Resolves: RHEL-43171
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.26.18-4
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.26.18-4
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (urllib3-1.26.18.tar.gz) = 62c0af4b11e797a85420ef3f0888f2e608334329eddd88b9fe563b5437189cbea8dbbcd53f999557d9828fcf4bf03b8ca9f6e3d401533bc4ae8ff96e3ece1557
|
SHA512 (urllib3-1.26.19.tar.gz) = 6b72012dbd85434b2441229cbdea2a94583693f904dde349780e1290d581c8a5e10fe00a287a032ed1276349d0078b530f16a133e0f164dcea18105fa3dec79a
|
||||||
|
Loading…
Reference in New Issue
Block a user