-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lambda2/python to 2.7.18-1.lambda2.0.2
- Loading branch information
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -81,7 +81,7 @@ | |
# the rest of the build | ||
%global regenerate_autotooling_patch 0 | ||
%define _trivial .0 | ||
%define _buildid .1 | ||
%define _buildid .2 | ||
|
||
# ================== | ||
# Top-level metadata | ||
|
@@ -136,7 +136,7 @@ BuildRequires: tix-devel | |
BuildRequires: tk-devel | ||
|
||
BuildRequires: zlib-devel | ||
|
||
BuildRequires: git-core | ||
|
||
|
||
# ======================= | ||
|
@@ -699,6 +699,12 @@ Patch193: 00193-enable-loading-sqlite-extensions.patch | |
# 00198 # | ||
Patch198: 00198-add-rewheel-module.patch | ||
|
||
# 00351 # | ||
# Avoid infinite loop when reading specially crafted TAR files using the tarfile module | ||
# (CVE-2019-20907). | ||
# See: https://bugs.python.org/issue39017 | ||
Patch351: 00351-cve-2019-20907-fix-infinite-loop-in-tarfile.patch | ||
|
||
# (New patches go here ^^^) | ||
# | ||
# When adding new patches to "python" and "python3" in Fedora 17 onwards, | ||
|
@@ -732,8 +738,6 @@ Patch5000: 05000-autotool-intermediates.patch | |
# (single quotes are a violation of the RFC, but appear in the wild) | ||
Patch6000: CVE-2020-8492.patch | ||
|
||
|
||
|
||
### End Fedora patch definitions. ### | ||
|
||
%description | ||
|
@@ -883,7 +887,8 @@ mv Modules/cryptmodule.c Modules/_cryptmodule.c | |
%if %{with rewheel} | ||
%patch198 -p1 | ||
%endif | ||
|
||
# Patch 351 adds binary file for testing. We need to apply it using Git. | ||
git apply %{PATCH351} | ||
|
||
%if 0%{?_module_build} | ||
%patch4000 -p1 | ||
|
@@ -899,7 +904,6 @@ find -name "*~" |xargs rm -f | |
%endif | ||
%patch6000 -p1 | ||
|
||
|
||
### End Fedora patch definitions. ### | ||
|
||
# ====================================================== | ||
|
@@ -1407,9 +1411,13 @@ find %{buildroot} -name '*.pyo' -delete | |
# ====================================================== | ||
|
||
%changelog | ||
* Wed Aug 5 2020 Michael Hart <[email protected]> | ||
* Fri Sep 4 2020 Michael Hart <[email protected]> | ||
- recompiled for AWS Lambda (Amazon Linux 2) with prefix /opt | ||
|
||
* Fri Jul 24 2020 Petr Viktorin <[email protected]> - 2.7.18-2 | ||
- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) | ||
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1856481 | ||
|
||
* Thu Jul 23 2020 Kinjal Thaker <[email protected]> - 2.7.18-1.amzn2.0.1 | ||
- backported CVE-2020-8492 patch | ||
|
||
|
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