IABSD.fr/xenocara/lib/libpng

Branch :


Log

Author Commit Date CI Message
thodg a5ed94cc 2026-04-22 17:35:19 iabsd
6ddd87d7 2026-05-08 09:02:11 Fix the build system changes that handle the autoconf cache patches. The beforeconfigure target doesn't work as expected and causes extra configure script executions and sometimes full rebuilds. replace it by more ad-hoc code to generate a local autoconf cache for the packages that need it (currently libpng and libXfont2) ok miod@
c1558427 2026-04-21 14:42:57 update to libpng 1.6.58. ok deraadt@
831bd3bc 2026-04-10 19:00:10 Update to libpng 1.6.57. ok deraadt@, naddy@, tb@ Security fixe for CVE-2026-34757
dcd48bf5 2026-03-26 19:57:02 Update to libpng 1.6.56 ok tb@ Security fixes for CVE-2026-33416 and CVE-2026-33636
161809e2 2026-02-10 17:06:06 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
54aba46c 2026-01-14 06:38:29 Update to png 1.6.54.
b46ba83d 2025-12-04 15:51:18 Update to libpng 1.6.52. Fixes CVE-2025-66293.
735592d9 2025-11-24 21:24:23 Update to png 1.6.51. fixes CVE-2025-64505, CVE-2025-64506, CVE-2025-64720 and CVE-2025-65018. ok jca@
604aeb51 2025-10-03 05:57:09 Make sure the libpng object files are built using the same PICFLAG as those of freetype. This unbreaks freetype on at least luna88k, when the resulting library had text relocations because these files were not built pic. found by & ok aoyama@
f7e46d86 2025-10-01 02:52:43 When powerpc64 sets CFLAGS it must configure --cache-file=/dev/null prevents an error found by deraadt@; ok miod@ robert@
7a75a1c6 2025-09-17 14:48:30 Add Makefile.bsd-wrapper to build static libpng and run autoreconf. It will be bundled into libfreetype for better font rendering. ok robert@ sthen@ matthieu@
e8681e75 2025-09-17 14:44:36 Import source for libpng 1.6.50 (verbatim).