From patchwork Tue May 19 21:28:34 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9837 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gKnqL6s9Cz3wqw for ; Tue, 19 May 2026 21:29:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gKnqD0Glhz6vk for ; Tue, 19 May 2026 21:28:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gKnq81DWMz36VC for ; Tue, 19 May 2026 21:28:52 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gKnq222Zpz32d3 for ; Tue, 19 May 2026 21:28:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gKnq05N4Lz2B0; Tue, 19 May 2026 21:28:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779226124; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iGjQ4Il1Obf19dEy2pbhyqr0Z1hIDt4Nyv1mX69BI6Q=; b=XIioH2my475CG5ZizTSvicKw0a1jIkQ4WSuTVhSVDIkYgyrXkB5NED6taKdsjsQeVIHG3p aH5b73WKad1IVoAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779226124; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iGjQ4Il1Obf19dEy2pbhyqr0Z1hIDt4Nyv1mX69BI6Q=; b=JLUOXCs4CWkBYqwG3/nm6P12PmZUDvz0MBIfih10EPWZDLzlpWruKkx4HXbzmoayi5W3ce D2KYClR/cSCiqkS+FTac5Ad3YW/6JCpNzLbb+QKaNy37npkN64Xdyj0/F2z9cE69KSajxj jh8T3m/2JNxeSXqZrJe4RCkZrA6xLt0N45mH+p0D6wJptGVUuFsgCklu5a+Q4JxbjupLT8 GcH6rDHepZVg06XzcIZ8/GAn0gFRfOTpyDlA1ZBofazW7ETh6l3Jn/c0qH3LQwSouqzT8a 1EYjdLk/vacXuc/VcnIHvzuBFIWBxRKas0P0gBCcjz1nayP2a46kpY6pFVpoBg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libunistring: Update to version 1.4.2 Date: Tue, 19 May 2026 23:28:34 +0200 Message-ID: <20260519212838.3147035-13-adolf.belka@ipfire.org> In-Reply-To: <20260519212838.3147035-1-adolf.belka@ipfire.org> References: <20260519212838.3147035-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- config/rootfiles/common/libunistring | 2 +- lfs/libunistring | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libunistring b/config/rootfiles/common/libunistring index 0811a695d..634af1211 100644 --- a/config/rootfiles/common/libunistring +++ b/config/rootfiles/common/libunistring @@ -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 diff --git a/lfs/libunistring b/lfs/libunistring index 1ea398d39..5c6ce0514 100644 --- a/lfs/libunistring +++ b/lfs/libunistring @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # 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)