pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libunistring



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  9 05:56:05 UTC 2026

Modified Files:
        pkgsrc/textproc/libunistring: Makefile PLIST distinfo
Removed Files:
        pkgsrc/textproc/libunistring/patches: patch-config.h.in
            patch-gnulib-m4_assert__h.m4 patch-lib_Makefile.in
            patch-lib_stdbool.mini.h

Log Message:
libunistring: update to 1.4.2.

New in 1.4.2:
* Fixed a build failure on systems with glibc 2.43.

New in 1.4.1:
* Fixed a compilation error in C++ mode.

New in 1.4:
* The data tables and algorithms have been updated to Unicode version 17.0.0.
* Fixed a bug: The functions u*_grapheme_next and u*_grapheme_prev did not
  work right for strings with Indic characters, Emojis, or regional indicators.

New in 1.3:
* The data tables and algorithms have been updated to Unicode version 16.0.0.
* New function
    uc_is_property_modifier_combining_mark
  and new constant
    UC_PROPERTY_MODIFIER_COMBINING_MARK.
* Fixed a bug in the *printf functions: The %ls and %lc directives could
  lead to a crash on Solaris and MSVC.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/libunistring/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/libunistring/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/libunistring/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/textproc/libunistring/patches/patch-config.h.in \
    pkgsrc/textproc/libunistring/patches/patch-gnulib-m4_assert__h.m4
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/textproc/libunistring/patches/patch-lib_Makefile.in \
    pkgsrc/textproc/libunistring/patches/patch-lib_stdbool.mini.h

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

Modified files:

Index: pkgsrc/textproc/libunistring/Makefile
diff -u pkgsrc/textproc/libunistring/Makefile:1.19 pkgsrc/textproc/libunistring/Makefile:1.20
--- pkgsrc/textproc/libunistring/Makefile:1.19  Fri Mar  1 06:19:33 2024
+++ pkgsrc/textproc/libunistring/Makefile       Thu Apr  9 05:56:04 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2024/03/01 06:19:33 kim Exp $
+# $NetBSD: Makefile,v 1.20 2026/04/09 05:56:04 wiz Exp $
 
-DISTNAME=      libunistring-1.2
+DISTNAME=      libunistring-1.4.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNU:=libunistring/}
 
-MAINTAINER=    gdt%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/libunistring/
 COMMENT=       Unicode string library
 LICENSE=       gnu-lgpl-v3 OR gnu-gpl-v2 # or-later OR or-later

Index: pkgsrc/textproc/libunistring/PLIST
diff -u pkgsrc/textproc/libunistring/PLIST:1.6 pkgsrc/textproc/libunistring/PLIST:1.7
--- pkgsrc/textproc/libunistring/PLIST:1.6      Sun Feb 25 15:44:03 2024
+++ pkgsrc/textproc/libunistring/PLIST  Thu Apr  9 05:56:04 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/02/25 15:44:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/04/09 05:56:04 wiz Exp $
 include/unicase.h
 include/uniconv.h
 include/unictype.h
@@ -13,7 +13,6 @@ include/unistring/cdefs.h
 include/unistring/iconveh.h
 include/unistring/inline.h
 include/unistring/localcharset.h
-include/unistring/stdbool.h
 include/unistring/stdint.h
 include/unistring/version.h
 include/unistring/woe32dll.h

Index: pkgsrc/textproc/libunistring/distinfo
diff -u pkgsrc/textproc/libunistring/distinfo:1.18 pkgsrc/textproc/libunistring/distinfo:1.19
--- pkgsrc/textproc/libunistring/distinfo:1.18  Sun Oct  5 14:51:47 2025
+++ pkgsrc/textproc/libunistring/distinfo       Thu Apr  9 05:56:04 2026
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.18 2025/10/05 14:51:47 js Exp $
+$NetBSD: distinfo,v 1.19 2026/04/09 05:56:04 wiz Exp $
 
-BLAKE2s (libunistring-1.2.tar.gz) = b97d32f3927bb713b91636c347f006c4a2929a57acd0c49cd03e81b6f9dd0575
-SHA512 (libunistring-1.2.tar.gz) = aaf3421fe19bc25bd0f84ba19412fac1ffe2f5f64911de4ddfbccd24ac83afcc6303ea2925c297ef3b387a741e572bea9de1cee8adc0adf850681b09e013c22d
-Size (libunistring-1.2.tar.gz) = 4469574 bytes
-SHA1 (patch-config.h.in) = 0ee6fdbc33866a0ef9524dcbb32804c5c0578a36
-SHA1 (patch-gnulib-m4_assert__h.m4) = b5667ee9c51a676bdd9bd1e91f176fc2cd1c40cb
-SHA1 (patch-lib_Makefile.in) = f2335fa6a8b088e701a4d8bd433b45359be5c243
-SHA1 (patch-lib_stdbool.mini.h) = 0b4a3b3e461b517f28e9a58da0f50045467d2d2a
+BLAKE2s (libunistring-1.4.2.tar.gz) = d7b7b08a113d29fdc7ff55e1f76b969c09e2706596367a4d9b1f67c50ddbe0f4
+SHA512 (libunistring-1.4.2.tar.gz) = 9a0b1442703bfb49d55b0a9f5fb4a8aa2a511e90cc0e7d3d6a477dea038ee0f7625bb50063bfb24b374ad11fb5525036e56e7c72e892b583a56df74e1968a671
+Size (libunistring-1.4.2.tar.gz) = 5046603 bytes
 SHA1 (patch-tests_pselect.c) = bd5c3bd4f5b7f41856d409f165be0e53e8aaee80



Home | Main Index | Thread Index | Old Index