pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 22 04:54:13 UTC 2025

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile.common distinfo

Log Message:
harfbuzz: updated to 11.4.2

11.4.2
- Various performance and memory usage improvements.
- The `hb-shape` command line tool can now be built with the amalgamated
  `harfbuzz.cc` source.
- Fix regression in handling version 2 of `avar` table.
- Increase various buffer length limits for better handling of fonts that
  generate huge number of glyphs per codepoint (e.g. Noto Sans Duployan)
- Improvements to the harfrust shaper for more accurate testing.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.154 -r1.155 pkgsrc/fonts/harfbuzz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.64 pkgsrc/fonts/harfbuzz/Makefile.common:1.65
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.64  Wed Aug 20 19:34:45 2025
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Fri Aug 22 04:54:13 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.64 2025/08/20 19:34:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.65 2025/08/22 04:54:13 adam Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-11.4.1
+DISTNAME=      harfbuzz-11.4.2
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.154 pkgsrc/fonts/harfbuzz/distinfo:1.155
--- pkgsrc/fonts/harfbuzz/distinfo:1.154        Wed Aug 20 19:34:45 2025
+++ pkgsrc/fonts/harfbuzz/distinfo      Fri Aug 22 04:54:13 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.154 2025/08/20 19:34:45 wiz Exp $
+$NetBSD: distinfo,v 1.155 2025/08/22 04:54:13 adam Exp $
 
-BLAKE2s (harfbuzz-11.4.1.tar.xz) = 0947faea82838e1a09a8eeaccc8b7c31b1551182abbfbce816182565406b0994
-SHA512 (harfbuzz-11.4.1.tar.xz) = e5f8f903abfde1681d8fcfd1ac56cb01e8d11191abe41e54dc879742fd326681fd589b944bfaa05d76bfa7436e29ddb40367878864fed1b8d41d65ee408eef5d
-Size (harfbuzz-11.4.1.tar.xz) = 18122072 bytes
+BLAKE2s (harfbuzz-11.4.2.tar.xz) = 65ef0ff857e0c51e9fcb458e1101e4d3948ffe96b1de43766b63b9ac25e418bd
+SHA512 (harfbuzz-11.4.2.tar.xz) = 63f2447d8eb4b3fe8ea1d9dc9fbfe2b39751b4df2b4edd049a90184c0deea59f610ca5400f3c6016b2e7b93dbb2edf823d8b278891dcfc8921fe297f77308abd
+Size (harfbuzz-11.4.2.tar.xz) = 18124728 bytes
 SHA1 (patch-src_meson.build) = 5b46f9933d5dea1f842fccf63eb92faae1f7c90f
 SHA1 (patch-util_meson.build) = 50c5146c723a734ee42609dcc384de0feb46369e



Home | Main Index | Thread Index | Old Index