aboutsummaryrefslogtreecommitdiff
path: root/libs/libvorbis/patches
Commit message (Collapse)AuthorAge
* libvorbis: fix soname of shared librariesRobert Högberg2023-05-13
| | | | | | | | | When building with cmake we don't get libvorbis*.so.N which means that some applications may fail to dynamically load libvorbis libraries. This seems to be a problem specific to cmake (autotools builds work). Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* libvorbis: update to 1.3.6Ian Leonard2018-04-11
| | | | | | | | | Resolves CVEs: 2018-5146 2017-14632 2017-14633 Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* libvorbis: add patch for CVE-2017-14632 and CVE-2017-14633Ted Hess2018-02-10
Signed-off-by: Ted Hess <thess@kitschensync.net>