public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] harfbuzz: Update to version 11.0.0
@ 2025-03-31 13:15 Adolf Belka
  2025-03-31 13:15 ` [PATCH] iproute2: Update to version 6.14.0 Adolf Belka
  2025-03-31 13:15 ` [PATCH] xz: Update to version 5.8.0 Adolf Belka
  0 siblings, 2 replies; 3+ messages in thread
From: Adolf Belka @ 2025-03-31 13:15 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 10.4.0 to 11.0.0
- Update of rootfile
- Changelog
    11.0.0
	- There are three new font-functions implementations (integrations) in this
	  release:
	  * `hb-coretext` has gained one, calling into the CoreText library,
	  * `hb-directwrite` has gained one, calling into the DirectWrite library.
	  * `hb-fontations` has gained one, calling into the Skrifa Rust library.
	  All three are mostly useful for performance and correctness testing, but some
	  clients might find them useful.
	  An API is added to use them from a single API by providing a backend name
	  string:
	  * `hb_font_set_funcs_using()`
	- Several new APIs are added, to load a font-face using different
	  "face-loaders", and a single entry point to them all using a loader name
	  string:
	  * `hb_ft_face_create_from_file_or_fail()` and
	    `hb_ft_face_create_from_blob_or_fail()`
	  * `hb_coretext_face_create_from_file_or_fail()` and
	    `hb_coretext_face_create_from_blob_or_fail()`
	  * `hb_directwrite_face_create_from_file_or_fail()` and
	    `hb_directwrite_face_create_from_blob_or_fail()`
	  * `hb_face_create_from_file_or_fail_using()`
	- All drawing and painting operations using the default, `hb-ot` functions have
	  become memory allocation-free.
	- Several performance optimizations have been implemented.
	- Application of the `trak` table during shaping has been improved.
	- The `directwrite` shaper now supports font variations, and correctly applies
	  user features.
	- The `hb-directwrite` API and shaper has graduated from experimental.
	- Various bug fixes and other improvements.
	- New API:
		+hb_malloc
		+hb_calloc
		+hb_realloc
		+hb_free
		+hb_face_list_loaders
		+hb_face_create_or_fail_using
		+hb_face_create_from_file_or_fail_using
		+hb_font_list_funcs
		+hb_font_set_funcs_using
		+hb_coretext_face_create_from_blob_or_fail
		+hb_directwrite_face_create_from_file_or_fail
		+hb_directwrite_face_create_from_blob_or_fail
		+hb_directwrite_font_create
		+hb_directwrite_font_get_dw_font_face
		+hb_directwrite_font_set_funcs
		+hb_fontations_font_set_funcs
		+hb_ft_face_create_from_blob_or_fail
		+hb_paint_push_font_transform
		+hb_paint_push_inverse_font_transform
		+HB_BUFFER_CLUSTER_LEVEL_GRAPHEMES
		+HB_BUFFER_CLUSTER_LEVEL_IS_MONOTONE
		+HB_BUFFER_CLUSTER_LEVEL_IS_GRAPHEMES
		+HB_BUFFER_CLUSTER_LEVEL_IS_CHARACTERS
	- Deprecated API:
		+hb_directwrite_font_get_dw_font

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

diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfbuzz
index e10840df6..20faa0525 100644
--- a/config/rootfiles/common/harfbuzz
+++ b/config/rootfiles/common/harfbuzz
@@ -47,16 +47,16 @@
 #usr/lib/cmake/harfbuzz/harfbuzz-config.cmake
 #usr/lib/libharfbuzz-cairo.so
 usr/lib/libharfbuzz-cairo.so.0
-usr/lib/libharfbuzz-cairo.so.0.61040.0
+usr/lib/libharfbuzz-cairo.so.0.61100.0
 #usr/lib/libharfbuzz-gobject.so
 usr/lib/libharfbuzz-gobject.so.0
-usr/lib/libharfbuzz-gobject.so.0.61040.0
+usr/lib/libharfbuzz-gobject.so.0.61100.0
 #usr/lib/libharfbuzz-subset.so
 usr/lib/libharfbuzz-subset.so.0
-usr/lib/libharfbuzz-subset.so.0.61040.0
+usr/lib/libharfbuzz-subset.so.0.61100.0
 #usr/lib/libharfbuzz.so
 usr/lib/libharfbuzz.so.0
-usr/lib/libharfbuzz.so.0.61040.0
+usr/lib/libharfbuzz.so.0.61100.0
 #usr/lib/pkgconfig/harfbuzz-cairo.pc
 #usr/lib/pkgconfig/harfbuzz-gobject.pc
 #usr/lib/pkgconfig/harfbuzz-subset.pc
