Security fix for CVE-2021-3177
This commit is contained in:
parent
8f3f8b4d53
commit
452eec8636
2 changed files with 192 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ URL: https://www.python.org/
|
|||
#global prerel ...
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Python
|
||||
|
||||
|
||||
|
|
@ -363,6 +363,10 @@ Patch328: 00328-pyc-timestamp-invalidation-mode.patch
|
|||
# a nightmare because it's basically a binary file.
|
||||
Patch353: 00353-architecture-names-upstream-downstream.patch
|
||||
|
||||
# 00357 # 4501d419207a7209831ae7e98b60c93df24d6519
|
||||
# bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24247)
|
||||
Patch357: 00357-bpo-42938-replace-snprintf-with-python-unicode-formatting-in-ctypes-param-reprs-gh-24247.patch
|
||||
|
||||
# (New patches go here ^^^)
|
||||
#
|
||||
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
||||
|
|
@ -1744,6 +1748,9 @@ CheckPython optimized
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Wed Jan 20 2021 Miro Hrončok <mhroncok@redhat.com> - 3.9.1-2
|
||||
- Security fix for CVE-2021-3177
|
||||
|
||||
* Tue Dec 08 2020 Tomas Hrnciar <thrnciar@redhat.com> - 3.9.1-1
|
||||
- Update to 3.9.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue