From 0b3299e7250f2a3670dd742f0d7da275074197b7 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 25 Sep 2023 12:16:15 +0200 Subject: [PATCH] 1.3.2-11 Related: CVE-2020-22219 --- flac.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flac.spec b/flac.spec index 3d4b607..b3091cb 100644 --- a/flac.spec +++ b/flac.spec @@ -1,7 +1,7 @@ Summary: An encoder/decoder for the Free Lossless Audio Codec Name: flac Version: 1.3.2 -Release: 10%{?dist} +Release: 11%{?dist} License: BSD and GPLv2+ and GFDL Group: Applications/Multimedia Source0: http://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz @@ -108,6 +108,9 @@ make -C test check FLAC__TEST_LEVEL=0 &> /dev/null %{_datadir}/aclocal/*.m4 %changelog +* Mon Sep 25 2023 Miroslav Lichvar 1.3.2-11 +- rebuild + * Mon Sep 18 2023 Miroslav Lichvar 1.3.2-10 - don't free memory that is still used after realloc() error (CVE-2020-22219)