Commit Graph

51 Commits

Author SHA256 Message Date
7620e29100 Accepting request 1153862 from home:pgajdos:l
- Use %patch -P N instead of deprecated %patchN.

- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1153862
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=72
2024-03-01 15:02:25 +00:00
632f5a78f6 Accepting request 1084595 from home:dimstar:Factory
- Add _multibuild to define 2nd spec file as additional flavor.
  Eliminates the need for source package links in OBS.

OBS-URL: https://build.opensuse.org/request/show/1084595
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=70
2023-05-08 08:59:32 +00:00
91145b21a4 Accepting request 1071069 from home:pluskalm:branches:multimedia:libs
- Build AVX2 enabled hwcaps library for x86_64-v3
- Small spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/1071069
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=68
2023-03-14 16:07:26 +00:00
ac487f1dd4 Accepting request 982819 from home:gmbr3:Active
- Remove bad %defattr - not needed and causes SHLIB non-executable
  rpmlint error

OBS-URL: https://build.opensuse.org/request/show/982819
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=66
2022-06-20 08:05:52 +00:00
48310b6f69 Accepting request 819974 from home:mnhauke
- Update to version 1.3.7
  * Fix CVE-2018-10392 and CVE-2018-10393 - out-of-bounds read
    encoding very low sample rates
  * Fix CVE-2017-14160 - out-of-bounds read encoding very low
    sample rates.
  * Fix handling invalid bytes per sample arguments.
  * Fix handling invalid channel count arguments.
  * Fix invalid free on seek failure.
  * Fix negative shift reading blocksize.
  * Fix accepting unreasonable float32 values.
  * Fix tag comparison depending on locale.
  * Fix unnecessarily linking libm.
  * Fix memory leak in test_sharedbook.
  * Distribute CMake build files with the source package.
  * Remove unnecessary configure --target switch.
  * Add OSS-Fuzz support.
  * Build system and integration updates.
- Drop not longer needed patches (fixed by upstream):
  * vorbis-CVE-2017-14160.patch
  * vorbis-CVE-2018-10392.patch
  * vorbis-CVE-2018-10393.patch
- Add source verification

OBS-URL: https://build.opensuse.org/request/show/819974
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=64
2020-07-10 12:52:43 +00:00
Ismail Dönmez
fbe442c70d Accepting request 614200 from home:tiwai:branches:multimedia:libs
- Replace vorbis-CVE-2017-14160.patch with the upstream fix
  (commit 018ca26dece6), refresh vorbis-CVE-2018-10393.patch
