- Add opusfile-CVE-2022-47021.patch: fix a NULL pointer dereference (boo#1207381 CVE-2022-47021). OBS-URL: https://build.opensuse.org/request/show/1072187 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opusfile?expand=0&rev=18
97 lines
3.8 KiB
Plaintext
97 lines
3.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 15 20:17:36 UTC 2023 - Michael Gorse <mgorse@suse.com>
|
|
|
|
- Add opusfile-CVE-2022-47021.patch: fix a NULL pointer
|
|
dereference (boo#1207381 CVE-2022-47021).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 11 15:19:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 0.12:
|
|
* Fix stack overflow buffering out-of-sequence streams.
|
|
* Fix possible divide-by-zero.
|
|
* Fix issues with seeking in the win32 backend.
|
|
* Fix an issue where the seek algorithm could be confused by stream data changing between reads.
|
|
* Clean up compiler and scan-build warnings.
|
|
* Avoid use of the deprecated ftime() function which has Y2038 problems.
|
|
* Remove undefined behaviour memcpy(NULL) in op_read_native().
|
|
* Visual Studio project files updated for libogg 1.3.4 library name change.
|
|
* Various build systems updates.
|
|
* Various integration and testing environment improvements.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 20 08:56:28 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Version update to 0.11:
|
|
* Fix two potential integer overflows. (These were not security-critical unless the compiler took the opportunity provided by the undefined behavior to format your hard drive.)
|
|
* Allow JPEGs in METADATA_BLOCK_PICTURE tags to include EXIF data.
|
|
* A few warning fixes for gcc 8.
|
|
* Make opus_tags_copy return OP_EFAULT on failure instead of returning success.
|
|
* Various integration and testing environment improvements.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 18 03:17:32 UTC 2017 - avindra@opensuse.org
|
|
|
|
- Update to version 0.10:
|
|
+ Fix an out-of-bounds read matching serial numbers.
|
|
- cleanup with spec-cleaner
|
|
- add "--disable-silent-rules" to ./configure
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 8 20:10:27 UTC 2017 - zaitor@opensuse.org
|
|
|
|
- Update to version 0.9:
|
|
+ Fix an invalid free with tag handling.
|
|
+ Improve handling of corrupt streams.
|
|
+ Improve performance on streams with many chain segments.
|
|
+ Improve TLS host validation.
|
|
+ Align op_raw_total to work better with op_raw_seek.
|
|
+ Documentation and build improvements.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 1 16:06:33 UTC 2016 - zaitor@opensuse.org
|
|
|
|
- Update to version 0.8:
|
|
+ Add support for OpenSSL 1.1.x.
|
|
+ Fix issues with tag parsing introduced in v0.7.
|
|
+ Fix skip logic for multiplexed non-Opus data.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 8 11:53:20 UTC 2016 - ecsos@opensuse.org
|
|
|
|
- Update to version 0.7
|
|
+ Add API to access and preserve binary metadata.
|
|
+ Add support for R128_ALBUM_GAIN metadata tag.
|
|
+ Better seeking with continued packets and multiplexed streams.
|
|
+ Portability and build fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 18 13:05:05 UTC 2014 - zaitor@opensuse.org
|
|
|
|
- Update to version 0.6:
|
|
+ Fix bugs with comment handling.
|
|
+ Fix build for BSD.
|
|
+ Fix bugs handling invalid and non-opus streams.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 13 14:31:51 UTC 2014 - reddwarf@opensuse.org
|
|
|
|
- Update to 0.5
|
|
* Report HTTP (ICY) headers to client
|
|
* New tag comparison and copy functions
|
|
* New application decoding callback API for advanced clients
|
|
* New dither disable function for advanced clients
|
|
* constify API
|
|
* Avoid clipping downmixing from a fixed-point decoder
|
|
* Better practices for dual stack IPv6
|
|
* Documentation improvements
|
|
* Fix a unicode bug on Windows
|
|
* Fix proxy user/password macros
|
|
* Fix HTTP pipelining support detection
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 14 07:54:12 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Initial packaging for openSUSE.
|
|
|