[packages/harfbuzz] up to 12.3.1

atler atler at pld-linux.org
Wed Jan 21 00:02:41 CET 2026


commit 17d707200285d8e4b0f00aaf9638bfdd102ac854
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Jan 21 00:02:19 2026 +0100

    up to 12.3.1

 harfbuzz.spec        |  8 +++-----
 null-ptr-deref.patch | 25 -------------------------
 2 files changed, 3 insertions(+), 30 deletions(-)
---
diff --git a/harfbuzz.spec b/harfbuzz.spec
index 5dda93a..d754e71 100644
--- a/harfbuzz.spec
+++ b/harfbuzz.spec
@@ -8,13 +8,12 @@
 Summary:	HarfBuzz - internationalized text shaping library
 Summary(pl.UTF-8):	HarfBuzz - biblioteka rysująca tekst z obsługą wielu języków
 Name:		harfbuzz
-Version:	12.3.0
-Release:	2
+Version:	12.3.1
+Release:	1
 License:	MIT
 Group:		Libraries
 Source0:	https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5:	1a61090b530e820c685911ac198a04bc
-Patch0:		null-ptr-deref.patch
+# Source0-md5:	e2be6ab317a1ee294442f68d13c592d4
 URL:		https://harfbuzz.github.io/
 BuildRequires:	cairo-devel >= 1.10.0
 BuildRequires:	chafa-devel >= 1.6.0
@@ -223,7 +222,6 @@ Dokumentacja API bibliotek HarfBuzz.
 
 %prep
 %setup -q
-%patch -P0 -p1
 
 %build
 %meson \
diff --git a/null-ptr-deref.patch b/null-ptr-deref.patch
deleted file mode 100644
index 81a02d6..0000000
--- a/null-ptr-deref.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 1265ff8d990284f04d8768f35b0e20ae5f60daae Mon Sep 17 00:00:00 2001
-From: Behdad Esfahbod <behdad at behdad.org>
-Date: Fri, 9 Jan 2026 04:54:42 -0700
-Subject: [PATCH] [cmap] malloc fail test (#5710)
-
-Fixes https://github.com/harfbuzz/harfbuzz/security/advisories/GHSA-xvjr-f2r9-c7ww
----
- src/hb-ot-cmap-table.hh | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/hb-ot-cmap-table.hh b/src/hb-ot-cmap-table.hh
-index 32f705bb3c5..d08e66edaa2 100644
---- a/src/hb-ot-cmap-table.hh
-+++ b/src/hb-ot-cmap-table.hh
-@@ -1670,6 +1670,10 @@ struct SubtableUnicodesCache {
-   {
-     SubtableUnicodesCache* cache =
-         (SubtableUnicodesCache*) hb_malloc (sizeof(SubtableUnicodesCache));
-+
-+    if (unlikely (!cache))
-+      return nullptr;
-+
-     new (cache) SubtableUnicodesCache (source_table);
-     return cache;
-   }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/harfbuzz.git/commitdiff/17d707200285d8e4b0f00aaf9638bfdd102ac854



More information about the pld-cvs-commit mailing list