Update to version 1.4.4

- Update to version 1.4.4
- Resolves: CVE-2022-24761

Signed-off-by: Renata Ravanelli  <renata.ravanelli@gmail.com>
This commit is contained in:
Renata 2023-11-06 14:05:04 -03:00
commit 619387361c
2 changed files with 7 additions and 5 deletions

View file

@ -3,7 +3,7 @@
%global _docdir_fmt %{name}
Name: python-%{srcname}
Version: 1.4.3
Version: 1.4.4
Release: 1%{?dist}
Summary: Waitress WSGI server
@ -61,10 +61,13 @@ Python 3 version.
%license COPYRIGHT.txt LICENSE.txt
%doc README.rst CHANGES.txt
%{_bindir}/waitress-serve
%{python2_sitelib}/%{srcname}/
%{python2_sitelib}/%{srcname}-*.egg-info/
%changelog
* Fri Oct 31 2023 Renata Ravanelli <renata.ravanelli@gmail.com> - 1.4.4-1
- Update to version 1.4.4
- Resolves: CVE-2022-24761
* Fri Feb 07 2020 Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> - 1.4.3-1
- Update to 1.4.3 Fixes bug #1785591