diff --git a/lfs/harfbuzz b/lfs/harfbuzz
index 6388b9d3c..be8fe3d25 100644
--- a/lfs/harfbuzz
+++ b/lfs/harfbuzz
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 10.4.0
+VER        = 11.0.0
 
 THISAPP    = harfbuzz-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 21a2ed81ead5f06658c6153ad756631aacf5522bf58cdc5a54585cc03b0562c634ecabcd686fa76d2dda3497eb1a7d9e10c771e29da62c5946438d9ed8c46075
+$(DL_FILE)_BLAKE2 = 0775321ea24a257d6609f59e9f0fa7129416575938ff11e16f9df2a33bd9391e0dc20bf4be75131f1b8e15961dc04e3fef1d6ff88de71c556a9aab7889f0a185
 
 install : $(TARGET)
 
-- 
2.49.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] iproute2: Update to version 6.14.0
  2025-03-31 13:15 [PATCH] harfbuzz: Update to version 11.0.0 Adolf Belka
@ 2025-03-31 13:15 ` Adolf Belka
  2025-03-31 13:15 ` [PATCH] xz: Update to version 5.8.0 Adolf Belka
  1 sibling, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2025-03-31 13:15 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 6.11.0 to 6.14.0
- Update of rootfile
- Changelog is not available. Details of changes have to be found by reviewing the git
   log file - https://web.git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/

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

diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
index da7134d2d..6c4dac6e0 100644
--- a/config/rootfiles/common/iproute2
+++ b/config/rootfiles/common/iproute2
@@ -95,6 +95,7 @@ usr/share/bash-completion/completions/tc
 #usr/share/man/man8/nstat.8
 #usr/share/man/man8/rdma-dev.8
 #usr/share/man/man8/rdma-link.8
+#usr/share/man/man8/rdma-monitor.8
 #usr/share/man/man8/rdma-resource.8
 #usr/share/man/man8/rdma-statistic.8
 #usr/share/man/man8/rdma-system.8
@@ -171,4 +172,3 @@ usr/share/bash-completion/completions/tc
 #usr/share/man/man8/vdpa-dev.8
 #usr/share/man/man8/vdpa-mgmtdev.8
 #usr/share/man/man8/vdpa.8
-#var/lib/arpd
diff --git a/lfs/iproute2 b/lfs/iproute2
index 0ba0f3835..6dd3d4c3b 100644
--- a/lfs/iproute2
+++ b/lfs/iproute2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  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        = 6.11.0
+VER        = 6.14.0
 #		https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/
 
 THISAPP    = iproute2-$(VER)
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)             = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 1a360d7cb9a70f5cde184abe934f2d08e9c0d2196c4ec10015636af3984abe2738d9dd8d6c7a69569fc7449e9933829f4eccd593ab8c041ce7b6385adaed63cc
+$(DL_FILE)_BLAKE2 = 18bd180c608b657694f4713bf915d45006c97a7206a3260ac52149d4c976422e1949ada425d4989c5a7e327e3d8eb45ea990de25f3645bb1308ac2531bf834d2
 
 install : $(TARGET)
 
-- 
2.49.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] xz: Update to version 5.8.0
  2025-03-31 13:15 [PATCH] harfbuzz: Update to version 11.0.0 Adolf Belka
  2025-03-31 13:15 ` [PATCH] iproute2: Update to version 6.14.0 Adolf Belka
@ 2025-03-31 13:15 ` Adolf Belka
  1 sibling, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2025-03-31 13:15 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 5.6.3 to 5.8.0
- branch 5.8 is the new stable branch. Branch 5.6 from now on will only get critical
   fixes, there will be no new releases on that old branch.
