- 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 <[email protected]> --- 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) -- 2.54.0
