forked from pool/python
Remove superfluous CVE-2022-48560-after-free-heappushpop.patch.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=409
This commit is contained in:
parent
39b345bbe2
commit
6c006a7c74
@ -24,9 +24,6 @@ Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 16:30:33 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Add CVE-2022-48560-after-free-heappushpop.patch fixing
|
||||
use-after-free in Python via heappushpop in heapq (bsc#1214675,
|
||||
CVE-2022-48560).
|
||||
- switch from %patchN style to the %patch -P N one.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -165,9 +165,6 @@ Patch79: CVE-2023-40217-avoid-ssl-pre-close.patch
|
||||
# PATCH-FIX-UPSTREAM CVE-2022-48566-compare_digest-more-constant.patch bsc#1214691 mcepl@suse.com
|
||||
# Make compare_digest more constant-time
|
||||
Patch80: CVE-2022-48566-compare_digest-more-constant.patch
|
||||
# PATCH-FIX-UPSTREAM CVE-2022-48560-after-free-heappushpop.patch bsc#1214675 mcepl@suse.com
|
||||
# fix use after free in heapq.heappushpop()
|
||||
Patch81: CVE-2022-48560-after-free-heappushpop.patch
|
||||
# COMMON-PATCH-END
|
||||
%define python_version %(echo %{tarversion} | head -c 3)
|
||||
BuildRequires: automake
|
||||
@ -324,7 +321,6 @@ other applications.
|
||||
%patch -P 78 -p1
|
||||
%patch -P 79 -p1
|
||||
%patch -P 80 -p1
|
||||
%patch -P 81 -p1
|
||||
|
||||
# For patch 66
|
||||
cp -v %{SOURCE66} Lib/test/recursion.tar
|
||||
|
@ -24,9 +24,6 @@ Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 16:30:33 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Add CVE-2022-48560-after-free-heappushpop.patch fixing
|
||||
use-after-free in Python via heappushpop in heapq (bsc#1214675,
|
||||
CVE-2022-48560).
|
||||
- switch from %patchN style to the %patch -P N one.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -161,9 +161,6 @@ Patch79: CVE-2023-40217-avoid-ssl-pre-close.patch
|
||||
# PATCH-FIX-UPSTREAM CVE-2022-48566-compare_digest-more-constant.patch bsc#1214691 mcepl@suse.com
|
||||
# Make compare_digest more constant-time
|
||||
Patch80: CVE-2022-48566-compare_digest-more-constant.patch
|
||||
# PATCH-FIX-UPSTREAM CVE-2022-48560-after-free-heappushpop.patch bsc#1214675 mcepl@suse.com
|
||||
# fix use after free in heapq.heappushpop()
|
||||
Patch81: CVE-2022-48560-after-free-heappushpop.patch
|
||||
# COMMON-PATCH-END
|
||||
Provides: pyth_doc = %{version}
|
||||
Provides: pyth_ps = %{version}
|
||||
@ -255,7 +252,6 @@ Python, and Macintosh Module Reference in PDF format.
|
||||
%patch -P 78 -p1
|
||||
%patch -P 79 -p1
|
||||
%patch -P 80 -p1
|
||||
%patch -P 81 -p1
|
||||
|
||||
# For patch 66
|
||||
cp -v %{SOURCE66} Lib/test/recursion.tar
|
||||
|
@ -24,9 +24,6 @@ Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 16:30:33 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Add CVE-2022-48560-after-free-heappushpop.patch fixing
|
||||
use-after-free in Python via heappushpop in heapq (bsc#1214675,
|
||||
CVE-2022-48560).
|
||||
- switch from %patchN style to the %patch -P N one.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -161,9 +161,6 @@ Patch79: CVE-2023-40217-avoid-ssl-pre-close.patch
|
||||
# PATCH-FIX-UPSTREAM CVE-2022-48566-compare_digest-more-constant.patch bsc#1214691 mcepl@suse.com
|
||||
# Make compare_digest more constant-time
|
||||
Patch80: CVE-2022-48566-compare_digest-more-constant.patch
|
||||
# PATCH-FIX-UPSTREAM CVE-2022-48560-after-free-heappushpop.patch bsc#1214675 mcepl@suse.com
|
||||
# fix use after free in heapq.heappushpop()
|
||||
Patch81: CVE-2022-48560-after-free-heappushpop.patch
|
||||
# COMMON-PATCH-END
|
||||
BuildRequires: automake
|
||||
BuildRequires: db-devel
|
||||
@ -375,7 +372,6 @@ that rely on earlier non-verification behavior.
|
||||
%patch -P 78 -p1
|
||||
%patch -P 79 -p1
|
||||
%patch -P 80 -p1
|
||||
%patch -P 81 -p1
|
||||
|
||||
# For patch 66
|
||||
cp -v %{SOURCE66} Lib/test/recursion.tar
|
||||
|
Loading…
x
Reference in New Issue
Block a user