-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3: Address CVE-2024-11168 (#11099)
Signed-off-by: ankita <[email protected]> Co-authored-by: ankita <[email protected]> Co-authored-by: jslobodzian <[email protected]> (cherry picked from commit c0cf90d)
- Loading branch information
1 parent
5db0430
commit fc5be38
Showing
6 changed files
with
2,750 additions
and
27 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
Summary: A high-level scripting language | ||
Name: python3 | ||
Version: 3.9.19 | ||
Release: 6%{?dist} | ||
Release: 7%{?dist} | ||
License: PSF | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -27,6 +27,7 @@ Patch3: CVE-2024-7592.patch | |
Patch4: CVE-2024-6232.patch | ||
Patch5: CVE-2024-8088.patch | ||
Patch6: CVE-2024-4032.patch | ||
Patch7: CVE-2024-11168.patch | ||
# Patch for setuptools, resolved in 65.5.1 | ||
Patch1000: CVE-2022-40897.patch | ||
Patch1001: CVE-2024-6345.patch | ||
|
@@ -171,6 +172,7 @@ The test package contains all regression tests for Python as well as the modules | |
%patch4 -p1 | ||
%patch5 -p1 | ||
%patch6 -p1 | ||
%patch7 -p1 | ||
|
||
%build | ||
# Remove GCC specs and build environment linker scripts | ||
|
@@ -326,6 +328,9 @@ rm -rf %{buildroot}%{_bindir}/__pycache__ | |
%{_libdir}/python%{majmin}/test/* | ||
|
||
%changelog | ||
* Fri Nov 15 2024 Ankita Pareek <[email protected]> - 3.9.19-7 | ||
- Address CVE-2024-11168 | ||
|
||
* Tue Oct 01 2024 Ankita Pareek <[email protected]> - 3.9.19-6 | ||
- Patch for CVE-2024-4032 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters