pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/raqm
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 23 12:43:59 UTC 2026
Modified Files:
pkgsrc/graphics/raqm: Makefile distinfo
Log Message:
raqm: updated to 0.11.0
0.11.0
Update grapheme cluster boundary detection to Unicode 17, conforming to Unicode UAX 29 and verified against the Unicode conformance test.
Reject input that spans multiple paragraphs, raqm_layout() now fails when the text contains a paragraph separator.
Fix out-of-bounds read in the UTF-8 and UTF-16 decoders.
Build, CI and documentation updates.
New API:
raqm_get_par_detected_direction
raqm_allowed_grapheme_boundary
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/raqm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/raqm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/raqm/Makefile
diff -u pkgsrc/graphics/raqm/Makefile:1.7 pkgsrc/graphics/raqm/Makefile:1.8
--- pkgsrc/graphics/raqm/Makefile:1.7 Tue Apr 14 06:31:25 2026
+++ pkgsrc/graphics/raqm/Makefile Thu Jul 23 12:43:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/04/14 06:31:25 adam Exp $
+# $NetBSD: Makefile,v 1.8 2026/07/23 12:43:59 adam Exp $
-DISTNAME= raqm-0.10.5
+DISTNAME= raqm-0.11.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=HOST-Oman/}
GITHUB_PROJECT= libraqm
Index: pkgsrc/graphics/raqm/distinfo
diff -u pkgsrc/graphics/raqm/distinfo:1.5 pkgsrc/graphics/raqm/distinfo:1.6
--- pkgsrc/graphics/raqm/distinfo:1.5 Tue Apr 14 06:31:25 2026
+++ pkgsrc/graphics/raqm/distinfo Thu Jul 23 12:43:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2026/04/14 06:31:25 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/07/23 12:43:59 adam Exp $
-BLAKE2s (raqm-0.10.5.tar.xz) = 35b2a63f2ee90f83d7212041b25e7f7d5a7969e8e7d6ad884de0c44d4f708333
-SHA512 (raqm-0.10.5.tar.xz) = 01e0b2b6f44cc92d7d4bb28281c6da1e55e9615652236ca8ab1e7870415002351ac0a6abf6e229519e196c4c099191ed8f338ab75ef0a86fe715a8bb5b1b2bd0
-Size (raqm-0.10.5.tar.xz) = 217188 bytes
+BLAKE2s (raqm-0.11.0.tar.xz) = 16f8775b604c669a068d7c06dc70c57cd46ce0f29335ce167b52eb9affc61880
+SHA512 (raqm-0.11.0.tar.xz) = 734afe1f9b55c5c9370a8e54eeb96610beb4fe028b2510025879e37075f478011a83be4c6efbd42622e453d551f62b4a71ffd54bae0fd5e1b5fb8953f20e4b04
+Size (raqm-0.11.0.tar.xz) = 234008 bytes
Home |
Main Index |
Thread Index |
Old Index