Changelog for
libsndfile-devel-1.2.2-144.1.x86_64.rpm :
* Fri Oct 20 2023 Takashi Iwai
- Update to 1.2.1:
* Various bug fixes (issue #908, #907, #934, #950, #930)- Update to 1.2.2:
* Fixed invalid regex in src/create_symbols_file.py
* Fixed passing null pointer to printf %s in tests- Fix signed integers overflows in au_read_header() (bsc#1213451, CVE-2022-33065): libsndfile-CVE-2022-33065.patch
* Mon Apr 24 2023 Dominique Leuenberger - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.
* Tue Feb 21 2023 Paolo Stivanin - update to 1.2.0:
* Searching for LAME dependency with CMake build system (issue #821).
* CMake build from Autotools tarball (issue #816).
* Build on UWP platform (issue #824).
* Fix signed integer overflow (issue #785).
* Skipping large wav chunks on stdin (PR #819).
* Tue Mar 29 2022 Dirk Müller - update to 1.1.0:
* Added MPEG Encode/Decode Support
* New fuzzer for OSS-Fuzz, thanks AATTDavidKorczynski. Fixed:
* Memory leak in caf_read_header(), credit to OSS-Fuzz (issue 30375).
* Stack overflow in guess_file_type()
* Abort in fuzzer, thanks AATTbobsayshilol, credit to OSS-Fuzz
* Infinite loop in svx_read_header(), thanks AATTbobsayshilol, credit to OSS-Fuzz
* GCC and Clang pedantic warnings, thanks AATTbobsayshilol.
* Normalisation issue when scaling floating point data to int in replace_read_f2i(), thanks AATTbobsayshilol, (issue #702).
* Missing samples when doing a partial read of Ogg file from index till the end of file, thanks AATTarthurt (issue #643).
* sndfile-salvage: Handle files > 4 GB on Windows OS
* Undefined shift in dyn_get_32bit(), credit to OSS-Fuzz
* Integer overflow in nms_adpcm_update(), credit to OSS-Fuzz
* Integer overflow in psf_log_printf(), credit to OSS-Fuzz
* ABI version incompatibility between Autotools and CMake build on Apple platforms.
* Heap buffer overflow in wavlike_ima_decode_block()
* Heap buffer overflow in msadpcm_decode_block()
* Heap buffer overflow in psf_binheader_readf()
* Index out of bounds in psf_nms_adpcm_decode_block()
* Heap buffer overflow in flac_buffer_copy()
* Heap buffer overflow in copyPredictorTo24()
* Uninitialized variable in psf_binheader_readf()- drop sndfile-deinterlace-channels-check.patch ms_adpcm-Fix-and-extend-size-checks.patch, libsndfile-CVE-2021-4156.patch (obsolete)
* Mon Jan 03 2022 tiwaiAATTsuse.de- Fix heap buffer overflow in flac_buffer_copy (CVE-2021-4156, bsc#1194006): libsndfile-CVE-2021-4156.patch