public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] harfbuzz: Update to version 14.4.0
Date: Tue,  8 Sep 2026 21:52:35 +0200	[thread overview]
Message-ID: <20260908195241.2909132-9-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260908195241.2909132-1-adolf.belka@ipfire.org>

- Update from version 14.3.0 to 14.4.0
- Update of rootfile
- Changelog
14.4.0
- Glyph positions and extents now saturate instead of overflowing.
- Arabic Windows-1256 fallback shaping is now enabled on all platforms.
- Fix cluster values and a dropped glyph advance in the Graphite shaper.
- Fix `avar` axis value mapping in fonts that repeat the boundary entries.
- Fix `avar` version 2 partial instancing.
- Fix `COLR` sweep gradient truncation and unbounded memory use.
- Faster subsetting, especially for large `GSUB`/`GPOS` and `CFF` tables.
- Faster extraction of the experimental glyph dependency graph.
- Various shaping speedups.
- Various fixes for crashes and hangs with malformed fonts.
- Various fixes to the experimental raster, vector, and GPU libraries.
- Various improvements to the HarfRust integration shaper.
- The DirectWrite backend no longer uses the C++ runtime.
- Various build, portability, and fuzzing fixes.
- New API:
  +hb_set_intersects()

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/harfbuzz | 14 +++++++-------
 lfs/harfbuzz                     |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfbuzz
index abba2c36d..67ab2fe3e 100644
--- a/config/rootfiles/common/harfbuzz
+++ b/config/rootfiles/common/harfbuzz
@@ -54,25 +54,25 @@ usr/include/harfbuzz/hb-script-list.h
 #usr/lib/cmake/harfbuzz/harfbuzz-config.cmake
 #usr/lib/libharfbuzz-cairo.so
 usr/lib/libharfbuzz-cairo.so.0
-usr/lib/libharfbuzz-cairo.so.0.61430.0
+usr/lib/libharfbuzz-cairo.so.0.61440.0
 #usr/lib/libharfbuzz-gobject.so
 usr/lib/libharfbuzz-gobject.so.0
-usr/lib/libharfbuzz-gobject.so.0.61430.0
+usr/lib/libharfbuzz-gobject.so.0.61440.0
 #usr/lib/libharfbuzz-gpu.so
 usr/lib/libharfbuzz-gpu.so.0
-usr/lib/libharfbuzz-gpu.so.0.61430.0
+usr/lib/libharfbuzz-gpu.so.0.61440.0
 #usr/lib/libharfbuzz-raster.so
 usr/lib/libharfbuzz-raster.so.0
-usr/lib/libharfbuzz-raster.so.0.61430.0
+usr/lib/libharfbuzz-raster.so.0.61440.0
 #usr/lib/libharfbuzz-subset.so
 usr/lib/libharfbuzz-subset.so.0
-usr/lib/libharfbuzz-subset.so.0.61430.0
+usr/lib/libharfbuzz-subset.so.0.61440.0
 #usr/lib/libharfbuzz-vector.so
 usr/lib/libharfbuzz-vector.so.0
-usr/lib/libharfbuzz-vector.so.0.61430.0
+usr/lib/libharfbuzz-vector.so.0.61440.0
 #usr/lib/libharfbuzz.so
 usr/lib/libharfbuzz.so.0
-usr/lib/libharfbuzz.so.0.61430.0
+usr/lib/libharfbuzz.so.0.61440.0
 #usr/lib/pkgconfig/harfbuzz-cairo.pc
 #usr/lib/pkgconfig/harfbuzz-gobject.pc
 #usr/lib/pkgconfig/harfbuzz-gpu.pc
diff --git a/lfs/harfbuzz b/lfs/harfbuzz
index e2de3e475..115601310 100644
--- a/lfs/harfbuzz
+++ b/lfs/harfbuzz
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 14.3.0
+VER        = 14.4.0
 
 THISAPP    = harfbuzz-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = e4cce203054d98bae061f7baeee2a13f0e71138601f355d8e149296df6ac04f02edfa3bdf14daee2c5a723024caac28c677c09089061f9bb7dc3d179ca8a3e38
+$(DL_FILE)_BLAKE2 = bca47aa5bc12e865529c031d34559978bc4d098f9e09a586e21c6631535a49f7b6c0c217bb03952e141df3a083465d2a811c27a9d136d0ae23e150d9a75ae9bb
 
 install : $(TARGET)
 
-- 
2.55.0



  parent reply	other threads:[~2026-09-08 19:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-08 19:52 [PATCH] abseil-cpp: Update to version 20260817.0 Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship elfutils Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship iproute2 Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship libcap-ng Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship libgcrypt Adolf Belka
2026-09-08 19:52 ` [PATCH] core205: Ship openssl Adolf Belka
2026-09-08 19:52 ` [PATCH] elfutils: Update to version 0.196 Adolf Belka
2026-09-08 19:52 ` [PATCH] expat: Update to version 2.8.4 Adolf Belka
2026-09-08 19:52 ` Adolf Belka [this message]
2026-09-08 19:52 ` [PATCH] iproute2: Update to version 7.2.0 Adolf Belka
2026-09-08 19:52 ` [PATCH] libcap-ng: Update to version 0.9.5 Adolf Belka
2026-09-08 19:52 ` [PATCH] libgcrypt: Update to version 1.12.3 Adolf Belka
2026-09-08 19:52 ` [PATCH] meson: Update to version 1.12.0 Adolf Belka
2026-09-08 19:52 ` [PATCH] openssl: Update to version 3.6.4 Adolf Belka
2026-09-08 19:52 ` [PATCH] protobuf: Update to version 36.1 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260908195241.2909132-9-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox