Backport upstream fix for CVE-2022-24761 rhbz#2065791
This commit is contained in:
parent
c14c4300c4
commit
096629d1b4
10 changed files with 707 additions and 33 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.4.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Waitress WSGI server
|
||||
|
||||
License: ZPLv2.1
|
||||
|
|
@ -20,8 +20,21 @@ Source0: v%{version}-nodocs.tar.gz
|
|||
#
|
||||
Source1: generate-tarball.sh
|
||||
|
||||
# downstream only patch
|
||||
Patch0: 0001-Skip-test_in_generator.patch
|
||||
# https://github.com/Pylons/waitress/commit/e75b0d9afbea8a933f8f5f11d279e661cbfd676b
|
||||
Patch1: 0001-Add-new-regular-expressions-for-Chunked-Encoding.patch
|
||||
# https://github.com/Pylons/waitress/commit/1f6059f4c4a3a0b256b4027eda64fb9fc311b0a6
|
||||
Patch2: 0002-Be-more-strict-in-parsing-Content-Length.patch
|
||||
# https://github.com/Pylons/waitress/commit/884bed167d09c3d5fdf0730e2ca2564eefdd4534
|
||||
Patch3: 0003-Update-tests-to-remove-invalid-chunked-encoding-chunk-size.patch
|
||||
# https://github.com/Pylons/waitress/commit/d032a669682838b26d6a1a1b513b9da83b0e0f90
|
||||
Patch4: 0004-Error-when-receiving-back-Chunk-Extension.patch
|
||||
# https://github.com/Pylons/waitress/commit/d9bdfa0cf210f6daf017d7c5a3cc149bdec8a9a7
|
||||
Patch5: 0005-Validate-chunk-size-in-Chunked-Encoding-are-HEXDIG.patch
|
||||
# https://github.com/Pylons/waitress/commit/bd22869c143a3f1284f271399524676efbafa655
|
||||
Patch6: 0006-Remove-extraneous-calls-to-.strip-in-Chunked-Encoding.patch
|
||||
# downstream only patches
|
||||
Patch7: 0007-Backport-security-fix-note.patch
|
||||
Patch8: 0008-Skip-tests-that-fail-inconsistently-during-mock-build.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -83,6 +96,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} nosetests-%{python3_version} %{srcname
|
|||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Wed Jun 26 2024 Carl George <carlwgeorge@fedoraproject.org> - 1.4.3-2
|
||||
- Backport upstream fix for CVE-2022-24761 rhbz#2065791
|
||||
|
||||
* Wed May 10 2023 Carl George <carl@george.computer> - 1.4.3-1
|
||||
- Update to version 1.4.3
|
||||
- Resolves: rhbz#1791421 CVE-2019-16785
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue