From patchwork Wed Jun 10 19:01:55 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9929 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gbFX50q6fz3wb2 for ; Wed, 10 Jun 2026 19:02:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gbFX3487jz7WY for ; Wed, 10 Jun 2026 19:02:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gbFWy6Dp2z37C3 for ; Wed, 10 Jun 2026 19:02:22 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gbFWr2bP3z340Z for ; Wed, 10 Jun 2026 19:02:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gbFWq4jdWz71L; Wed, 10 Jun 2026 19:02:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1781118135; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FVuCy1ICutCUECRPFnLrBZf6Ytf0uuLRzz5whoFFlbY=; b=HKCqilgUlLLxJVHkYoLGLDVg+dBigqQWRE2XA7LNW3jyo4/dEiud2jMs0pE52V64QzmwE5 yoxIywmPUz3/VxAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1781118135; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FVuCy1ICutCUECRPFnLrBZf6Ytf0uuLRzz5whoFFlbY=; b=VGC/u/8qWZRHIjp/f3aUVwY0niZhcqEPA8FjjGRbCZi13N2bGDy0tXXOxCtvVzqxQjXzBx j2dk1Hb2iHbrtKVHvU6a3tjsr6unuCtoCWKmJcD+q3K5uk8OJAZMWmsxflq7ZVOT1qFgG/ PP6oRB78XjKziF15sqZcQhAnz+4zuK6VWhyA7ERD6sjvNC6bYbQ3S5j/wASOYKdvvJocFa D5BTHk/x3uOT8HPXfxkywY+n7+ciZpwoeuibwDsM1eklOCPGnBMFSNuWpeHTTuSontNGJF 2f6rdTf0GhDUYtXBTjmivrZLHt9F+0fRhFzZ4abm5XfrbZNQ4C71TOH4mPRt1g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] harfbuzz: Update to version 14.2.1 Date: Wed, 10 Jun 2026 21:01:55 +0200 Message-ID: <20260610190208.3662425-10-adolf.belka@ipfire.org> In-Reply-To: <20260610190208.3662425-1-adolf.belka@ipfire.org> References: <20260610190208.3662425-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 14.2.0 to 14.2.1 - Update of rootfile - Changelog 14.2.1 - Various AAT shaping fixes: legacy `mort` contextual offsets (which could produce out-of-font glyph IDs), in-place deleted-glyph replacements, and overflow in obsolete offset math. - Fix Arabic PUA fallback shaping for the isolated lam-alef-maksura ligature. - Fix float-to-int overflow in `avar2` mapping with malformed fonts. - Harden buffer verification after detecting non-monotone clusters. - Various `COLR` v1 fixes: fix handling of `.notdef` without paint, round alpha consistently, and report the root clip under the font transform. - Various Glyph-extents fixes: inclusive rounding, and floating-point scaling before rounding so the reported box always covers the glyph. - Various Subsetting fixes: keep the `palt` spacing feature by default, raise the repacker `MAX_SPACES` limit, fix a repacker crash on shared `LigatureSet` nodes, guard `gvar` size overflow on 32-bit, and fix the `post` glyph-name sort comparator on macOS. - Replace `std::sort` with an internal quicksort, removing leaked `std::` symbols from the `libharfbuzz` ABI. - Harden size computations with saturating arithmetic against 32-bit overflow. - Various improvements to the experimental Rust shaper (HarfRust) and font functions (`fontations`): honor custom font funcs, key shape plans on features, faster buffer handling, and update to HarfRust 0.8. - Various fixes to the experimental `harfbuzz-gpu` and `harfbuzz-vector` libraries, including a `harfbuzz-vector` heap buffer overflow and Windows build fixes. - Map the `Hrkt` (Katakana or Hiragana) script tag to the `kana` OpenType tag. - Build configuration: new `HB_CONFIG_OVERRIDE_LAST_H` override header, decouple `HB_NO_DRAW` from `HB_NO_CFF`, and an optional `hb-allocator` Cargo feature. - Various build, CI, and fuzzing fixes. Signed-off-by: Adolf Belka --- 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 63fe01c89..2dd6c0134 100644 --- a/config/rootfiles/common/harfbuzz +++ b/config/rootfiles/common/harfbuzz @@ -52,25 +52,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.61420.0 +usr/lib/libharfbuzz-cairo.so.0.61421.0 #usr/lib/libharfbuzz-gobject.so usr/lib/libharfbuzz-gobject.so.0 -usr/lib/libharfbuzz-gobject.so.0.61420.0 +usr/lib/libharfbuzz-gobject.so.0.61421.0 #usr/lib/libharfbuzz-gpu.so usr/lib/libharfbuzz-gpu.so.0 -usr/lib/libharfbuzz-gpu.so.0.61420.0 +usr/lib/libharfbuzz-gpu.so.0.61421.0 #usr/lib/libharfbuzz-raster.so usr/lib/libharfbuzz-raster.so.0 -usr/lib/libharfbuzz-raster.so.0.61420.0 +usr/lib/libharfbuzz-raster.so.0.61421.0 #usr/lib/libharfbuzz-subset.so usr/lib/libharfbuzz-subset.so.0 -usr/lib/libharfbuzz-subset.so.0.61420.0 +usr/lib/libharfbuzz-subset.so.0.61421.0 #usr/lib/libharfbuzz-vector.so usr/lib/libharfbuzz-vector.so.0 -usr/lib/libharfbuzz-vector.so.0.61420.0 +usr/lib/libharfbuzz-vector.so.0.61421.0 #usr/lib/libharfbuzz.so usr/lib/libharfbuzz.so.0 -usr/lib/libharfbuzz.so.0.61420.0 +usr/lib/libharfbuzz.so.0.61421.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 f6f83f22a..1c4055a9b 100644 --- a/lfs/harfbuzz +++ b/lfs/harfbuzz @@ -24,7 +24,7 @@ include Config -VER = 14.2.0 +VER = 14.2.1 THISAPP = harfbuzz-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = bc0df1fad40bbd2f7348d16e1d17927285a1e64eae02bf27f5921691cb77cbe8646a5f51e14c97953416b9e08f326c824646d2f114b59e37579657727cf706f4 +$(DL_FILE)_BLAKE2 = 7dab5e69ea502a8b65e1a84c84796ce1afa5e369f3d705af3bbb884a116bf283a170a613831a5af2d28d5eea87360909335590c1a5f9d914088317041b5c01b4 install : $(TARGET)