pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/utf8proc



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 31 12:20:27 UTC 2025

Modified Files:
        pkgsrc/converters/utf8proc: Makefile distinfo

Log Message:
utf8proc: updated to 2.11.3

2.11.3

Correct out-of-bounds memory access when calling utf8proc_map with both UTF8PROC_CHARBOUND and UTF8PROC_COMPOSE


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/converters/utf8proc/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/converters/utf8proc/distinfo

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

Modified files:

Index: pkgsrc/converters/utf8proc/Makefile
diff -u pkgsrc/converters/utf8proc/Makefile:1.24 pkgsrc/converters/utf8proc/Makefile:1.25
--- pkgsrc/converters/utf8proc/Makefile:1.24    Sun Nov 23 06:56:38 2025
+++ pkgsrc/converters/utf8proc/Makefile Wed Dec 31 12:20:27 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/11/23 06:56:38 adam Exp $
+# $NetBSD: Makefile,v 1.25 2025/12/31 12:20:27 adam Exp $
 
-DISTNAME=      utf8proc-2.11.2
+DISTNAME=      utf8proc-2.11.3
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=JuliaLang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE=   libutf8proc.pc.in
 # Use ABI version from CMakeLists.txt to stay compatible with cmake builds
 UTF8PROC_ABI_MAJOR=    3
 UTF8PROC_ABI_MINOR=    2
-UTF8PROC_ABI_PATCH=    0
+UTF8PROC_ABI_PATCH=    3
 
 do-configure:
        cd ${WRKSRC} && ${SED}                                          \

Index: pkgsrc/converters/utf8proc/distinfo
diff -u pkgsrc/converters/utf8proc/distinfo:1.19 pkgsrc/converters/utf8proc/distinfo:1.20
--- pkgsrc/converters/utf8proc/distinfo:1.19    Sun Nov 23 06:56:38 2025
+++ pkgsrc/converters/utf8proc/distinfo Wed Dec 31 12:20:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/11/23 06:56:38 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/12/31 12:20:27 adam Exp $
 
-BLAKE2s (utf8proc-2.11.2.tar.gz) = b4a62b9e10d776f8246790ca40c08db1ae1264ea07f74fe93f3ae9b42c1757f8
-SHA512 (utf8proc-2.11.2.tar.gz) = 59109d6e4e4f34e23ee9c112199f6eb781f4f58300749dabe418ac5fc1a914e5d522129b86e35f59c224e1bb099a091307206d0cf8012f82c42b92127c1b1aba
-Size (utf8proc-2.11.2.tar.gz) = 202477 bytes
+BLAKE2s (utf8proc-2.11.3.tar.gz) = 19c7509679aaa9e885a4b94eda396bebd3b4b82b4523c26464efd320c5814538
+SHA512 (utf8proc-2.11.3.tar.gz) = 148701fce506d076f03497b6d085f1993eff743debad4a2f6d3cbac91e19a5c22d9938245bdb460c1b22b51842c7416c42124db7416c684ee63d622490baac0e
+Size (utf8proc-2.11.3.tar.gz) = 202535 bytes



Home | Main Index | Thread Index | Old Index