Skip to content

Commit 00e57e3

Browse files
[AUTOPATCHER-CORE] Upgrade python-urllib3 to 1.26.19 patch CVE-2024-37891 (#9458)
1 parent 8e8032e commit 00e57e3

4 files changed

Lines changed: 8 additions & 18 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"python-urllib3-1.26.18.tar.gz": "16e6b13fdcb0949ad02f9ff453167b472af9911c420d5d6abfd3bdd11929e505"
3+
"python-urllib3-1.26.19.tar.gz": "521d99f682649c3fe417aff824add6ecf18bbf83113bb5171f5d8a50886599d3"
44
}
55
}

SPECS/python-urllib3/python-urllib3.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
Summary: A powerful, sanity-friendly HTTP client for Python.
22
Name: python-urllib3
3-
Version: 1.26.18
4-
Release: 2%{?dist}
3+
Version: 1.26.19
4+
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
88
Group: Development/Languages/Python
99
URL: https://pypi.python.org/pypi/urllib3
1010
Source0: https://github.com/urllib3/urllib3/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
1111
BuildArch: noarch
12-
Patch0: urllib3_test_recent_date.patch
1312

1413
%description
1514
A powerful, sanity-friendly HTTP client for Python.
@@ -52,6 +51,9 @@ nox --reuse-existing-virtualenvs --sessions test-%{python3_version}
5251
%{python3_sitelib}/*
5352

5453
%changelog
54+
* Thu Jun 20 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.26.19-1
55+
- Auto-upgrade to 1.26.19 - patch CVE-2024-37891
56+
5557
* Wed Jan 17 2024 Mandeep Plaha <mandeepplaha@microsoft.com> - 1.26.18-2
5658
- Fix test_recent_date test by updating the hard-coded date used for test
5759

SPECS/python-urllib3/urllib3_test_recent_date.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24914,8 +24914,8 @@
2491424914
"type": "other",
2491524915
"other": {
2491624916
"name": "python-urllib3",
24917-
"version": "1.26.18",
24918-
"downloadUrl": "https://github.com/urllib3/urllib3/archive/1.26.18.tar.gz"
24917+
"version": "1.26.19",
24918+
"downloadUrl": "https://github.com/urllib3/urllib3/archive/1.26.19.tar.gz"
2491924919
}
2492024920
}
2492124921
},

0 commit comments

Comments
 (0)