]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libunistring: Update to version 1.4.2
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 19 May 2026 21:28:34 +0000 (23:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 May 2026 14:41:45 +0000 (14:41 +0000)
- Update from version 1.3 to 1.4.2
- Update of rootfile
- Changelog
1.4.2
* Fixed a build failure on systems with glibc 2.43.
1.4.1
* Fixed a compilation error in C++ mode.
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.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libunistring
lfs/libunistring

index 0811a695df83986999d6b4231d00b0534ab8bf86..634af1211580ca9a27461716cc24e0af47e81d62 100644 (file)
@@ -22,7 +22,7 @@
 #usr/lib/libunistring.la
 #usr/lib/libunistring.so
 usr/lib/libunistring.so.5
-usr/lib/libunistring.so.5.2.0
+usr/lib/libunistring.so.5.2.1
 #usr/share/doc/libunistring
 #usr/share/doc/libunistring/libunistring_1.html
 #usr/share/doc/libunistring/libunistring_10.html
index 1ea398d3918023c3b881601024f8bb0113f9e32e..5c6ce05141b3a63342447c426a52cf15d005a481 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.3
+VER        = 1.4.2
 
 THISAPP    = libunistring-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 213d24ea4ba5e960a030bd83fc1b6c9d9a5e33d63ade8874e2a15d1b7a0acbe4b2d03df18065f6c17f01bfed94f7e70ef474e713f5c5ad2375cf2438457b0379
+$(DL_FILE)_BLAKE2 = a03c51d3b1295642f5933e1b129f1b3f81705ef10422a30e6786d36e5788334ee6fbff1d70b31e1a95a65a6869db35f7ce77f6a59555eadf1ee31ecf19d92ccd
 
 install : $(TARGET)