Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

audiofile-devel-0.3.6-3.7.10 RPM for s390x

From OpenSuSE Leap 15.4 for s390x

Name: audiofile-devel Distribution: SUSE Linux Enterprise 15
Version: 0.3.6 Vendor: SUSE LLC <https://www.suse.com/>
Release: 3.7.10 Build date: Thu Mar 7 18:28:52 2019
Group: Development/Libraries/C and C++ Build host: s390zp37
Size: 28062 Source RPM: audiofile-0.3.6-3.7.10.src.rpm
Packager: https://www.suse.com/
Url: http://www.68k.org/~michael/audiofile/
Summary: An audio file library
This Audio File Library is an implementation of the SGI Audio File
library. At present, not all features of the SGI Audio File library are
implemented.

This library allows the processing of audio data to and from audio
files of many common formats (currently AIFF, AIFC, WAVE, and
NeXT/Sun).

Provides

Requires

License

GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Thu Nov 01 2018 qzheng@suse.com
  - Add 0008-CVE-2018-13440.patch to return AF_FAIL
    in that case instead of causing NULL pointer
    dereferences later (bsc#1100523, CVE-2018-13440).
* Thu Oct 18 2018 qzheng@suse.com
  - Add 0007-set-the-output-chunk-to-the-amount-of-frames.patch to
    set the output chunk to the amount of frames we pulled so that
    the next module in the chain has the correct frame count (
    boo#1111586, CVE-2018-17095 ).
* Thu Mar 09 2017 alarrosa@suse.com
  - Add 0001-Always-check-the-number-of-coefficients.patch to put in code
    an assert that was removed when building the code for a release
    which checks the number of coeficients in WAVE.cpp .
  - Add 0002-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch
    to check for a multiplication overflow in MSADPCM.cpp .
  - Add 0003-Check-for-multiplication-overflow-in-sfconvert.patch to
    check that a multiplication doesn't overflow when calculating a
    buffer size and reduce it if necessary.
  - Add 0004-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch
    to clamp index values to fix an index overflow in IMA.cpp .
  - Add 0005-Actually-fail-when-error-occurs-in-parseFormat.patch
    so when there's an unsupported number of bits per sample or an invalid
    number of samples per block, don't only print an error message using
    the error handler, but actually stop parsing the file.
  - Add 0006-Check-for-division-by-zero-in-BlockCodec-runPull.patch to
    check for division by zero in BlockCodec::runPull
  - These patches fix boo#1026978 (CVE-2017-6837, CVE-2017-6838,
    CVE-2017-6839), boo#1026979 (CVE-2017-6827),
    boo#1026980 (CVE-2017-6828), boo#1026981 (CVE-2017-6829),
    boo#1026982 (CVE-2017-6830), boo#1026983 (CVE-2017-6831),
    boo#1026984 (CVE-2017-6832), boo#1026985 (CVE-2017-6833),
    boo#1026986 (CVE-2017-6834), boo#1026987 (CVE-2017-6836),
    boo#1026988 (CVE-2017-6835).
* Fri Jan 29 2016 rguenther@suse.com
  - Add audiofile-gcc6.patch to fix compile errors with GCC 6.
* Thu Oct 22 2015 sbrabec@suse.com
  - Fix overflow when changing both number of channels and sample
    format (bsc#949399, CVE-2015-7747,
    audiofile-CVE-2015-7747.patch).
* Thu Aug 14 2014 fcrozat@suse.com
  - Add Obsoletes audiofiles-32bit to baselibs.conf
* Tue Mar 25 2014 avvissu@yandex.ru
  - Fix unresolvable dependencies for SLE11:
    + add RPM conditional tests for sles_version
  - Fix compilation error on SLE11: permission denied:
    + add $DESTDIR to make install
* Thu Mar 07 2013 reddwarf@opensuse.org
  - Update to version 0.3.6:
    + Implement FLAC and ALAC encoding and decoding.
    + Update license to LGPL 2.1.
  - Remove audiofile-0.3.5-without_examples.patch
  - Add pkgconfig(flac) BuildRequires
* Wed Feb 20 2013 reddwarf@opensuse.org
  - Update to version 0.3.5:
    + Implement IMA ADPCM encoding and decoding for AIFF-C, CAF, and WAVE files.
    + Implement Microsoft ADPCM encoding for WAVE files.
    + Fix calculation of IRCAM frame size.
    + Record marker comments in WAVE files.
    + Improve validation of compressed audio formats.
    + Add support for building without documentation.
  - Add audiofile-0.3.5-without_examples.patch
  - Remove audiofile-remove-unused-variables.patch
  - Remove Obsoletes: audiofile-64bit
* Fri Feb 01 2013 coolo@suse.com
  - update license to new format
* Fri May 11 2012 vuntz@opensuse.org
  - Update to version 0.3.4:
    + Use hidden visibility for internal symbols.
    + Add support for Sample Vision format.
    + Update license for extended-precision floating-point conversion
      routines.
* Tue Jan 17 2012 vuntz@opensuse.org
  - Update to version 0.3.3:
    + Update library's soname version.
    + Link against libm.
  - Drop audiofile-add-lm-linker.patch: fixed upstream.
  - Rebase audiofile-remove-unused-variables.patch.
  - Remove call to autoreconf: it was only there for
    audiofile-add-lm-linker.patch.
  - Move man pages from libaudiofile0 subpackage to audiofile
    subpackage, where the binaries live.
  - Rename libaudiofile0 subpackage to libaudiofile1, following
    upstream soversion change.
* Wed Nov 30 2011 dimstar@opensuse.org
  - Update to version 0.3.2:
    + Fix initialization of byte order in Creative Voice File format.
    + Fix calculation of frame count in NIST SPHERE sound files.
    + Remove duplicate definition of AFvirtualfile.
    + Don't treat compiler warnings as errors by default.
  - Clean spec file using spec-cleaner.
  - Add xz BuildRequires because we can't build a package for a
    xz-compressed tarball without explicitly specifying that... See
    bnc#697467 for more details.
* Fri Sep 30 2011 coolo@suse.com
  - add libtool as buildrequire to make the spec file more reliable
* Tue Sep 20 2011 jengelh@medozas.de
  - Remove redundant tags/sections from specfile
  - Fix a typo in %_smp_mflags
  - Implement shlib policy
* Mon Sep 19 2011 appleonkel@opensuse.org
  - Update to version 0.3.1:
    + Support u-law and A-law compression in Core Audio Format files
    + Add support for Creative Voice File format
    + Define AFframecount and AFfileoffset as 64-bit signed integers
    + Add support for extensible WAVE format
  - Added audiofile-remove-unused-variables.patch for -Werror
  - Added audiofile-add-lm-linker.patch to fix build error
  - Drop audiofile-oldstyle.patch, fixed by upstream in a different way.
  - Split documentation of the library into doc package
  - Removed Obsoletes/Provides audiofil, seems outdated
* Mon May 10 2010 dimstar@opensuse.org
  - Update to version 0.2.7:
    + Fix decoding of multi-channel ADPCM WAVE files.
    + Reduce unshared data in library.
    + Fix handling of audio files with more than 2^24 frames.
    + Add support for writing double-precision floating-point WAVE
      files.
    + Add support for reading certain uncompressed AIFF-C files
      created by Mac OS X.
    + Write fact chunk in floating-point WAVE files.
  - Drop bnc_463220.patch, fixed by upstream in a different way.
  - Drop audiofile-0.2.6.patch, audiofile-m4_quote_fix.diff and
    audiofile-fiximplicit.patch.
* Sat Apr 24 2010 coolo@novell.com
  - buildrequire pkg-config to fix provides
* Thu Dec 17 2009 jengelh@medozas.de
  - add baselibs.conf as a source
* Tue Oct 27 2009 meissner@suse.de
  - fixed implicit functions

Files

/usr/include/af_vfs.h
/usr/include/audiofile.h
/usr/include/aupvlist.h
/usr/lib64/libaudiofile.so
/usr/lib64/pkgconfig/audiofile.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 17:16:51 2024