Package: taglib / 1.11.1+dfsg.1-0.3+deb10u1
Metadata
Package | Version | Patches format |
---|---|---|
taglib | 1.11.1+dfsg.1-0.3+deb10u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
taglib config multiarch.patch | (download) |
taglib-config.cmake |
2 1 + 1 - 0 ! |
make taglib-config architecture-independent This allows multi-arching libtag1-dev. |
icu.patch | (download) |
ConfigureChecks.cmake |
5 5 + 0 - 0 ! |
use libicu instead of non-free unicode files This patch allows getting rid of non-free, vendored files unicode.h and unicode.cpp. It adds a new dependency on libicu instead. |
CVE 2017 12678.diff | (download) |
taglib/mpeg/id3v2/id3v2framefactory.cpp |
5 3 + 2 - 0 ! |
--- |
CVE 2018 11439.patch | (download) |
taglib/ogg/flac/oggflacfile.cpp |
14 12 + 2 - 0 ! |
[patch] fixed oob read when loading invalid ogg flac file. (#868) (#869) CVE-2018-11439 is caused by a failure to check the minimum length of a ogg flac header. This header is detailed in full at: https://xiph.org/flac/ogg_mapping.html. Added more strict checking for entire header. |
0005 Fix possible Ogg packet losses.patch | (download) |
taglib/ogg/oggfile.cpp |
2 1 + 1 - 0 ! |
fix possible ogg packet losses. Bug-Debian: https://bugs.debian.org/915281 |