fribidi: Update to version 1.0.17
Commit Message
- 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(-)
@@ -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
@@ -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)