download.lst | 4 ++-- external/fontconfig/ExternalPackage_fontconfig.mk | 2 +- external/fontconfig/libfontconfig-bundled-soname.patch.0 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit cbc25a18675d83193cc72313389f08e5c07f038f Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Thu Jul 3 15:57:20 2025 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Jul 3 19:18:55 2025 +0200 fontconfig: upgrade to 2.17.1 Downloaded from https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontconfig/2.17.1/fontconfig-2.17.1.tar.xz Change-Id: I5a2235de014e73e020c2330536487e9446b35fcc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187338 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> (cherry picked from commit 0798f0f6e00e6c099cdf45c8356739ea2cc214ff) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187343 diff --git a/download.lst b/download.lst index 6d13ae0fc2ba..bc6cd62e717d 100644 --- a/download.lst +++ b/download.lst @@ -121,8 +121,8 @@ FIREBIRD_TARBALL := Firebird-3.0.7.33374-0.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts -FONTCONFIG_SHA256SUM := 6caea32b8076ef313b9b77747daa9afd24b71bcd525447b2a3c585c4542a083b -FONTCONFIG_TARBALL := fontconfig-2.17.0.tar.xz +FONTCONFIG_SHA256SUM := 9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c026fa541 +FONTCONFIG_TARBALL := fontconfig-2.17.1.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts diff --git a/external/fontconfig/ExternalPackage_fontconfig.mk b/external/fontconfig/ExternalPackage_fontconfig.mk index b3bea015e733..c3864d9f8d55 100644 --- a/external/fontconfig/ExternalPackage_fontconfig.mk +++ b/external/fontconfig/ExternalPackage_fontconfig.mk @@ -12,7 +12,7 @@ $(eval $(call gb_ExternalPackage_ExternalPackage,fontconfig,fontconfig)) $(eval $(call gb_ExternalPackage_use_external_project,fontconfig,fontconfig)) ifeq ($(DISABLE_DYNLOADING),) -$(eval $(call gb_ExternalPackage_add_file,fontconfig,$(LIBO_LIB_FOLDER)/libfontconfig-lo.so.1.16.0,src/.libs/libfontconfig-lo.so.1.16.0)) +$(eval $(call gb_ExternalPackage_add_file,fontconfig,$(LIBO_LIB_FOLDER)/libfontconfig-lo.so.1.16.0,src/.libs/libfontconfig-lo.so.1.16.1)) endif # vim: set noet sw=4 ts=4: diff --git a/external/fontconfig/libfontconfig-bundled-soname.patch.0 b/external/fontconfig/libfontconfig-bundled-soname.patch.0 index d92957b6f6ca..3b1ca95b2d10 100644 --- a/external/fontconfig/libfontconfig-bundled-soname.patch.0 +++ b/external/fontconfig/libfontconfig-bundled-soname.patch.0 @@ -5,7 +5,7 @@ lib_LTLIBRARIES = libfontconfig.la libfontconfig_la_LDFLAGS = \ - -version-info @LIBT_VERSION_INFO@ -no-undefined $(export_symbols) -+ -version-info @LIBT_VERSION_INFO@ -no-undefined $(export_symbols) -release lo -Wl,-soname -Wl,libfontconfig-lo.so.1.16.0 ++ -version-info @LIBT_VERSION_INFO@ -no-undefined $(export_symbols) -release lo -Wl,-soname -Wl,libfontconfig-lo.so.1.16.1 libfontconfig_la_LIBADD = $(ICONV_LIBS) $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) $(LTLIBINTL) libfontconfig_la_DEPENDENCIES = $(fontconfig_def_dependency)