From c7d41606aa97418a32b4ea8e8a572ed509a7d9c7 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 1 Feb 2024 09:07:19 +0800 Subject: [PATCH] apply CVE-2021-40426.patch --- sox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sox.spec b/sox.spec index 261f315..191b905 100644 --- a/sox.spec +++ b/sox.spec @@ -1,6 +1,6 @@ Name: sox Version: 14.4.2.0 -Release: 29 +Release: 30 Summary: A general purpose sound file conversion tool License: GPLv2+ and LGPLv2+ and MIT URL: http://sox.sourceforge.net/ @@ -29,7 +29,7 @@ Patch1011: CVE-2021-3643.patch # CVE-2022-31650 is the same as CVE-2023-26590 Patch1012: CVE-2022-31650.patch Patch1013: CVE-2022-31651.patch -Patch1014: CVE-2023-32627.patch +Patch1014: CVE-2021-40426.patch # Tests: Patch9000: sox-14.4.2-installcheck_fix.patch @@ -131,6 +131,9 @@ mv $libsox_so.orig $libsox_so %{_mandir}/man3/* %changelog +* Sun Dec 24 2023 liningjie - 14.4.2.0-30 +- DESC: apply CVE-2021-40426.patch + * Thu Dec 07 2023 yaqiangchen - 14.4.2.0-29 - Fix CVE-2021-33844,CVE-2023-32627,CVE-2021-23159,CVE-2023-34432 - CVE-2023-34318,CVE-2021-23172,CVE-2021-3643,CVE-2021-23210 -- Gitee