9354d54369
Accepting request 1277567 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1277567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=43
2025-05-23 12:29:14 +00:00
c983b72217
Accepting request 1277272 from home:AZhou:branches:multimedia:libs
...
- Add audiofile-CVE-2019-13147.patch: Do not allow too many channel
to prevent NULL pointer dereference (bsc#1140031).
OBS-URL: https://build.opensuse.org/request/show/1277272
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=51
2025-05-15 06:40:29 +00:00
bce6907c59
Accepting request 1273942 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1273942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=42
2025-05-03 18:58:05 +00:00
2cc4b799cb
Accepting request 1273588 from home:AZhou:branches:multimedia:libs
...
- Add audiofile-CVE-2022-24599.patch: Clear buffer when allocating
(bsc#1196487).
OBS-URL: https://build.opensuse.org/request/show/1273588
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=49
2025-05-02 07:59:26 +00:00
6d0e1efb4b
Accepting request 1157295 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1157295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=41
2024-03-13 21:17:02 +00:00
24d7cba3f8
Accepting request 1157294 from home:tiwai:branches:multimedia:libs
...
- Fix the incorrect argument passed to createTemporaryFile() (bsc#1221308):
createTemporaryFile-argument-fix.patch
- Refresh patch to be applied with -p1, use autosetup macro for cleanup
- Put COPYING* to licenses
OBS-URL: https://build.opensuse.org/request/show/1157294
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=47
2024-03-12 16:36:17 +00:00
a3593b2d0f
Accepting request 1147871 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1147871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=40
2024-02-21 16:53:05 +00:00
316313a47e
Accepting request 1147765 from home:dimstar:rpm4.20:a
...
Prepare for RPM 4.20
OBS-URL: https://build.opensuse.org/request/show/1147765
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=45
2024-02-20 11:25:30 +00:00
cf601639bf
Accepting request 1123997 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1123997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=39
2023-11-08 21:16:47 +00:00
86f988649a
Accepting request 1123521 from home:dimstar:Factory
...
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
OBS-URL: https://build.opensuse.org/request/show/1123521
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=43
2023-11-07 14:19:16 +00:00
faf5f1c215
Accepting request 642799 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/642799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=38
2018-10-25 06:09:19 +00:00
Ismail Dönmez
6a4efe27ff
Accepting request 642795 from home:zhengqiang:branches:multimedia:libs
...
- 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 ).
OBS-URL: https://build.opensuse.org/request/show/642795
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=41
2018-10-18 08:03:21 +00:00
8337bf3edf
Accepting request 501854 from multimedia:libs
...
1
OBS-URL: https://build.opensuse.org/request/show/501854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=37
2017-06-12 13:26:55 +00:00
Tomáš Chvátal
195291d7d9
Accepting request 501784 from home:alarrosa:branches:multimedia:libs
...
- 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).
OBS-URL: https://build.opensuse.org/request/show/501784
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=39
2017-06-08 08:10:09 +00:00
5d9c2ccb04
Accepting request 357075 from multimedia:libs
...
1
OBS-URL: https://build.opensuse.org/request/show/357075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=36
2016-02-16 08:26:46 +00:00
Ismail Dönmez
fe3fea9b88
Accepting request 356673 from openSUSE:Factory:Staging:Gcc6
...
- Add audiofile-gcc6.patch to fix compile errors with GCC 6.
OBS-URL: https://build.opensuse.org/request/show/356673
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=37
2016-02-01 09:08:15 +00:00
dc620669f9
Accepting request 341085 from multimedia:libs
...
1
OBS-URL: https://build.opensuse.org/request/show/341085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=35
2015-10-30 15:34:31 +00:00
OBS User mrdocs
b680b8a61a
Accepting request 341056 from home:sbrabec:branches:multimedia:libs
...
- Fix overflow when changing both number of channels and sample
format (bsc#949399, CVE-2015-7747,
audiofile-CVE-2015-7747.patch).
OBS-URL: https://build.opensuse.org/request/show/341056
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=35
2015-10-26 23:56:00 +00:00
e6a8c4fc51
Accepting request 244739 from multimedia:libs
...
1
OBS-URL: https://build.opensuse.org/request/show/244739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=33
2014-08-20 15:53:45 +00:00
Ismail Dönmez
aa062686f7
Accepting request 244730 from home:fcrozat:branches:multimedia:libs
...
- Add Obsoletes audiofiles-32bit to baselibs.conf
OBS-URL: https://build.opensuse.org/request/show/244730
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=33
2014-08-14 16:47:34 +00:00
Stephan Kulow
804fdb8baf
Accepting request 227549 from multimedia:libs
...
(forwarded request 227469 from awissu)
OBS-URL: https://build.opensuse.org/request/show/227549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=32
2014-04-03 14:38:29 +00:00
Sascha Peilicke
cfb0eed8ec
Accepting request 227469 from home:awissu:branches:multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/227469
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=31
2014-03-26 09:36:21 +00:00
Stephan Kulow
3ebaa37149
Accepting request 157647 from multimedia:libs
...
- 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 (forwarded request 157642 from RedDwarf)
OBS-URL: https://build.opensuse.org/request/show/157647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=30
2013-03-08 09:48:20 +00:00
Ismail Dönmez
0bd78d35e9
Accepting request 157642 from home:RedDwarf:branches:multimedia:libs
...
- 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
OBS-URL: https://build.opensuse.org/request/show/157642
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=29
2013-03-07 11:33:46 +00:00
Ismail Dönmez
2b116cbd25
Accepting request 155921 from home:RedDwarf:branches:multimedia:libs
...
- 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
OBS-URL: https://build.opensuse.org/request/show/155921
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=28
2013-03-06 20:18:53 +00:00
Stephan Kulow
8b0aa91c66
Accepting request 150902 from multimedia:libs
...
update license to new format (forwarded request 150765 from coolo)
OBS-URL: https://build.opensuse.org/request/show/150902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=29
2013-02-04 18:03:05 +00:00
Cristian Morales Vega
9a1e55114e
Accepting request 150765 from openSUSE:Factory:Staging:spdx
...
update license to new format
OBS-URL: https://build.opensuse.org/request/show/150765
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=26
2013-02-03 20:43:43 +00:00
Stephan Kulow
daf8ef660d
Accepting request 120723 from multimedia:libs
...
Update to 0.3.4 (forwarded request 120722 from vuntz)
OBS-URL: https://build.opensuse.org/request/show/120723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=26
2012-05-12 06:51:20 +00:00
Cristian Morales Vega
46e65d4573
Accepting request 120722 from home:vuntz:branches:multimedia:libs
...
Update to 0.3.4
OBS-URL: https://build.opensuse.org/request/show/120722
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=24
2012-05-11 15:43:34 +00:00
Stephan Kulow
620ac4c450
Accepting request 100355 from multimedia:libs
...
Update to 0.3.3, with man pages in the right subpackage (forwarded request 100348 from vuntz)
OBS-URL: https://build.opensuse.org/request/show/100355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=25
2012-01-19 08:40:48 +00:00
Ismail Dönmez
98396263b2
Accepting request 100348 from home:vuntz:branches:multimedia:libs
...
Update to 0.3.3, with man pages in the right subpackage
OBS-URL: https://build.opensuse.org/request/show/100348
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=22
2012-01-17 09:49:13 +00:00
Ismail Dönmez
a343897980
Accepting request 100345 from home:vuntz:branches:multimedia:libs
...
Update to 0.3.3
OBS-URL: https://build.opensuse.org/request/show/100345
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=21
2012-01-17 09:24:02 +00:00
Stephan Kulow
2bbb7eac0f
replace license with spdx.org variant
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=24
2011-12-06 16:59:43 +00:00
OBS User buildservice-autocommit
fc97f37e5b
Updating link to change in openSUSE:Factory/audiofile revision 24.0
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=d3ac92a8c347c165ce12c034da4273c9
2011-12-06 16:59:43 +00:00
Stephan Kulow
6aae35a2df
Accepting request 94436 from multimedia:libs
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/94436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=23
2011-12-02 08:25:41 +00:00
Ismail Dönmez
546650138d
Cleanup
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=18
2011-11-30 09:09:51 +00:00
Ismail Dönmez
6d284d4e3e
Accepting request 94433 from home:dimstar:branches:multimedia:libs
...
Update to 0.3.2
OBS-URL: https://build.opensuse.org/request/show/94433
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=17
2011-11-30 09:08:56 +00:00
Lars Vogdt
3d18f014f0
Accepting request 86088 from multimedia:libs
...
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 85947 from coolo)
OBS-URL: https://build.opensuse.org/request/show/86088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=21
2011-10-03 07:12:57 +00:00
Cristian Rodríguez
90123036eb
Accepting request 85947 from home:coolo:removelibtool
...
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages
OBS-URL: https://build.opensuse.org/request/show/85947
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=15
2011-10-02 15:39:08 +00:00
Sascha Peilicke
8f2141a1aa
Accepting request 84433 from multimedia:libs
...
- Remove redundant tags/sections from specfile
- Fix a typo in %_smp_mflags
- Implement shlib policy (forwarded request 84422 from jengelh)
OBS-URL: https://build.opensuse.org/request/show/84433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=20
2011-09-22 11:54:26 +00:00
Ismail Dönmez
fde67a5c6c
Accepting request 84422 from home:jengelh:bl-a
...
- Remove redundant tags/sections from specfile
- Fix a typo in %_smp_mflags
- Implement shlib policy
OBS-URL: https://build.opensuse.org/request/show/84422
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=13
2011-09-22 11:14:32 +00:00
Lars Vogdt
7041fb354a
Accepting request 83645 from multimedia:libs
...
- 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 (forwarded request 83644 from appleonkel)
OBS-URL: https://build.opensuse.org/request/show/83645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=19
2011-09-19 20:49:06 +00:00
Ismail Dönmez
912e8feadf
Accepting request 83644 from home:appleonkel:branches:multimedia:libs
...
- 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
OBS-URL: https://build.opensuse.org/request/show/83644
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=11
2011-09-19 18:23:09 +00:00
OBS User autobuild
79a320d8ee
Accepting request 39725 from multimedia:libs
...
Copy from multimedia:libs/audiofile based on submit request 39725 from user plater
OBS-URL: https://build.opensuse.org/request/show/39725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=15
2010-05-11 15:18:40 +00:00
OBS User autobuild
3ba88fd28b
Accepting request 39725 from multimedia:libs
...
checked in (request 39725)
OBS-URL: https://build.opensuse.org/request/show/39725
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=10
2010-05-11 15:18:40 +00:00
ad5f1463b2
Accepting request 39720 from home:dimstar:branches:multimedia:libs
...
Copy from home:dimstar:branches:multimedia:libs/audiofile via accept of submit request 39720 revision 3.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/39720
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=9
2010-05-10 11:47:15 +00:00
OBS User autobuild
aceced82e2
Accepting request 38672 from multimedia:libs
...
Copy from multimedia:libs/audiofile based on submit request 38672 from user coolo
OBS-URL: https://build.opensuse.org/request/show/38672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiofile?expand=0&rev=14
2010-04-24 15:17:41 +00:00
OBS User buildservice-autocommit
d36ac9f470
Updating link to change in openSUSE:Factory/audiofile revision 14.0
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=ef678d1155c5bb6be3b7545e4e211b59
2010-04-24 15:17:41 +00:00
OBS User autobuild
8cd90f23e4
Accepting request 38672 from multimedia:libs
...
checked in (request 38672)
OBS-URL: https://build.opensuse.org/request/show/38672
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=8
2010-04-24 15:17:39 +00:00
Stephan Kulow
ead607099e
Accepting request 38667 from home:coolo:branches:openSUSE:Factory
...
Copy from home:coolo:branches:openSUSE:Factory/audiofile via accept of submit request 38667 revision 2.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/38667
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/audiofile?expand=0&rev=7
2010-04-24 10:22:38 +00:00