diff --git a/0003-fix1.patch b/0003-Fix-memory-leak-in-caf_read_header.patch similarity index 100% rename from 0003-fix1.patch rename to 0003-Fix-memory-leak-in-caf_read_header.patch diff --git a/libsndfile.spec b/libsndfile.spec index 33b37fd..9510bb8 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -12,7 +12,8 @@ BuildRequires: sqlite-devel Patch1: 0001-CVE-2021-3246.patch Patch2: 0002-CVE-2021-4156.patch -Patch3: 0003-fix1.patch +Patch3: 0003-Fix-memory-leak-in-caf_read_header.patch + %description Libsndfile is a C library for reading and writing files containing sampled sound such as MS Windows WAV and the Apple/SGI AIFF format @@ -116,7 +117,7 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %{_mandir}/man1/sndfile-salvage.1* %changelog -* Wed Dec 28 2022 liying - 1.0.31-3 +* Wed Dec 29 2022 liying - 1.0.31-3 - Marked unimplemented dither enums in the header file as such. - Fix typo - Fix memory leak in caf_read_header