diff --git a/flac.spec b/flac.spec index c72560c..3d4b607 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: 9%{?dist} +Release: 10%{?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 18 2023 Miroslav Lichvar 1.3.2-10 +- don't free memory that is still used after realloc() error (CVE-2020-22219) + * Thu Sep 20 2018 Miroslav Lichvar 1.3.2-9 - disable nasm to avoid gaps in annobin coverage (#1630561)