diff --git a/1.26.16.tar.gz b/1.26.16.tar.gz deleted file mode 100644 index e909ec1576f053fbb48360d8a7633f8bf4b4dcc2..0000000000000000000000000000000000000000 Binary files a/1.26.16.tar.gz and /dev/null differ diff --git a/1.26.17.tar.gz b/1.26.17.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..710800cc4cfd364eb131f90d300282bf9d4601f2 Binary files /dev/null and b/1.26.17.tar.gz differ diff --git a/python-urllib3.spec b/python-urllib3.spec index 1349aae3d925a79f9f3491322de0a8ebae99e650..6f1e464867f0b6d9ae5180e319b636e1073337e3 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -2,8 +2,8 @@ %bcond_without tests Name: python-%{srcname} -Version: 1.26.16 -Release: 2 +Version: 1.26.17 +Release: 1 Summary: Sanity-friendly HTTP client for Python License: MIT URL: https://urllib3.readthedocs.io @@ -76,6 +76,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt %{python3_sitelib}/urllib3-*.egg-info %changelog +* Wed Oct 04 2023 Funda Wang - 1.26.17-1 +- Update to version 1.26.17 to fix CVE-2023-43804 + * Tue Aug 01 2023 chengyechun - 1.26.16-2 - Type:bugfix - CVE:NA