diff --git a/python-base.changes b/python-base.changes index ae99db1..8402af4 100644 --- a/python-base.changes +++ b/python-base.changes @@ -24,9 +24,6 @@ Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia ------------------------------------------------------------------- Mon Nov 27 16:30:33 UTC 2023 - Matej Cepl -- 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. ------------------------------------------------------------------- diff --git a/python-base.spec b/python-base.spec index 9ca35cb..820c20e 100644 --- a/python-base.spec +++ b/python-base.spec @@ -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 diff --git a/python-doc.changes b/python-doc.changes index ae99db1..8402af4 100644 --- a/python-doc.changes +++ b/python-doc.changes @@ -24,9 +24,6 @@ Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia ------------------------------------------------------------------- Mon Nov 27 16:30:33 UTC 2023 - Matej Cepl -- 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. ------------------------------------------------------------------- diff --git a/python-doc.spec b/python-doc.spec index 661658f..cce64ff 100644 --- a/python-doc.spec +++ b/python-doc.spec @@ -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 diff --git a/python.changes b/python.changes index ae99db1..8402af4 100644 --- a/python.changes +++ b/python.changes @@ -24,9 +24,6 @@ Mon Jan 8 10:00:07 UTC 2024 - Daniel Garcia ------------------------------------------------------------------- Mon Nov 27 16:30:33 UTC 2023 - Matej Cepl -- 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. ------------------------------------------------------------------- diff --git a/python.spec b/python.spec index 30932f8..bd33603 100644 --- a/python.spec +++ b/python.spec @@ -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