Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
69d60acbf5 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/urllib3-1.26.18.tar.gz
|
||||
SOURCES/urllib3-1.26.19.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
bffc545083d4fe74a6ce953599c0c2c7012b1833 SOURCES/urllib3-1.26.18.tar.gz
|
||||
05ec9b41b14659fd4350c8a220e1d31e79169e5a SOURCES/urllib3-1.26.19.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: python%{python3_pkgversion}-urllib3
|
||||
Version: 1.26.18
|
||||
Release: 2%{?dist}
|
||||
Version: 1.26.19
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||
|
||||
# SPDX
|
||||
@ -130,6 +130,10 @@ ignore="${ignore-} --ignore=test/test_no_ssl.py"
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 25 2024 Lumír Balhar <lbalhar@redhat.com> - 1.26.19-1
|
||||
- Rebase to 1.26.19 to fix CVE-2024-37891
|
||||
Resolves: RHEL-59989
|
||||
|
||||
* Tue Jan 23 2024 Miro Hrončok <mhroncok@redhat.com> - 1.26.18-2
|
||||
- Rebuilt for timestamp .pyc invalidation mode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user