[vlc-commits] [Git][videolan/vlc][master] contrib: freetype2: update to 2.14.3
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Aug 6 06:41:15 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
eafa0f92 by Steve Lhomme at 2026-08-06T05:38:39+00:00
contrib: freetype2: update to 2.14.3
A bunch of potential security problems have been found. All users should update [^1].
[^1]: https://sourceforge.net/projects/freetype/files/freetype2/2.14.3/
- - - - -
2 changed files:
- contrib/src/freetype2/SHA512SUMS
- contrib/src/freetype2/rules.mak
Changes:
=====================================
contrib/src/freetype2/SHA512SUMS
=====================================
@@ -1 +1 @@
-045c43f9a3ca33e7d6a98c286895b94ea6ccfbb83851270d1b1861b31ef3ee5a574d8e49c6414c4e14bdfb9276dc49a0677b3be3e4f40ef279dcda99b769b962 freetype-2.13.1.tar.xz
+43de86ea70b4b47f6efaae67f3440f65a24ffac29dc6d11203a9764e4f1a749ce1ba7645acd23525220b3ba12ddad8687b962b9f1254e2c0a86070854e85d5a0 freetype-2.14.3.tar.xz
=====================================
contrib/src/freetype2/rules.mak
=====================================
@@ -1,6 +1,6 @@
# freetype2
-FREETYPE2_VERSION := 2.13.1
+FREETYPE2_VERSION := 2.14.3
FREETYPE2_URL := $(SF)/freetype/freetype2/$(FREETYPE2_VERSION)/freetype-$(FREETYPE2_VERSION).tar.xz
PKGS += freetype2
@@ -21,6 +21,8 @@ $(TARBALLS)/freetype-$(FREETYPE2_VERSION).tar.xz:
freetype: freetype-$(FREETYPE2_VERSION).tar.xz .sum-freetype2
$(UNPACK)
+ # detect UWP builds using winapifamily
+ sed -i.orig 's,#ifdef _WINRT_DLL,#if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP),' $(UNPACK_DIR)/builds/windows/ftsystem.c
$(MOVE)
DEPS_freetype2 = zlib $(DEPS_zlib)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/eafa0f92c641e34920f3480c55b66e0a911590f1
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/eafa0f92c641e34920f3480c55b66e0a911590f1
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list