- Fix the validation of channels in mapping0_forward()
  (CVE-2018-10392, bsc#1091070):
  vorbis-CVE-2018-10392.patch

OBS-URL: https://build.opensuse.org/request/show/614200
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=62
2018-06-05 10:32:55 +00:00
a18c56b9bf Accepting request 604032 from home:tiwai:branches:multimedia:libs
Correct the changelog pointing to the right bug# / CVE.

OBS-URL: https://build.opensuse.org/request/show/604032
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=60
2018-05-04 13:02:28 +00:00
Ismail Dönmez
c3ea287614 Accepting request 603702 from home:tiwai:branches:multimedia:libs
- Fix NULL pointer dereference in vorbis_block_clear function in
  lib/block.c (CVE-2017-11735, bsc#1081829):
  downstream fix: vorbis-CVE-2017-14160.patch
- Fix stack-basedbuffer over-read in bark_noise_hybridm
  (CVE-2018-10393, bsc#1091072):
  downstream fix: vorbis-CVE-2018-10393.patch

OBS-URL: https://build.opensuse.org/request/show/603702
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=59
2018-05-03 14:25:09 +00:00
649d0c7e7a Accepting request 588146 from home:tiwai:branches:multimedia:libs
- Split libvorbis-doc subpackage to a separate spec file for
  reducing the dependencies


- Split from libvorbis.spec to reduce the build dependencies

OBS-URL: https://build.opensuse.org/request/show/588146
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=57
2018-03-17 21:35:56 +00:00
d1ae3d83a0 Accepting request 588024 from home:tiwai:branches:multimedia:libs
- Update to version 1.3.6:
  * Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.
  * Fix CVE-2017-14632 - free() on unitialized data
  * Fix CVE-2017-14633 - out-of-bounds read
  * Fix bitrate metadata parsing.
  * Fix out-of-bounds read in codebook parsing.
  * Fix residue vector size in Vorbis I spec.
  * Appveyor support
  * Travis CI support
  * Add secondary CMake build system.
  * Build system fixes
- Build documents with doxygen, and many tex stuff;
  this requires to disable parallel builds partially
- Move COPYING to license directory
- Drop obsoleted patches:
  vorbis-fix-linking.patch
  0001-CVE-2017-14633-Don-t-allow-for-more-than-256-channel.patch
  0002-CVE-2017-14632-vorbis_analysis_header_out-Don-t-clea.patch
  libvorbis-CVE-2018-5146.patch

OBS-URL: https://build.opensuse.org/request/show/588024
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=56
2018-03-16 22:13:48 +00:00
475b820979 Accepting request 588007 from home:tiwai:branches:multimedia:libs
- Fix VUL-0: libvorbis: Out of bounds memory write while processing
  Vorbis audio data (CVE-2018-5146, bsc#1085687):
  libvorbis-CVE-2018-5146.patch

OBS-URL: https://build.opensuse.org/request/show/588007
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=55
2018-03-16 19:21:09 +00:00
Ismail Dönmez
1afa2ee08d Accepting request 558536 from home:tiwai:branches:multimedia:libs
- Fix VUL-0: out-of-bounds array read vulnerability exists in
  function mapping0_forward() (CVE-2017-14633, bsc#1059811):
  0001-CVE-2017-14633-Don-t-allow-for-more-than-256-channel.patch
- Fix VUL-0: Remote Code Execution upon freeing uninitialized
  memory in function vorbis_analysis_headerout(CVE-2017-14632,
  bsc#1059809):
  0002-CVE-2017-14632-vorbis_analysis_header_out-Don-t-clea.patch

OBS-URL: https://build.opensuse.org/request/show/558536
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=53
2017-12-19 13:59:09 +00:00
56b5df3be0 Accepting request 442688 from home:alois:branches:multimedia:libs
Added libvorbis-devel to baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/442688
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=51
2016-11-29 12:26:12 +00:00
Ismail Dönmez
587f02b963 Accepting request 289690 from home:pluskalm:branches:multimedia:libs
- Cleanup spec file with spec-cleaner
- Update to 1.3.5

OBS-URL: https://build.opensuse.org/request/show/289690
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=49
2015-03-08 19:57:07 +00:00
Ismail Dönmez
c124872146 Accepting request 245063 from home:fcrozat:branches:multimedia:libs
- Fix obsoletes and provides in baselibs.conf.

OBS-URL: https://build.opensuse.org/request/show/245063
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=47
2014-08-18 12:56:39 +00:00
0c9c5f655f Accepting request 223581 from home:AndreasStieger:branches:multimedia:libs
Xiph libvorbis 1.3.4

OBS-URL: https://build.opensuse.org/request/show/223581
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=45
2014-02-24 16:40:07 +00:00
Ismail Dönmez
778c898126 Accepting request 170990 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/170990
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=43
2013-04-16 09:32:36 +00:00
Stefan Seyfried
bfddfe2dd7 Accepting request 157118 from home:seife:branches:multimedia:libs
fix build with automake-1.13.1

OBS-URL: https://build.opensuse.org/request/show/157118
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=41
2013-03-02 13:05:31 +00:00
Ismail Dönmez
04ef9d2494 Accepting request 125550 from home:ftake:branches:multimedia:libs
upstream update

OBS-URL: https://build.opensuse.org/request/show/125550
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=39
2012-06-20 16:14:31 +00:00
21dc7c278c Accepting request 106324 from home:tiwai:branches:multimedia:libs
- VUL-0: CVE-2012-0444: libvorbis: heap-based buffer overflow
  (bnc#747912)

OBS-URL: https://build.opensuse.org/request/show/106324
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=37
2012-02-21 20:28:43 +00:00
Ismail Dönmez
b2d9d693d2 Accepting request 98139 from home:namtrac:bugfix
- -O20 optimization level doesn't exist, use -O3

OBS-URL: https://build.opensuse.org/request/show/98139
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=35
2011-12-25 11:14:29 +00:00
Ismail Dönmez
995583c061 Accepting request 93708 from home:elvigia:branches:multimedia:libs
- open files with O_CLOEXEC, in order to avoid fd leaks 
  when calling applications fork() ..execve()...
  This patch does not cover the executable tools since
  it is not critical for them.

OBS-URL: https://build.opensuse.org/request/show/93708
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=33
2011-11-25 21:35:02 +00:00
Pavol Rusnak
e2663e55eb Accepting request 93024 from home:coolo:removelibtool
add libtool to buildrequires

OBS-URL: https://build.opensuse.org/request/show/93024
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=31
2011-11-22 10:26:34 +00:00
Ismail Dönmez
c7bbac80fa Accepting request 80113 from home:elvigia:branches:multimedia:libs
- Fix build with no-add-needed

OBS-URL: https://build.opensuse.org/request/show/80113
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=29
2011-08-29 19:15:13 +00:00
Cristian Rodríguez
9cb80438f0 Accepting request 69727 from home:dirkmueller:branches:multimedia:libs
- fix provides/obsoletes in baselibs

OBS-URL: https://build.opensuse.org/request/show/69727
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=27
2011-05-06 21:12:08 +00:00
Dave Plater
fb80086769 Accepting request 55583 from home:plater
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/55583
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=25
2010-12-10 15:35:11 +00:00
Dave Plater
16e52963e8 Accepting request 55482 from home:plater
OBS-URL: https://build.opensuse.org/request/show/55482
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=24
2010-12-10 07:59:00 +00:00
Dave Plater
9de128ac59 Accepting request 55475 from home:plater
OBS-URL: https://build.opensuse.org/request/show/55475
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=23
2010-12-09 23:25:02 +00:00
Dave Plater
907134ce41 Accepting request 55465 from home:plater
OBS-URL: https://build.opensuse.org/request/show/55465
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=19
2010-12-09 22:21:46 +00:00
Stephan Kulow
3f2f63c6b9 - fix the package split
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=16
2010-12-08 15:52:16 +00:00
Dave Plater
8289cf4b45 Accepting request 55087 from home:RedDwarf:branches:multimedia:libs
Added you as maintainer for ogg and vorbis. Thanks for the help we need an extra hand.

OBS-URL: https://build.opensuse.org/request/show/55087
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=14
2010-12-08 09:12:03 +00:00
OBS User autobuild
7f12fb2715 Accepting request 40696 from multimedia:libs
checked in (request 40696)

OBS-URL: https://build.opensuse.org/request/show/40696
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=13
2010-05-28 16:14:00 +00:00
9de32d4bab fix CVE-2009-3379
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=11
2010-05-26 13:35:28 +00:00
OBS User buildservice-autocommit
8266e1829a Updating link to change in openSUSE:Factory/libvorbis revision 17.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=6338c20ff8cc3ed8e9f93be0257fd158
2010-01-07 19:26:01 +00:00
OBS User autobuild
e75daacfc6 checked in
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=9
2010-01-07 19:26:00 +00:00
Stephan Kulow
af5a7265cb Accepting request 28141 from home:jengelh:branches:multimedia:libs
Copy from home:jengelh:branches:multimedia:libs/libvorbis via accept of submit request 28141 revision 7.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28141
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=8
2010-01-07 17:48:15 +00:00
OBS User autobuild
b7f928e394 checked in
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=7
2009-11-16 17:30:17 +00:00
OBS User autobuild
9bfbf2b0ad Accepting request 24534 from multimedia:libs
Copy from multimedia:libs/libvorbis based on submit request 24534 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/24534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=16
2009-11-16 17:30:19 +00:00
OBS User unknown
70e33fd284 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=14 2009-07-24 10:13:24 +00:00
OBS User unknown
28d6cf4d14 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=13 2009-06-29 13:43:38 +00:00
OBS User unknown
f070c59e03 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=12 2009-01-08 17:45:51 +00:00
OBS User unknown
19364f9dfd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=11 2008-11-21 14:32:43 +00:00
OBS User unknown
c1fb2c9bc9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=9 2008-06-03 14:25:47 +00:00
OBS User unknown
9a4dbb1003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=8 2008-04-28 14:21:40 +00:00
OBS User unknown
9327c6382c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=7 2008-04-10 12:38:52 +00:00
OBS User unknown
2768b75a9e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=6 2007-08-03 15:13:47 +00:00
OBS User unknown
42e4021ec9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=5 2007-07-27 13:10:38 +00:00
OBS User unknown
ae2f49d8c7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=4 2007-07-26 23:58:11 +00:00
OBS User unknown
941e237aff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=3 2007-04-23 21:19:21 +00:00
OBS User unknown
2e6b17e4fa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=2 2007-04-16 22:38:46 +00:00