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:   wiz
Date:           Sun Aug 24 15:59:29 UTC 2025

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

Log Message:
harfbuzz: update to 11.4.3.

Overview of changes leading to 11.4.3
Saturday, August 23, 2025
====================================
- Make shaping fail much faster for certain malformed fonts (e.g., those that
  trigger infinite recursion).
- Fix undefined behaviour introduced in 11.4.2.
- Fix detection of the “Cambria Math” font when fonts are scaled, so the
  workaround for the bad `MATH` table constant is applied.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.155 -r1.156 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.65 pkgsrc/fonts/harfbuzz/Makefile.common:1.66
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.65  Fri Aug 22 04:54:13 2025
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Sun Aug 24 15:59:29 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.65 2025/08/22 04:54:13 adam Exp $
+# $NetBSD: Makefile.common,v 1.66 2025/08/24 15:59:29 wiz Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-11.4.2
+DISTNAME=      harfbuzz-11.4.3
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.155 pkgsrc/fonts/harfbuzz/distinfo:1.156
--- pkgsrc/fonts/harfbuzz/distinfo:1.155        Fri Aug 22 04:54:13 2025
+++ pkgsrc/fonts/harfbuzz/distinfo      Sun Aug 24 15:59:29 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.155 2025/08/22 04:54:13 adam Exp $
+$NetBSD: distinfo,v 1.156 2025/08/24 15:59:29 wiz Exp $
 
-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
+BLAKE2s (harfbuzz-11.4.3.tar.xz) = 2f65e9de1a4bf5a9c25d3d61dbf5e6497b1bb397cb99dea2b33580cdee2ef657
+SHA512 (harfbuzz-11.4.3.tar.xz) = 2472bf2958c5a3fbdf5bc1dc81b13658c3c5d1851a2d6f7ae9e9ee19c6a3f0452da2e2f0e38ff5b840a59c27e86fde194cfeb80d0849264a3f60c476217cf261
+Size (harfbuzz-11.4.3.tar.xz) = 18122692 bytes
 SHA1 (patch-src_meson.build) = 5b46f9933d5dea1f842fccf63eb92faae1f7c90f
 SHA1 (patch-util_meson.build) = 50c5146c723a734ee42609dcc384de0feb46369e



Home | Main Index | Thread Index | Old Index