- Update of rootfile
- Changlog
    5.8.0
	This bumps the minor version of liblzma because new features were
	 added. The API and ABI are still backward compatible with liblzma
	 5.6.x, 5.4.x, 5.2.x, and 5.0.x.
	    * liblzma on 32/64-bit x86: When possible, use SSE2 intrinsics
	      instead of memcpy() in the LZMA/LZMA2 decoder. In typical cases,
	      this may reduce decompression time by 0-5 %. However, when built
	      against musl libc, over 15 % time reduction was observed with
	      highly compressed files.
	    * CMake: Make the feature test macros match the Autotools-based
	      build on NetBSD, Darwin, and mingw-w64.
	    * Update the Croatian, Italian, Portuguese, and Romanian
	      translations.
	    * Update the German, Italian, Korean, Romanian, Serbian, and
	      Ukrainian man page translations.
	Summary of changes in the 5.7.x development releases:
	    * Mark the following LZMA Utils script aliases as deprecated:
	      lzcmp, lzdiff, lzless, lzmore, lzgrep, lzegrep, and lzfgrep.
	    * liblzma:
	        - Improve LZMA/LZMA2 encoder speed on 64-bit PowerPC (both
	          endiannesses) and those 64-bit RISC-V processors that
	          support fast unaligned access.
	        - Add low-level APIs for RISC-V, ARM64, and x86 BCJ filters
	          to lzma/bcj.h. These are primarily for erofs-utils.
	        - x86/x86-64/E2K CLMUL CRC code was rewritten.
	        - Use the CRC32 instructions on LoongArch.
	    * xz:
	        - Synchronize the output file and its directory using fsync()
	          before deleting the input file. No syncing is done when xz
	          isn't going to delete the input file.
	        - Add --no-sync to disable the sync-before-delete behavior.
	        - Make --single-stream imply --keep.
	    * xz, xzdec, lzmainfo: When printing messages, replace
	      non-printable characters with question marks.
	    * xz and xzdec on Linux: Support Landlock ABI versions 5 and 6.
	    * CMake: Revise the configuration variables and some of their
	      options, and document them in the file INSTALL. CMake support
	      is no longer experimental. (It was already not experimental
	      when building for native Windows.)
	    * Add build-aux/license-check.sh.
    5.6.4
	    * liblzma: Fix LZMA/LZMA2 encoder on big endian ARM64.
	    * xz:
	        - Fix --filters= and --filters1= ... --filters9= options
	          parsing. They require an argument, thus "xz --filters lzma2"
	          should work in addition to "xz --filters=lzma2".
	        - On the man page, note in the --compress and --decompress
	          options that the default behavior is to delete the input
	          file unless writing to standard output. It was already
	          documented in the DESCRIPTION section but new users in
	          a hurry might miss it.
	    * Windows (native builds, not Cygwin): Fix regressions introduced
	      in XZ Utils 5.6.3 which caused non-ASCII characters to display
	      incorrectly. Only builds with translation support were affected
	      (--enable-nls or ENABLE_NLS=ON). The following changes affect
	      builds that have translations enabled:
	        - Require UCRT because MSVCRT doesn't support UTF-8
	          locales and thus translations won't be readable on
	          Windows 10 version 1903 and later. (MSVCRT builds
	          are still possible with --disable-nls or ENABLE_NLS=OFF.)
	        - Require gettext-runtime >= 0.23.1 because older versions
	          don't autodetect the use of the UTF-8 code page. This
	          resulted in garbled non-ASCII characters even with UCRT.
	        - Partially fix alignment issues in xz --verbose --list
	          with translated messages. Chinese (simplified),
	          Chinese (traditional), and Korean column headings
	          are misaligned still because Windows and MinGW-w64
	          don't provide wcwidth() and XZ Utils doesn't include
	          a replacement function either.
	    * CMake: Explicitly disable unity builds. This prevents build
	      failures when another project uses XZ Utils via CMake's
	      FetchContent module, and that project enables unity builds.
	    * Update Chinese (traditional) and Serbian translations.

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

diff --git a/config/rootfiles/common/xz b/config/rootfiles/common/xz
index cd64e2c31..3873744c8 100644
--- a/config/rootfiles/common/xz
+++ b/config/rootfiles/common/xz
@@ -41,7 +41,7 @@ usr/bin/xzmore
 #usr/lib/liblzma.la
 #usr/lib/liblzma.so
 usr/lib/liblzma.so.5
-usr/lib/liblzma.so.5.6.3
+usr/lib/liblzma.so.5.8.0
 #usr/lib/pkgconfig/liblzma.pc
 #usr/share/doc/xz
 #usr/share/doc/xz/AUTHORS
@@ -74,7 +74,9 @@ usr/lib/liblzma.so.5.6.3
 #usr/share/locale/hr/LC_MESSAGES/xz.mo
 #usr/share/locale/hu/LC_MESSAGES/xz.mo
 #usr/share/locale/it/LC_MESSAGES/xz.mo
+#usr/share/locale/ka/LC_MESSAGES/xz.mo
 #usr/share/locale/ko/LC_MESSAGES/xz.mo
+#usr/share/locale/nl/LC_MESSAGES/xz.mo
 #usr/share/locale/pl/LC_MESSAGES/xz.mo
 #usr/share/locale/pt/LC_MESSAGES/xz.mo
 #usr/share/locale/pt_BR/LC_MESSAGES/xz.mo
