Backport security fixes from freetype 2.14.2.
Prevent an integer overflow leading to out-of-bounds read.
CVE-2026-23865
from matthieu@
this is errata/7.7/026_freetype.patch.sig
Backport security fixes from freetype 2.14.2.
Prevent an integer overflow leading to out-of-bounds read.
CVE-2026-23865
from matthieu@
this is errata/7.8/020_freetype.patch.sig
Fix variable substitution in target install-headers-subdirs.
There may be more than one subdir level.
Note this target is currently unused in xenocara.
Update to png 1.6.55. ok tb@
The freetype code that used this copy of libpng is not calling
png_set_quantize either directly or indirectly so it's not affected by
CVE-2026-25646 (High): Heap buffer overflow in png_set_quantize
Protect <endian.h> inclusion from assembly code.
Fixes build failure reported on arm by deraadt@. ok jca@
(Note: the arm assembly code doesn't need the WORDS_BIGENDIAN)