Package: vips / 8.14.1-3+deb12u2
Metadata
Package | Version | Patches format |
---|---|---|
vips | 8.14.1-3+deb12u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
dedupe_fits_header.patch | (download) |
ChangeLog |
4 4 + 0 - 0 ! |
[patch] dedupe fits header (#3282) * don't write FITS keywords more than once We mustn't write most FITS header keywords more than once. Something like "vips add a.fits b.fits x.fits" was duplicating header keywords. See https://github.com/libvips/libvips/issues/3273 * don't dupe BZERO and BSCALE since cfitsio will set these for signed int values * improve header dedupe * note changelog * make fits key ids unique * remove identical line dedupe logic * revert unique header id |
fix_target_pnm_write.patch | (download) |
ChangeLog |
1 1 + 0 - 0 ! |
[patch] oooop, pnm write was not being inited see https://github.com/libvips/pyvips/issues/381 |
CVE 2023 40032.patch | (download) |
ChangeLog |
4 4 + 0 - 0 ! |
[patch] svgload: fix null-pointer dereference (#3604) `g_utf8_find_next_char()` might return NULL when called with a non-NULL second argument, indicating that the end of the string has been reached. |
CVE 2025 29769/01 9ab6784f6.patch | (download) |
libvips/foreign/heifsave.c |
9 9 + 0 - 0 ! |
heifsave: reject multiband images (#4392) |
CVE 2025 29769/02 8effeb912.patch | (download) |
libvips/foreign/heifsave.c |
19 5 + 14 - 0 ! |
heifsave: improve alpha channel detection (#4394) |