@@ -124,6 +126,31 @@ usr/lib/liblzma.so.5.6.3
 #usr/share/man/fr/man1/xzcat.1
 #usr/share/man/fr/man1/xzdec.1
 #usr/share/man/fr/man1/xzless.1
+#usr/share/man/it
+#usr/share/man/it/man1
+#usr/share/man/it/man1/lzcat.1
+#usr/share/man/it/man1/lzcmp.1
+#usr/share/man/it/man1/lzdiff.1
+#usr/share/man/it/man1/lzegrep.1
+#usr/share/man/it/man1/lzfgrep.1
+#usr/share/man/it/man1/lzgrep.1
+#usr/share/man/it/man1/lzless.1
+#usr/share/man/it/man1/lzma.1
+#usr/share/man/it/man1/lzmadec.1
+#usr/share/man/it/man1/lzmainfo.1
+#usr/share/man/it/man1/lzmore.1
+#usr/share/man/it/man1/unlzma.1
+#usr/share/man/it/man1/unxz.1
+#usr/share/man/it/man1/xz.1
+#usr/share/man/it/man1/xzcat.1
+#usr/share/man/it/man1/xzcmp.1
+#usr/share/man/it/man1/xzdec.1
+#usr/share/man/it/man1/xzdiff.1
+#usr/share/man/it/man1/xzegrep.1
+#usr/share/man/it/man1/xzfgrep.1
+#usr/share/man/it/man1/xzgrep.1
+#usr/share/man/it/man1/xzless.1
+#usr/share/man/it/man1/xzmore.1
 #usr/share/man/ko
 #usr/share/man/ko/man1
 #usr/share/man/ko/man1/lzcat.1
@@ -210,6 +237,31 @@ usr/lib/liblzma.so.5.6.3
 #usr/share/man/ro/man1/xzgrep.1
 #usr/share/man/ro/man1/xzless.1
 #usr/share/man/ro/man1/xzmore.1
+#usr/share/man/sr
+#usr/share/man/sr/man1
+#usr/share/man/sr/man1/lzcat.1
+#usr/share/man/sr/man1/lzcmp.1
+#usr/share/man/sr/man1/lzdiff.1
+#usr/share/man/sr/man1/lzegrep.1
+#usr/share/man/sr/man1/lzfgrep.1
+#usr/share/man/sr/man1/lzgrep.1
+#usr/share/man/sr/man1/lzless.1
+#usr/share/man/sr/man1/lzma.1
+#usr/share/man/sr/man1/lzmadec.1
+#usr/share/man/sr/man1/lzmainfo.1
+#usr/share/man/sr/man1/lzmore.1
+#usr/share/man/sr/man1/unlzma.1
+#usr/share/man/sr/man1/unxz.1
+#usr/share/man/sr/man1/xz.1
+#usr/share/man/sr/man1/xzcat.1
+#usr/share/man/sr/man1/xzcmp.1
+#usr/share/man/sr/man1/xzdec.1
+#usr/share/man/sr/man1/xzdiff.1
+#usr/share/man/sr/man1/xzegrep.1
+#usr/share/man/sr/man1/xzfgrep.1
+#usr/share/man/sr/man1/xzgrep.1
+#usr/share/man/sr/man1/xzless.1
+#usr/share/man/sr/man1/xzmore.1
 #usr/share/man/uk
 #usr/share/man/uk/man1
 #usr/share/man/uk/man1/lzcat.1
diff --git a/lfs/xz b/lfs/xz
index aa04a8d3a..511848c1d 100644
--- a/lfs/xz
+++ b/lfs/xz
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  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        = 5.6.3
+VER        = 5.8.0
 
 THISAPP    = xz-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 7c75a334abdec370d03bea1d07f9211069633e2851e304f189b6b316d9c8363350849404cff318310c3d4a6d2ec6439e64e074f40d7ad5f02ff101757de27f99
+$(DL_FILE)_BLAKE2 = 5087c88884a857b96bc5658548fc9b07ab2f14fe9eabfaeaa19e21810e7588c97621db08353632bd56e66ae2085ec5adc421c4d6849525b630d56dadd65c9f81
 
 install : $(TARGET)
 
-- 
2.49.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-31 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-31 13:15 [PATCH] harfbuzz: Update to version 11.0.0 Adolf Belka
2025-03-31 13:15 ` [PATCH] iproute2: Update to version 6.14.0 Adolf Belka
2025-03-31 13:15 ` [PATCH] xz: Update to version 5.8.0 Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox