From ab3fc4bdcdda46c8602da5f35acd92e534903117 Mon Sep 17 00:00:00 2001 From: mengwenhua Date: Tue, 20 Feb 2024 23:09:25 +0800 Subject: [PATCH] apply CVE-2021-40426.patch Signed-off-by: mengwenhua --- sox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sox.spec b/sox.spec index e9e2192..1409ec1 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 +* Tue Feb 20 2024 mengwenhua - 14.4.2.0-30 +- DESC: apply CVE-2021-40426.patch + * Thu Dec 07 2023 wangkai <13474090681@163.com> - 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