Revisions of wavpack

buildservice-autocommit accepted request 1158786 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 41)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1158558 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 40)
- update to 5.7.0:
  * added: multithreaded encoding and decoding to libwavpack (optional)
  * added: option to specify multithreading in CLI programs (--threads)
  * added: multithreading support to Cool Edit filter (always enabled)
  * added: support for ID3v2.4 when importing tags (--import-id3)
  * added: optional bitrate specification to wavpack -c option
  * added: recognize WAV files with new fourcc of 'BW64'
  * fixed: decode non-compliant FFmpeg files over 8 channels
  * fixed: accept some common but non-compliant AIFF files
  * fixed: automatically delete newly obsolete correction files
  * fixed: don't delete source files if data loss warnings occur
  * improved: ID3v2 tag support (more items, multiple values, pics, etc)
  * improved: compression of 32-bit integer files (--optimize-int32)
  * improved: convert the man pages to mdoc(7)
  * improved: cmake & autoconf support
- Build AVX2 enabled hwcaps library for x86_64-v3
buildservice-autocommit accepted request 1041851 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 39)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1040717 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
- update to 5.6.0:
  * added: AIFF file import/export support
  * added: WATCOM compiler and OS/2 support
  * added: cmake support for mingw, builds Cooledit + Winamp plugins
  * added: --force-even-byte-depth option for rounding up bit depths
  * fixed: detect and report PCM files having non-zero padding bits
  * fixed: possible crash when displaying long channel assignments
  * fixed: big-endian-sourced "raw" files gave big-endian "wav"s
  * fixed: numerous minor issues
buildservice-autocommit accepted request 988545 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 37)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 988461 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
- update to 5.5.0:
  * fixed: CVE-2021-44269 (encoding crafted DSD file triggers OOB read crash)
  * fixed: very long filenames cause stack-overflow crash in all CLI programs
  * fixed: the length stored in WAV headers not always corrected when using -i
  * fixed: attempting to encode raw DSD audio from stdin sometimes causes crash
  * fixed: DSD to PCM decimation: small clicks between tracks and tiny DC offset
  * fixed: length update in library-generated WAV headers on big-endian machines
  * fixed: sanitize custom extensions read from WavPack files to be alphanumeric
  * added: accepting brace-delimited options in the wavpack executable filename
  * added: "--drop" option to Windows executables for multi-file "drag-and-drop"
  * added" "--raw-pcm" option to wvunpack executable (does DSD --> 24-bit PCM)
  * added: "--no-overwrite" option to wavpack executable (to resume sessions)
  * improved: build system clean-up including switch to non-recursive "make"
- drop wavpack-CVE-2021-44269.patch (upstream)
- add doc subpackage
buildservice-autocommit accepted request 962211 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 35)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 962129 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 34)
- security update
- added patches
  fix CVE-2021-44269 [bsc#1197020], out of bounds read in processing .wav file
  + wavpack-CVE-2021-44269.patch
buildservice-autocommit accepted request 864086 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 33)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 864072 from Alexandros Toptsoglou's avatar Alexandros Toptsoglou (atopt) (revision 32)
- Update to version 5.4.0
  * CVE-2020-35738: Fixed an out-of-bounds write in WavpackPackSamples (bsc#1180414) 
  * fixed: disable A32 asm code when building for Apple silicon
  * fixed: issues with Adobe-style floating-point WAV files
  * added: --normalize-floats option to wvunpack for correctly
             exporting un-normalized floating-point files
buildservice-autocommit accepted request 794949 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 31)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 794933 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 30)
- Update to version 5.3.0
  * Plenty of changes
* Drop _service and switch to regular release
buildservice-autocommit accepted request 727175 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 29)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 727161 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 28)
- Change version to 5.1.0+71.22977b2:
  + This tarball is created from git master, which is 71 commits
    AHEAD of 5.1.0; thus, 5.1.0~xxx is wrong, as this implies a
    version leading up to 5.1.0. Other than that, there is no
    change in the sources: it's the same commit as before
    (22977b2).
buildservice-autocommit accepted request 723265 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 27)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 26)
- Update to version 5.1.0~git20190420.22977b2:
  * Switch to github service to collect all the CVE fixes as releases
    are not really happening often
  * bsc#1133384 CVE-2019-11498
  * bsc#1141337 CVE-2019-1010315
  * bsc#1141338 CVE-2019-1010318
  * bsc#1141339 CVE-2019-1010317
  * bsc#1141334 CVE-2019-1010319
- Remove merged patches:
  * CVE-2018-19840.patch
  * CVE-2018-19841.patch
  * CVE-2018-7253.patch
  * CVE-2018-7254.patch
  * wavpack-CVE-2018-6767.patch
buildservice-autocommit accepted request 663576 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 25)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 663469 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 24)
- Fix denial-of-service (resource exhaustion caused by an infinite
  loop; bsc#1120930, CVE-2018-19840, CVE-2018-19840.patch).
- Fix denial-of-service (out-of-bounds read and application crash;
  bsc#1120929, CVE-2018-19841, CVE-2018-19841.patch).
buildservice-autocommit accepted request 578288 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 23)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 578281 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 22)
- Added CVE-2018-7253.patch: Fixed a heap based buffer overread in
  cli/dsdiff.c, which allowed remote attackers to cause DoS via
  a specially crafted input file (CVE-2018-7253, bsc#1081692)
- Added CVE-2018-7254.patch: Fixed a buffer overread in cli/caff.c,
  which allowed remote attackers to cause DoS via a specially
  crafted input file (CVE-2018-7254, bsc#1081693)
Displaying revisions 1 - 20 of 41
openSUSE Build Service is sponsored by