Package: libwebp / 0.6.1-2.1+deb11u2
Metadata
Package | Version | Patches format |
---|---|---|
libwebp | 0.6.1-2.1+deb11u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
soname_override | (download) |
src/Makefile.am |
2 1 + 1 - 0 ! |
<short summary of the patch> Upstream bumped soname, but didn't break ABI. Bump them back down so we can avoid a package transition. . libwebp (0.6.0-1) unstable; urgency=medium . * New upstream release |
big endian | (download) |
imageio/webpdec.c |
8 8 + 0 - 0 ! |
big endian fixes Webp 0.6.1 was totally busted on big endian machines. Backporting the fixes, which will be part of 0.6.2. Close coordination with upstream for this. |
fix lintian warning | (download) |
man/img2webp.1 |
4 2 + 2 - 0 ! |
fix lintian warning on manpage Fix this lintian warning manpage-has-errors-from-man usr/share/man/man1/img2webp.1.gz 44: warning: macro `loop' not defined |
security fixes.patch | (download) |
src/dec/buffer_dec.c |
3 2 + 1 - 0 ! |
--- |
CVE 2023 1999.patch | (download) |
src/enc/alpha_enc.c |
4 3 + 1 - 0 ! |
[patch] encodealphainternal: clear result->bw on error |
CVE 2023 4863.patch | (download) |
src/dec/vp8l_dec.c |
168 90 + 78 - 0 ! |
[patch] fix invalid incremental decoding check. |