Package: freetype / 2.12.1+dfsg-5+deb12u4
Metadata
| Package | Version | Patches format |
|---|---|---|
| freetype | 2.12.1+dfsg-5+deb12u4 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| enable gxvalid otvalid.patch | (download) |
modules.cfg |
4 2 + 2 - 0 ! |
enable the gxvalid and otvalid table validation modules The 'ftvalid' demo in the freetype2-demos package is only useful if certain extra extensions are enabled in freetype. These extensions are not enabled upstream by default, but there's no reason for us not to enable them. |
| enable subpixel rendering.patch | (download) |
include/freetype/config/ftoption.h |
2 1 + 1 - 0 ! |
enable subpixel rendering to provide lcd colour filtering. |
| no web fonts.patch | (download) |
ft2docs/docs/css/freetype2.css |
6 3 + 3 - 0 ! |
comment out references to fonts.googleapis.com to prevent lintian from warning about potential privacy-breach-generic issues. |
| hide donations information.patch | (download) |
ft2docs/docs/design/design-1.html |
4 2 + 2 - 0 ! |
use a button for donations instead of an image of the documentation. Commenting out the relevant <li> tag prevents lintian from raising several privacy-breach-donation errors. |
| CVE 2022 31782.patch | (download) |
ft2demos/src/ftbench.c |
3 3 + 0 - 0 ! |
exit if the number of glyphs is zero to avoid a heap overflow. Fixes CVE-2022-31782. |
| fix wild free svg.patch | (download) |
src/base/ftobjs.c |
2 1 + 1 - 0 ! |
clear correct document ownership flags to prevent a wild free. This issue was discovered with an SVG-based font with some documents compressed and other uncompressed. After loading the first compressed document, the ownership flag on the glyph slot was set to true but never set to false. As a result, after loading a compressed document, a glyph from an uncompressed document would load fine, but when this glyph slot was cleared it would try to free its document resulting in a wild free. |
| hardening.patch | (download) |
ft2demos/graph/rules.mk |
2 1 + 1 - 0 ! |
pass debian's hardening cflags, cppflags and ldflags to the demo programs |
| CVE 2023 2004.patch | (download) |
src/truetype/ttgxvar.c |
18 11 + 7 - 0 ! |
prevent integer overflow in tt_hvadvance_adjust(). Fixes CVE-2023-2004. |
| disable_COLRv1.patch | (download) |
src/sfnt/sfdriver.c |
2 1 + 1 - 0 ! |
disable colrv1 support in freetype 2.12.1. FreeType 2.12.1 shipped with COLRv1 support enabled. This was unintentional, as the partial implementation shipped is incomplete and incompatible with the final COLRv1 API. . Applications attempting to use this version of the COLRv1 API will get unexpected (and incorrect) results. |
| get_colr_glyph_paint.patch | (download) |
src/base/ftobjs.c |
2 1 + 1 - 0 ! |
use correct predicate before calling get_colr_glyph_paint() This ensures Chromium doesn't crash when the experimental COLRv1 API is disabled. |
| Minimal stop gap fix for CVE 2025 27363.patch | (download) |
src/truetype/ttgload.c |
9 8 + 1 - 0 ! |
[patch] minimal stop-gap fix for cve-2025-27363 |
