From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] harfbuzz: Update to version 8.1.1 Date: Mon, 07 Aug 2023 18:45:39 +0200 Message-ID: <20230807164542.3448886-2-adolf.belka@ipfire.org> In-Reply-To: <20230807164542.3448886-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3903261030286928904==" List-Id: --===============3903261030286928904== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 8.0.1 to 8.1.1 - Update of rootfile - Changelog 8.1.1 - Fix shaping of contextual rules at the end of string, introduced in 8.1.0 - Fix stack-overflow in repacker with malicious fonts. - 30% speed up loading Noto Duployan font. 8.1.0 - Fix long-standing build issue with the AIX compiler and older Apple clang. - Revert optimization that could cause timeout during subsetting with malici= ous fonts. - More optimization work: - 45% speed up in shaping Noto Duployan font. - 10% speed up in subsetting Noto Duployan font. - Another 8% speed up in shaping Gulzar. - 5% speed up in loading Roboto. - New API: +hb_ot_layout_collect_features_map() Signed-off-by: Adolf Belka --- config/rootfiles/common/harfbuzz | 7 ++++--- lfs/harfbuzz | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfb= uzz index f9a396c36..3895dfcac 100644 --- a/config/rootfiles/common/harfbuzz +++ b/config/rootfiles/common/harfbuzz @@ -44,15 +44,15 @@ #usr/lib/libharfbuzz-cairo.la #usr/lib/libharfbuzz-cairo.so usr/lib/libharfbuzz-cairo.so.0 -usr/lib/libharfbuzz-cairo.so.0.60801.0 +usr/lib/libharfbuzz-cairo.so.0.60811.0 #usr/lib/libharfbuzz-subset.la #usr/lib/libharfbuzz-subset.so usr/lib/libharfbuzz-subset.so.0 -usr/lib/libharfbuzz-subset.so.0.60801.0 +usr/lib/libharfbuzz-subset.so.0.60811.0 #usr/lib/libharfbuzz.la #usr/lib/libharfbuzz.so usr/lib/libharfbuzz.so.0 -usr/lib/libharfbuzz.so.0.60801.0 +usr/lib/libharfbuzz.so.0.60811.0 #usr/lib/pkgconfig/harfbuzz-cairo.pc #usr/lib/pkgconfig/harfbuzz-subset.pc #usr/lib/pkgconfig/harfbuzz.pc @@ -130,6 +130,7 @@ usr/lib/libharfbuzz.so.0.60801.0 #usr/share/gtk-doc/html/harfbuzz/api-index-7-1-0.html #usr/share/gtk-doc/html/harfbuzz/api-index-7-3-0.html #usr/share/gtk-doc/html/harfbuzz/api-index-8-0-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-8-1-0.html #usr/share/gtk-doc/html/harfbuzz/api-index-full.html #usr/share/gtk-doc/html/harfbuzz/apple-advanced-typography-api.html #usr/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html diff --git a/lfs/harfbuzz b/lfs/harfbuzz index 9c706f61e..57b7cef3a 100644 --- a/lfs/harfbuzz +++ b/lfs/harfbuzz @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 8.0.1 +VER =3D 8.1.1 =20 THISAPP =3D harfbuzz-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D e69305e5cddee2f9a928ab38b6904cc3e6fbafb319ad2680471786= 67639a2a361576051a9a6443352b51adca47bb8998ca5c533afe12eac456c3170e171c1839 +$(DL_FILE)_BLAKE2 =3D 341603e50aec5294eb16fb431975304ee9badce5588d726c5ccbcf= 9e38878581c4bbf2e09f27c3d401da52c93121702f220cd207792448af66a9f23830df9114 =20 install : $(TARGET) =20 --=20 2.41.0 --===============3903261030286928904==--