Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2d9fce53 | 2023-08-27 07:56:38 | [gzip] Update sources to zlib 1.13. | ||
| ace97a02 | 2022-12-14 09:58:44 | [gzip] Make static compilation not leak global symbols. * src/gzip/ftgzip.c (HAVE_HIDDEN): Do not define; it is no longer needed because everything is static. (HAVE_MEMCPY): Define. (zcalloc, zcfree): Remove no longer needed definitions (because `Z_SOLO` is active). * src/gzip/patches/freetype-zlib.diff: Regenerated. Fixes #1146. Co-authored-by: Werner Lemberg <wl@gnu.org> | ||
| af46fcc1 | 2022-10-18 19:40:03 | [gzip] Update sources to zlib 1.2.13. | ||
| 1603378b | 2022-04-01 10:23:15 | [gzip] Update sources to zlib 1.2.12. | ||
| a25e85ed | 2021-08-17 15:20:25 | [gzip] Update sources to zlib 1.2.11 This can be tested by building with the Unix development build make setup devel make or by building the freetype-demos programs with meson setup build -Dfreetype2:zlib=internal meson compile -C out and trying to run `ftview` with a `.pcf.gz` font file. * src/gzip/ftgzip.c, src/gzip/rules.mk: Update for new zlib sources. Also remove the temporary fix introduced in commit 6a431038 to work around the fact that the internal sources were too old. * src/gzip/README.freetype: New file describing the origin of the sources and how they were modified. * src/gzip/patches/*: Patch files applied to original sources. * src/gzip/*: Updated zlib sources with the patch file(s) from `src/gzip/patches/` applied, followed by a conversion with zlib's `zlib2ansi` script. |