mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] freetype: Version bump. 2.14.1 -> 2.14.2
@ 2026-03-03 18:41 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2026-03-03 18:41 UTC (permalink / raw)
  To: ptxdist

Various fixes. Including security related ones.
https://gitlab.freedesktop.org/freetype/freetype/-/blob/VER-2-14-2/docs/CHANGES

* Add 2038 flag.

* Forward patchset, applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 ...generate-freetype-config-and-freetype2.pc-correctly.patch | 4 ++--
 patches/{freetype-2.14.1 => freetype-2.14.2}/autogen.sh      | 0
 patches/{freetype-2.14.1 => freetype-2.14.2}/series          | 0
 rules/freetype.make                                          | 5 +++--
 4 files changed, 5 insertions(+), 4 deletions(-)
 rename patches/{freetype-2.14.1 => freetype-2.14.2}/0001-generate-freetype-config-and-freetype2.pc-correctly.patch (97%)
 rename patches/{freetype-2.14.1 => freetype-2.14.2}/autogen.sh (100%)
 rename patches/{freetype-2.14.1 => freetype-2.14.2}/series (100%)

diff --git a/patches/freetype-2.14.1/0001-generate-freetype-config-and-freetype2.pc-correctly.patch b/patches/freetype-2.14.2/0001-generate-freetype-config-and-freetype2.pc-correctly.patch
similarity index 97%
rename from patches/freetype-2.14.1/0001-generate-freetype-config-and-freetype2.pc-correctly.patch
rename to patches/freetype-2.14.2/0001-generate-freetype-config-and-freetype2.pc-correctly.patch
index 88d1a85ea..a903b2480 100644
--- a/patches/freetype-2.14.1/0001-generate-freetype-config-and-freetype2.pc-correctly.patch
+++ b/patches/freetype-2.14.2/0001-generate-freetype-config-and-freetype2.pc-correctly.patch
@@ -11,10 +11,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
  4 files changed, 18 insertions(+), 26 deletions(-)
 
 diff --git a/builds/unix/configure.ac b/builds/unix/configure.ac
-index 9979dceaf7f3..25784fea4ba8 100644
+index 5c4ccf1e8b34..e3cd66f0638b 100644
 --- a/builds/unix/configure.ac
 +++ b/builds/unix/configure.ac
-@@ -1195,7 +1195,9 @@ AC_CONFIG_HEADERS([ftconfig.h])
+@@ -1200,7 +1200,9 @@ AC_CONFIG_HEADERS([ftconfig.h])
  # and `builds/unix/unix-cc.mk' that will be used by the build system
  #
  AC_CONFIG_FILES([unix-cc.mk:unix-cc.in
diff --git a/patches/freetype-2.14.1/autogen.sh b/patches/freetype-2.14.2/autogen.sh
similarity index 100%
rename from patches/freetype-2.14.1/autogen.sh
rename to patches/freetype-2.14.2/autogen.sh
diff --git a/patches/freetype-2.14.1/series b/patches/freetype-2.14.2/series
similarity index 100%
rename from patches/freetype-2.14.1/series
rename to patches/freetype-2.14.2/series
diff --git a/rules/freetype.make b/rules/freetype.make
index dfd8fea5e..6d07097e5 100644
--- a/rules/freetype.make
+++ b/rules/freetype.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_FREETYPE) += freetype
 #
 # Paths and names
 #
-FREETYPE_VERSION	:= 2.14.1
-FREETYPE_MD5		:= 78c7d7450fb7d0999ccd029f84094340
+FREETYPE_VERSION	:= 2.14.2
+FREETYPE_MD5		:= b019e5b389e0ec08ebdfb4a50666cc5e
 FREETYPE		:= freetype-$(FREETYPE_VERSION)
 FREETYPE_SUFFIX		:= tar.xz
 FREETYPE_SOURCE		:= $(SRCDIR)/$(FREETYPE).$(FREETYPE_SUFFIX)
@@ -48,6 +48,7 @@ FREETYPE_CONF_OPT	:= \
 	--enable-freetype-config \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--enable-mmap \
+	--$(call ptx/endis, PTXDIST_Y2038)-year2038 \
 	--with-zlib \
 	--without-bzip2 \
 	--$(call ptx/wwo,PTXCONF_FREETYPE_LIBPNG)-png \
-- 
2.43.0




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-03 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-03 18:41 [ptxdist] [PATCH] freetype: Version bump. 2.14.1 -> 2.14.2 Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox