51 Commits

Author SHA256 Message Date
a215c52c86 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
0f021e46d2 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
0c9d541136 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
3d545ede98 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
ad8ef9aeef 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
1783526942 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
debc22cfd9 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
fa935f2398 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
62012f33a9 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
c53a5a41e6 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
5c135a2d60 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
4f623170ac 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
e46502b9c0 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
dbf680cce8 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
29dbb73b56 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
d56fa472ee 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
a03211af17 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
ecf17ea77b 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
46389436bf 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
fc839500b0 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
466e7250a4 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
a838b2e862 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
0188f9a9fc 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
e221694a13 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
16a8367c03 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
d9f273391d 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
be0d8b8722 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
ecefbc9f01 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
e45b4d28ea 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
5db47938f0 - 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
8128d0a0f8 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
694a317c02 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
b12ddd0833 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
0b3eec8091 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
f0dc2118a0 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
96918e1be2 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
496932cb5a 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
85ad8428e0 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
74017510e1 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
bf8393b8af 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
291262d163 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
7cf6f53db4 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
6bf00759bd 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
24de775138 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
5f7cc1a817 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
d4ae19776b 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
35dcec123c 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
66f416f1a9 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
f0994214b7 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
620f55e293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=2 2007-04-16 22:38:46 +00:00