fribidi: Update to version 1.0.17

Message ID 20260921140958.515074-6-adolf.belka@ipfire.org
State Staged
Commit 89ec32123a060a9e57f4c1f6f01fb6050ccb4f4c
Headers
Series fribidi: Update to version 1.0.17 |

Commit Message

Adolf Belka 21 Sep 2026, 2:09 p.m. UTC
- Update from version 1.0.16 to 1.0.17
- Update of rootfile
- Changelog
1.0.17
* Update Unicode character databases to v18.0.0
* Significant performance improvements: FSI base direction resolution,
  N0 bracket pairing, embedding-level resolution, and fribidi_reorder_line()
  no longer have quadratic worst-case behavior, giving large speedups on
  long paragraphs/lines.
* Fixed fribidi_set_reorder_nsm() and fribidi_set_mirroring() not taking
  effect when called before fribidi_log2vis().
* Fixed bracket pairing (N0) to match brackets by canonical equivalence
  only, per UAX #9 BD16.
* Fixed a stack buffer overflow when parsing character-set equivalence
  tables, and an out-of-bounds read on trailing '_' in charset data.
* fribidi-main: fixed truncation of lines/output containing embedded
  NUL bytes.
* Generate and install the fribidi(1) man page.
* Various build fixes (MSVC, MinGW, GCC 14 warnings).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/fribidi | 1 +
 lfs/fribidi                     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/fribidi b/config/rootfiles/common/fribidi
index c19632203..d9b06140f 100644
--- a/config/rootfiles/common/fribidi
+++ b/config/rootfiles/common/fribidi
@@ -26,6 +26,7 @@ 
 usr/lib/libfribidi.so.0
 usr/lib/libfribidi.so.0.4.0
 #usr/lib/pkgconfig/fribidi.pc
+#usr/share/man/man1/fribidi.1
 #usr/share/man/man3/fribidi_charset_to_unicode.3
 #usr/share/man/man3/fribidi_debug_status.3
 #usr/share/man/man3/fribidi_get_bidi_type.3
diff --git a/lfs/fribidi b/lfs/fribidi
index 9e32b79d7..f215cc0ce 100644
--- a/lfs/fribidi
+++ b/lfs/fribidi
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  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.0.16
+VER        = 1.0.17
 
 THISAPP    = fribidi-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 9a0dce6152ba0f0ca4a42a83ca0f6d234fb9fef2a681d274aab6922e3394b70430e677fd549b17b13d928d733c0e72a7e3527cfb461971bbfd155ec1bd5e738c
+$(DL_FILE)_BLAKE2 = 5e2fdef3c47e12af85b2e8d7a9d421a3e9a0f1a92e36bee267a45960c8f3cdc0628011d301d9f0f02ce68bf7007ad14fa4520a41da4a8e3d09483b5e50e83a57
 
 install : $(TARGET)