From debb00c4d9ac4c209ac5040ff1d344889f594f02 Mon Sep 17 00:00:00 2001 From: Markham Date: Wed, 12 Oct 2022 20:55:37 +0200 Subject: [PATCH] bump version expat-2.4.9; libpng-1.6.38 --- make/libraries.mk | 4 ++++ make/versions.mk | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/make/libraries.mk b/make/libraries.mk index dc93f5d..95e72c0 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -1025,6 +1025,10 @@ $(D)/expat: $(ARCHIVE)/expat-$(EXPAT_VER).tar.bz2 | $(TARGETPREFIX) --prefix= \ --mandir=/.remove \ --bindir=/.remove \ + --without-docbook \ + --without-examples \ + --without-tests \ + --without-xmlwf \ --enable-shared \ --disable-static \ ; \ diff --git a/make/versions.mk b/make/versions.mk index 5459bd7..00ceafd 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -67,7 +67,7 @@ FUSE_EXFAT_VER=1.3.0 EXFAT_UTILS_VER=1.3.0 # C library for parsing XML -EXPAT_VER = 2.4.1 +EXPAT_VER = 2.4.9 # Picture from Framebuffer FBSHOT_VER = 0.3 @@ -137,7 +137,7 @@ LIBGLIB2_VER_MICRO = 3 LIBGLIB2_VER = $(LIBGLIB2_VER_MAJOR).$(LIBGLIB2_VER_MINOR).$(LIBGLIB2_VER_MICRO) # libpng; reference library for reading and writing PNGs -LIBPNG_VER=1.6.37 +LIBPNG_VER=1.6.38 # The libtirpc package contains libraries that support programs that use the Remote Procedure Call (RPC) API. It replaces the RPC, but not the NIS library entries that used to be in glibc. LIBTIRPC_VER = 1.3.3 -- 2.39.5