pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/utf8-cpp



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 24 11:09:28 UTC 2026

Modified Files:
        pkgsrc/textproc/utf8-cpp: Makefile distinfo

Log Message:
utf8-cpp: updated to 4.2.0

4.2.0

The new release contains two changes:

Fix for Fix for 144 reported by @dngr2 . UTF-16 iteration now properly throws exceptions in case of invalid data instead of just returning zero.
Optimization of UTF-8 decoding that can be significant or not depending on the data and the compiler. I wrote about it in my blog: When Compilers Disagree About UTF‑8


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/utf8-cpp/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/utf8-cpp/distinfo

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

Modified files:

Index: pkgsrc/textproc/utf8-cpp/Makefile
diff -u pkgsrc/textproc/utf8-cpp/Makefile:1.18 pkgsrc/textproc/utf8-cpp/Makefile:1.19
--- pkgsrc/textproc/utf8-cpp/Makefile:1.18      Thu May 21 05:04:05 2026
+++ pkgsrc/textproc/utf8-cpp/Makefile   Mon Aug 24 11:09:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/05/21 05:04:05 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/08/24 11:09:28 adam Exp $
 
-DISTNAME=      utf8-cpp-4.1.1
+DISTNAME=      utf8-cpp-4.2.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nemtrif/}
 GITHUB_PROJECT=        utfcpp

Index: pkgsrc/textproc/utf8-cpp/distinfo
diff -u pkgsrc/textproc/utf8-cpp/distinfo:1.19 pkgsrc/textproc/utf8-cpp/distinfo:1.20
--- pkgsrc/textproc/utf8-cpp/distinfo:1.19      Thu May 21 05:04:05 2026
+++ pkgsrc/textproc/utf8-cpp/distinfo   Mon Aug 24 11:09:28 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2026/05/21 05:04:05 adam Exp $
+$NetBSD: distinfo,v 1.20 2026/08/24 11:09:28 adam Exp $
 
-BLAKE2s (utf8-cpp-4.1.1.tar.gz) = da996c44b4e0e00a6a00662131a1657b253909b151d2ec773aca333aedc37ffb
-SHA512 (utf8-cpp-4.1.1.tar.gz) = 72061902812b3f5b27afb32c513fc337db4149b8a6e51cbfe497109f88145751484093990bb1b20b4eec2b9f621406690030401b2a51c9368eb481f00225cd24
-Size (utf8-cpp-4.1.1.tar.gz) = 36846 bytes
+BLAKE2s (utf8-cpp-4.2.0.tar.gz) = faaa87eae87a3907c21c5a28dcfe5dbe384b9d511930d987ea0a871236ed9521
+SHA512 (utf8-cpp-4.2.0.tar.gz) = 43cbd5b05ba407de3cc5b7a5144d18b3a088913021d8ed6a6a9640f528724f9951db5926ff7fb3210e8e7e820e65d7399e505e0bfa4060a35cbbee4a387ee5da
+Size (utf8-cpp-4.2.0.tar.gz) = 39626 bytes
 SHA1 (patch-CMakeLists.txt) = 29081aecbf01cb63a3eebb80b8c72f2673cc488c



Home | Main Index | Thread Index | Old Index