Revisions of libsndfile

buildservice-autocommit accepted request 1119598 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 93)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1119595 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 92)
Correct bugzilla references
buildservice-autocommit accepted request 1119226 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 91)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1119225 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 90)
- 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#121345, CVE-2022-33065):
  libsndfile-CVE-2022-33065.patch

- 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#121345, CVE-2022-33065):
  libsndfile-CVE-2022-33065.patch
buildservice-autocommit accepted request 1085472 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 89)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1084598 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 88)
- Add _multibuild to define 2nd spec file as additional flavor.
  Eliminates the need for source package links in OBS.
buildservice-autocommit accepted request 1069952 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 87)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1066965 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 86)
- 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).
buildservice-autocommit accepted request 967828 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 85)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 967827 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 84)
- Fix build with libsndfile 1.1.0; add missing build reqs

- update to 1.1.0:
  * Added MPEG Encode/Decode Support
  * New fuzzer for OSS-Fuzz, thanks @DavidKorczynski.
  Fixed:
  * Memory leak in caf_read_header(), credit to OSS-Fuzz (issue 30375).
  * Stack overflow in guess_file_type()
  * Abort in fuzzer, thanks @bobsayshilol, credit to OSS-Fuzz
  * Infinite loop in svx_read_header(), thanks @bobsayshilol, credit to OSS-Fuzz
  * GCC and Clang pedantic warnings, thanks @bobsayshilol.
  * Normalisation issue when scaling floating point data to int in
    replace_read_f2i(), thanks @bobsayshilol, (issue #702).
  * Missing samples when doing a partial read of Ogg file from index till the
    end of file, thanks @arthurt (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)
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 943531 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 83)
- Fix heap buffer overflow in flac_buffer_copy (CVE-2021-4156,
  bsc#1194006):
  libsndfile-CVE-2021-4156.patch
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 907968 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 82)
- Fix heap buffer overflow vulnerability in msadpcm_decode_block
  (CVE-2021-3246, bsc#1188540):
  ms_adpcm-Fix-and-extend-size-checks.patch
buildservice-autocommit accepted request 879829 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 81)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 879608 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 80)
- BuildRequire python3-base instead of the full python3 package:
  manages to break a build cycle, is cheaper, and still sufficient.
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 879319 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 79)
- update to 1.0.31:
  * documentation fixes and updates
  * Change CMake's project name from sndfile to libsndfile as it should be.
  * Fix memory leak in wav_read_smpl_chunk() function, credit to OSS-Fuzz.
  * Fix aiff_read_header() memory leak(), credit to OSS-Fuzz.
  * Fix leak in wav_read_header(), credit to OSS-Fuzz.
  * Fix leak in wavlike_read_cart_chunk(), credit to OSS-Fuzz.
  * Fix memory leak in wav_read_acid_chunk(), credit to OSS-Fuzz.
  * Fix memory leak in aiff_read_basc_chunk(), credit to OSS-Fuzz.
  * Fix memory leak in wavlike_read_peak_chunk(), credit to OSS-Fuzz.
  * Fix memory leak in aiff_read_header(), credit to OSS-Fuzz.
  * Fix use of uninitialized value in exif_subchunk_parse(), credit to OSS-Fuzz.
  * Fix use of uninitialized value in endswap_int64_t_array(), credit to
  * OSS-Fuzz.
  * Fix up the fuzzer so that it can't under or overseek,
  * thanks to Max Dymond cmeister2@gmail.com.
  * Fix Autotools configure on macOS, thanks to @tmcguire and @nwh.
  * Exclude repository-configuration from git-archive, thanks to @umlaeute.
  * Use version-script when compiling with clang on Unix with Autotools, thanks
  * to @tstellar.
  * Improve handling of SMPL chunks in WAV files, thanks to @zodf0055980. 
- update to 1.0.30:
  * Move sndfile.h.in from src/ to include/ directory.
  * Huge documentation update.
  * Fix opus test failures on BE platforms
  * Fix bug when sf_open_fd() function sometimes leaves filehandle open, even if close_desc parameter is TRUE, thanks to @umläute.
  * Fix infinite loops on some pathological SD2 files
  * Switch to GitHub Actions for continuous integration.
  * Add OSS-Fuzz tests to GitHub Actions workflow
  * Fix memory leak in wavlike_read_bext_chunk() function, credit to OSS-Fuzz.
buildservice-autocommit accepted request 753103 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 78)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 753071 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 77)
- Remove build dependencies for progs subpackage from library:
  * alsa-devel, only needed for the examples
  * sqlite3-devel, only needed for the regression test
- Only build library, pass --disable-full-suite to configure
buildservice-autocommit accepted request 653853 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 76)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) committed (revision 75)
remove superfluous debug patch
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 653843 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 74)
- Fix segfault in wav conversion due to the invalid loop count
  (CVE-2018-19758, bsc#1117954):
  libsndfile-wav-loop-count-fix.patch
Displaying revisions 1 - 20 of 93
openSUSE Build Service is sponsored by