Package Release Info

vorbis-tools-1.4.2-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

vorbis-tools
vorbis-tools-lang

Change Logs

* Tue May 14 2024 Marcus Meissner <meissner@suse.com>
- vorbis-tools-gcc14.patch: fix gcc14 build issues
* Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
* Fri Oct 20 2023 Takashi Iwai <tiwai@suse.com>
- Fix buffer overflow vulnerability during the conversion of wav
  files to ogg files (bsc#1215942, CVE-2023-43361):
  vorbis-tools-CVE-2023-43361.patch
* Sat Jan 23 2021 Dirk Müller <dmueller@suse.com>
- update to 1.4.2:
  * Cleanup of the build system
  * Code cleanup
  * Removed outdated debian/, and vorbis-tools.spec
  * Updated po/ to reflect new code positions
  * ogg123, ogginfo: Added support to decode METADATA_BLOCK_PICTURE
  * ogginfo: Added support for decoding Skeleton
- drop oggenc-Fix-large-alloca-on-bad-AIFF-input.patch,
  vcut-fix-segfault.diff, vorbis-tools-oggenc-CVE-2014-9639.patch,
  vorbis-tools-r19117-CVE-2014-9640.patch, warning-fixes.diff: merged upstream
* Fri Jan 31 2020 Bjørn Lie <bjorn.lie@gmail.com>
- No longer recommend -lang: supplements are in use.
* Thu Sep 24 2015 tiwai@suse.de
- Fix buffer overflow in aiff_open() (CVE-2015-6749, bsc#943795):
  oggenc-Fix-large-alloca-on-bad-AIFF-input.patch
* Fri Mar 06 2015 tiwai@suse.de
- Fix division by zero and integer overflow by crafted WAV files
  (CVE-2014-9638, CVE-2014-9639, bnc#914439, bnc#914441):
  vorbis-tools-oggenc-CVE-2014-9639.patch
* Tue Jan 27 2015 tiwai@suse.de
- Fix segfault by a crafted raw file input (CVE-2014-9640,
  bsc#914938):
  vorbis-tools-r19117-CVE-2014-9640.patch
* Wed Dec 31 2014 meissner@suse.com
- build with PIE
* Tue Jul 22 2014 tiwai@suse.de
- vcut-fix-segfault.diff: Fix segfault of vcut (bnc#888360)