Accepting request 1003076 from home:bmwiedemann:branches:devel:languages:python:Factory

- Add bpo34990-2038-problem-compileall.patch making compileall.py
  compliant with year 2038 (bsc#1202666, gh#python/cpython#79171),
  backport of fix to Python 2.7.

OBS-URL: https://build.opensuse.org/request/show/1003076
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=332
This commit is contained in:
2022-09-15 07:46:07 +00:00
committed by Git OBS Bridge
parent de85457a6c
commit eb3f10bd75
7 changed files with 169 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ Patch70: CVE-2015-20107-mailcap-unsafe-filenames.patch
# PATCH-FIX-UPSTREAM CVE-2021-28861 bsc#1202624
# Coerce // to / in Lib/BaseHTTPServer.py
Patch71: CVE-2021-28861-double-slash-path.patch
Patch72: bpo34990-2038-problem-compileall.patch
# COMMON-PATCH-END
Provides: pyth_doc = %{version}
Provides: pyth_ps = %{version}
@@ -207,6 +208,7 @@ Python, and Macintosh Module Reference in PDF format.
%patch69 -p1
%patch70 -p1
%patch71 -p1
%patch72 -p1
# For patch 66
cp -v %{SOURCE66} Lib/test/recursion.tar