downgrade libpng

added zlib_root to libpng includes
This commit is contained in:
marauder2k7 2026-01-01 11:47:39 +00:00
parent 782ac5d82c
commit 37934ccdac
299 changed files with 17711 additions and 25584 deletions

View file

@ -1,5 +1,5 @@
libpng 1.6.52 - December 3, 2025
================================
libpng 1.6.37 - April 14, 2019
==============================
This is a public release of libpng, intended for use in production code.
@ -7,12 +7,15 @@ This is a public release of libpng, intended for use in production code.
Files available for download
----------------------------
Source files:
Source files with LF line endings (for Unix/Linux):
* libpng-1.6.52.tar.xz (LZMA-compressed, recommended)
* libpng-1.6.52.tar.gz (deflate-compressed)
* lpng1652.7z (LZMA-compressed)
* lpng1652.zip (deflate-compressed)
* libpng-1.6.37.tar.xz (LZMA-compressed, recommended)
* libpng-1.6.37.tar.gz
Source files with CRLF line endings (for Windows):
* lp1637.7z (LZMA-compressed, recommended)
* lp1637.zip
Other information:
@ -22,18 +25,20 @@ Other information:
* TRADEMARK.md
Changes from version 1.6.51 to version 1.6.52
---------------------------------------------
Changes since the previous public release (version 1.6.36)
----------------------------------------------------------
* Fixed CVE-2025-66293 (high severity):
Out-of-bounds read in `png_image_read_composite`.
(Reported by flyfish101 <flyfish101@users.noreply.github.com>.)
* Fixed the Paeth filter handling in the RISC-V RVV implementation.
(Reported by Filip Wasil; fixed by Liang Junzhao.)
* Improved the performance of the RISC-V RVV implementation.
(Contributed by Liang Junzhao.)
* Added allocation failure fuzzing to oss-fuzz.
(Contributed by Philippe Antoine.)
* Fixed a use-after-free vulnerability (CVE-2019-7317) in png_image_free.
* Fixed a memory leak in the ARM NEON implementation of png_do_expand_palette.
* Fixed a memory leak in pngtest.c.
* Fixed two vulnerabilities (CVE-2018-14048, CVE-2018-14550) in
contrib/pngminus; refactor.
* Changed the license of contrib/pngminus to MIT; refresh makefile and docs.
(Contributed by Willem van Schaik)
* Fixed a typo in the libpng license v2.
(Contributed by Miguel Ojeda)
* Added makefiles for AddressSanitizer-enabled builds.
* Cleaned up various makefiles.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net.