From patchwork Mon Mar 31 13:45:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8576 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7M6JVCz3xNv for ; Mon, 31 Mar 2025 13:45:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7J5zz0z5Gd for ; Mon, 31 Mar 2025 13:45:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7J5FtLz3364 for ; Mon, 31 Mar 2025 13:45:16 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7F5Fy5z2xS5 for ; Mon, 31 Mar 2025 13:45:13 +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 4ZRC7F02vCzHP; Mon, 31 Mar 2025 13:45:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428713; 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; bh=KJjZQ11C/EsU1d+QnW9QJOJ+IbsDgjwOB8hreNevd8Q=; b=o+oBaAkmIzt1VqEH3Gx9oQoXDjD/QnEZLLxCG4BHOZtEXHnPsUY7hz5+e7H7hekGRl9jLJ AcFo6DztOQW7V6BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428713; 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; bh=KJjZQ11C/EsU1d+QnW9QJOJ+IbsDgjwOB8hreNevd8Q=; b=F+xjteUmR5mYLT/ayqU9DwY14zdx/WAh19NPdluV68UvVB9haiMIq6HblNoOh8OxxgfQ+t 6k1JWuAMT8dxF7UQ+vFWGTdZv19LwwLVCQimiipdFwWcXaHIcYC3Hmocbkw1APgpaMifkG 5IW0qf0Q1g8MpYgc/S2nsyCItD5GmLJ+/dJ4J/7GOr/C8fxp8K7Z/AP3aE0J19Na93imjF tQtAkyvUe2D8GgesW5GoQM0BnDxzEJS2KWDOZFTRHnc2GypBTfmtVq/y4T02uQMZadLg9r pexjFLmrM2cDB4sq7KmQphtw6QScedeAXkwpS67U8qR/XXF7AUkSrAlv60nTDA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 01/10] libxml2: Update to version 2.14.0 Date: Mon, 31 Mar 2025 15:45:00 +0200 Message-ID: <20250331134509.3327239-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 2.13.5 to 2.14.0 - Update of rootfile - sobump so ran find-dependencies. apache2, clamav, collectd, libvirt, libxslt, nfs, rng-tools, rrdtool and tshark are all linked against the lib bump. So additional patches are in this set to bump the PAK_VER and ship the addons and to ship the linkied core packages. Hope it is done correctly. Let me know if not. - 2 CVE fixes added into version 2.13.6 - Changelog 2.14.0 Major changes The HTML tokenizer now conforms fully to HTML5. Several non-standard syntax warnings were removed. Note that HTML5 tree construction isn't implemented yet. Binary compatibility is restricted to versions 2.14 or newer. On ELF systems, the soname was bumped from libxml2.so.2 to libxml2.so.16. The serialization API will now take user-provided or default encodings into account when serializing attribute values, matching the serialization of text and avoiding unnecessary escaping. The XML parser won't try to merge consecutive CDATA sections as before to align with web standards. Each CDATA section will create exactly one node or SAX callback. Support for RELAX NG can now be disabled with a new configuration option independently of XML Schemas support. It is still enabled by default. The "legacy" configuration option won't enable support for HTTP and LZMA anymore. These features will be removed in the next release. Parts of the xmllint executable were refactored, allowing the combination of more options. OOM errors should be reported reliably now. Several improvements were made to the build systems. Meson is fully supported now. Parts of the buffering code were reworked and simplified. Overflow checks before reallocations were hardenend. Some unprefixed symbols were renamed to avoid namespace pollution. New features Input callbacks can now be set on a parser context and an improved API to create parser input is available. The following new functions, taking a parser input object, were added: - xmlCtxtParseDocument - xmlCtxtParseContent as replacement for xmlParseBalancedChunkMemory and xmlParseInNodeContext - xmlCtxtParseDtd The xmlSave API now has additional options to replace global settings. Parser options XML_PARSE_UNZIP, XML_PARSE_NO_SYS_CATALOG and XML_PARSE_CATALOG_PI were added. An API function to install a custom character encoding converter is now available. This makes it possible to use ICU for encoding conversion even if libxml2 was compiled without ICU support, see example/icu.c. Deprecations Access to many public struct members is now deprecated. Several accessor functions were added to use instead. More internal functions were deprecated. Removals Metadata about the HTML4 content model was removed from the htmlElemDesc struct and related functions were deprecated. The FTP module and related functions were removed. Support for the range and point extensions of the xpointer() scheme was removed. The rest of the XPointer implementation isn't affected. The xpointer() scheme now behaves like the xpath1() scheme. Several legacy symbols and the functions in xmlunicode.h were removed. ELF version information was removed. The shell was moved from libxml2 to xmllint. Several related functions are no longer available. The libxml.m4 file containing autoconf macros was removed. The --with-tree configuration option was removed. The hack to detect single-threaded programs under glibc was removed. Planned removals Support for HTTP and LZMA compression is planned to be removed in the 2.15 release. The following features are considered for removal: - Modules API (xmlmodule.h) - Schematron support - Support for zlib compressed file I/O - Legacy Windows build system in win32 RELAX NG support is still in a bad state and a long-term removal candidate. 2.13.7 Regressions - tree: Fix xmlTextMerge with NULL args - io: Fix `compressed` flag for uncompressed stdin - parser: Fix parsing of DTD content 2.13.6 Security - [CVE-2025-24928] Fix stack-buffer-overflow in xmlSnprintfElements - [CVE-2024-56171] Fix use-after-free after xmlSchemaItemListAdd - pattern: Fix compilation of explicit child axis Regressions - xmllint: Support compressed input from stdin - uri: Fix handling of Windows drive letters - reader: Fix return value of xmlTextReaderReadString again - SAX2: Fix xmlSAX2ResolveEntity if systemId is NULL Portability - dict: Handle ENOSYS from getentropy gracefully - Fix compilation with uclibc (Dario Binacchi) - python: Declare init func with PyMODINIT_FUNC - tests: Fix sanitizer version check on old Apple clang - cmake: Work around broken sys/random.h in old macOS SDKs Build - autotools: Set AC_CONFIG_AUX_DIR - cmake: Always build Python module as shared library - cmake: add missing `Bcrypt` link on Windows (Saleem Abdulrasool) - cmake: Fix compatibility in package version file Signed-off-by: Adolf Belka --- config/rootfiles/common/libxml2 | 5 ++--- lfs/libxml2 | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/libxml2 b/config/rootfiles/common/libxml2 index 7fa288199..589b5b752 100644 --- a/config/rootfiles/common/libxml2 +++ b/config/rootfiles/common/libxml2 @@ -53,10 +53,9 @@ #usr/lib/cmake/libxml2/libxml2-config.cmake #usr/lib/libxml2.la #usr/lib/libxml2.so -usr/lib/libxml2.so.2 -usr/lib/libxml2.so.2.13.5 +usr/lib/libxml2.so.16 +usr/lib/libxml2.so.16.0.0 #usr/lib/pkgconfig/libxml-2.0.pc -#usr/share/aclocal/libxml.m4 #usr/share/doc/libxml2 #usr/share/doc/libxml2/xmlcatalog.html #usr/share/doc/libxml2/xmllint.html diff --git a/lfs/libxml2 b/lfs/libxml2 index 5ecea8db7..c1014f56f 100644 --- a/lfs/libxml2 +++ b/lfs/libxml2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 = 2.13.5 +VER = 2.14.0 THISAPP = libxml2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 46c280630638e2c8009c593bbbcf90ccbfffe9ddcc99987c4d91c2223043759f2b4d6511b31b2357c5250ac3b40d96ef05c17b4d2adc61972665f8a0d899dfe8 +$(DL_FILE)_BLAKE2 = 4e210661b10b846cf80c2ba393209fd2bde1e7f8e4a024eff2e6a90369969e7a7696e2cb77197fe63f63fae959bcaed052d5c5107603f0c64a16d6ceeab6b43c install : $(TARGET) From patchwork Mon Mar 31 13:45:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8575 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7M5vvlz3xF4 for ; Mon, 31 Mar 2025 13:45:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7J6jLJz5Gl for ; Mon, 31 Mar 2025 13:45:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7J5x9Dz335m for ; Mon, 31 Mar 2025 13:45:16 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7F5sYgz3346 for ; Mon, 31 Mar 2025 13:45:13 +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 4ZRC7F46ZnzK2; Mon, 31 Mar 2025 13:45:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428713; 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=OARB47o+qBivOJnpuJQo+nGqGSIOYyVJGV+Kf+aBaV8=; b=kpae4B5C5DvSAHqSB9T5bDdBnWY+EdFnOKl53jqY3Q1ssKR9fW1lwUb4FTw5gpigLr0l9n B3c0LwTjkDWU6OBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428713; 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=OARB47o+qBivOJnpuJQo+nGqGSIOYyVJGV+Kf+aBaV8=; b=BlmvBYi1QfyAk18oC4gCfy29LU8osdT9lVY6H9X2MQJpZjouUUl2oX21H2CDp/nqOg7Y4L Yh2OkOEevFhpUvw4TYbqwdaWD+7rcuOQ7/oSil8DthptOAiW+E69nYEu4CBLLzEieI3xJL Y4veRTQHzebMGhqUuoHaV6urSpc5o+hWZAoD8YNvv4UGeg3g/Wh0D7AuQbDjj9vZuTX9IS zWnWfVSgYjHsnoIvTXzqgf1P/71ddbNM+pdXF54bqlIG3sCkpw13A0nuKWmdhbBsVRpn0E qg1nDmvLnZmWX76DVgMT3vmR1eguD48tvC0oMogUPDWR2/AppxhhygVYDFGcUw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 02/10] core194: Ship apache2 Date: Mon, 31 Mar 2025 15:45:01 +0200 Message-ID: <20250331134509.3327239-2-adolf.belka@ipfire.org> In-Reply-To: <20250331134509.3327239-1-adolf.belka@ipfire.org> References: <20250331134509.3327239-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/194/filelists/apache2 | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/194/filelists/apache2 diff --git a/config/rootfiles/core/194/filelists/apache2 b/config/rootfiles/core/194/filelists/apache2 new file mode 120000 index 000000000..eef95efa7 --- /dev/null +++ b/config/rootfiles/core/194/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file From patchwork Mon Mar 31 13:45:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8577 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7M6XLSz3xPk for ; Mon, 31 Mar 2025 13:45:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7K0ws5z4gb for ; Mon, 31 Mar 2025 13:45:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7K0BNtz336C for ; Mon, 31 Mar 2025 13:45:17 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7G0SM6z3369 for ; Mon, 31 Mar 2025 13:45:14 +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 4ZRC7F5rc5zHP; Mon, 31 Mar 2025 13:45:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428713; 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=fReKq2JEbWiJclTU+z0tEGMUnRN6QJwhlJ2W67QCcaw=; b=30tMKrNv0pSP+xoOX79XNBBPEDBirgUmVujYiKD8hPVjV0w1WMJ9BCbBDeR4wmINFTVa/+ tMDrZoNJOpIL0iDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428713; 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=fReKq2JEbWiJclTU+z0tEGMUnRN6QJwhlJ2W67QCcaw=; b=jFPT4fDAvMBQyDSCEz9DNgD22G5RjmRUAAacLCDmVYYTksQRQI6pSW6MCgVHrp7HeYYBRn 9T1T/OnQOXiDPM0ibCGLswUXCmx53/FmkKSKg2kgAMkmdcgmC9ucA0DjKb0SqN9+/kbwhU fUsRkl76fWuhSCowmA4hA6YfsEyR/wpYoxxzA0UkI5WbUrNeVpTsduOGKF8MuuB0rwl0xr wW/IOkQzgEJn5KBuvj0zmp4D0RgrRM6oPeX0p8GROTpuKf/qWztyCROM9mCoYpSFy6FOFi HAv7iXVLc4YYD64l8nhpI/rliQSvpcrCkOck/oUix8TlXGhC3CqbhRUpm62flw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 03/10] core194: Ship collectd Date: Mon, 31 Mar 2025 15:45:02 +0200 Message-ID: <20250331134509.3327239-3-adolf.belka@ipfire.org> In-Reply-To: <20250331134509.3327239-1-adolf.belka@ipfire.org> References: <20250331134509.3327239-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/194/filelists/collectd | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/194/filelists/collectd diff --git a/config/rootfiles/core/194/filelists/collectd b/config/rootfiles/core/194/filelists/collectd new file mode 120000 index 000000000..871b32f14 --- /dev/null +++ b/config/rootfiles/core/194/filelists/collectd @@ -0,0 +1 @@ +../../../common/collectd \ No newline at end of file From patchwork Mon Mar 31 13:45:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8578 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7Y2vKTz3xF4 for ; Mon, 31 Mar 2025 13:45:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7S6GbNz5RQ for ; Mon, 31 Mar 2025 13:45:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7S3695z338Y for ; Mon, 31 Mar 2025 13:45:24 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7P3QFkz2xS5 for ; Mon, 31 Mar 2025 13:45:21 +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 4ZRC7G0SwSzfm; Mon, 31 Mar 2025 13:45:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428714; 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=C8vr2F+Xg8MhXCnZrtH4FfcFG6oxvl/IXbDBwYys8I0=; b=475z56RxIlvNdV5FIk/vPmCvULrklGd+81dTWBOucPe0rPjxtDW4b2uyk2oXHMnFkXRHE6 rho7D5FXutRUKVBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428714; 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=C8vr2F+Xg8MhXCnZrtH4FfcFG6oxvl/IXbDBwYys8I0=; b=GwRjyT1HMd+rftUUw/UcVgk2lisDCbvxQV6fQq0/qO+qeIPWM5mKrvdlsIWZgk7xKeuNgn EnvmkAhm6MYQTBasKxMJq0+fcf0rL6NayalQnjy3E9cRbrwZ7vutYfUmpKx1jkcg877Rv5 nXKQpEd8ryNTktzmnaT0g5jVy2r0YFGPSJGeMtVlAweZpLW3UMKly3rjWCroDc16WpkGmB SDy09+XhSZJTjPP8pVr6yUpgcF4QecTYhdssOCfD+k2Xo+0HSc0Gi7KQbo02emuIgeDIB3 tJMaoe4LNYUR6WbW5CqOCLGc9bIh/Z6JlFZ3dnG8l5mK3G0rm1Qmp7fRXmHCog== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 04/10] core194: Ship libxslt Date: Mon, 31 Mar 2025 15:45:03 +0200 Message-ID: <20250331134509.3327239-4-adolf.belka@ipfire.org> In-Reply-To: <20250331134509.3327239-1-adolf.belka@ipfire.org> References: <20250331134509.3327239-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/194/filelists/libxslt | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/194/filelists/libxslt diff --git a/config/rootfiles/core/194/filelists/libxslt b/config/rootfiles/core/194/filelists/libxslt new file mode 120000 index 000000000..bf9d76609 --- /dev/null +++ b/config/rootfiles/core/194/filelists/libxslt @@ -0,0 +1 @@ +../../../common/libxslt \ No newline at end of file From patchwork Mon Mar 31 13:45:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8579 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7Y3HQvz3xNv for ; Mon, 31 Mar 2025 13:45:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7T0143z4pC for ; Mon, 31 Mar 2025 13:45:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7S3PT5z338f for ; Mon, 31 Mar 2025 13:45:24 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7P3pzQz3346 for ; Mon, 31 Mar 2025 13:45:21 +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 4ZRC7M5Y91z118; Mon, 31 Mar 2025 13:45:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428719; 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=Y5dy1YvYYTURhclQAC5KcKhEjKgul/FkLfMynyzytQ8=; b=vYPqV1U6lxDnXxkvozLWJf1MdUf9L/sJveFxmWSMQUUGkWqGdPjkf+sfyimpAalkHqH+Cu tCucCTZzsAMl3NCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428719; 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=Y5dy1YvYYTURhclQAC5KcKhEjKgul/FkLfMynyzytQ8=; b=NlDoY1OT0c+OfDxeyd8bdFgWloGIBP7qKV2jFzPkhepxj1upYoaupLK+109BgO9nORmLBb kQEQNy5K/vR9BF1Ncm7EENILQq2Te17v15NaRTN3zyQGNzuokGk2DXejPbypgZhaBlVEyp 9FEYAAMLq7stZad2ywIrtLotRq1szGA+Yo+PPbAlnaS3jB+iaXbwWIi/xWsI1O0bBUKVPK gNHDbs4MyU+eXixXO5vjIQymKrHesF1k6i0wY0i3XKSLfEZzQ74zuiycfVY20L6eGmdlbE +Zi0CZ1Ub0IdWGF/12Cm4UUJ44JnO7w1XFC87phx/Ts4Wp/jT0R2waHTwMRFxA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 05/10] core194: Ship rrdtool Date: Mon, 31 Mar 2025 15:45:04 +0200 Message-ID: <20250331134509.3327239-5-adolf.belka@ipfire.org> In-Reply-To: <20250331134509.3327239-1-adolf.belka@ipfire.org> References: <20250331134509.3327239-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/194/filelists/rrdtool | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/194/filelists/rrdtool diff --git a/config/rootfiles/core/194/filelists/rrdtool b/config/rootfiles/core/194/filelists/rrdtool new file mode 120000 index 000000000..7a82e414b --- /dev/null +++ b/config/rootfiles/core/194/filelists/rrdtool @@ -0,0 +1 @@ +../../../common/rrdtool \ No newline at end of file From patchwork Mon Mar 31 13:45:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8580 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7Y3K0rz3xPk for ; Mon, 31 Mar 2025 13:45:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7T01QMz5Ls for ; Mon, 31 Mar 2025 13:45:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7S3dSRz3369 for ; Mon, 31 Mar 2025 13:45:24 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7P4B6yz335m for ; Mon, 31 Mar 2025 13:45:21 +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 4ZRC7N2Sxzzjj; Mon, 31 Mar 2025 13:45:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428720; 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=G2LXxSSY62h48x0pcTxgmIfXPaQbqHU9D/Jwo4rzK8E=; b=uj6d9VxJn0MWRxg5GKC6fmaDneSdtiuwSxUAkMDUooNNwdE25FfGXkBgvttqASWrAICIby vU60hBzmjutacZCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428720; 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=G2LXxSSY62h48x0pcTxgmIfXPaQbqHU9D/Jwo4rzK8E=; b=g8eWS39gUYJPjEoaqhyC2uW3knlyDvcUAiCM3+PrgDVyW40hZd4VW5pRM/DEb9aI+q3pnA iOhTG4DSqjIk0ySpwERriXZUlKIRpyCXBTNJmvIlDlOpymLaDViV/Xhx3obOWA6P8MjlHx aBOVP3pJXwmQQWQGMUppdLPBHOSSyXk1b/29Sd7Wx8Iq8POL+6ofKrAbbQnRsuu7rXkg71 6lebsRVkrGRt/UyS1uSXgz9GPISJj3g0s4wKFDmdcKVcVRpsBgLMOJxBQnrmSfgHDVrNX0 /fykVqY4CpAc/xo8NG5g1fp+7/BomCS3WhruxzlBAVdbi1JZYDq8R8OvYb9upQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 06/10] clamav: Ship due to libxml sobump Date: Mon, 31 Mar 2025 15:45:05 +0200 Message-ID: <20250331134509.3327239-6-adolf.belka@ipfire.org> In-Reply-To: <20250331134509.3327239-1-adolf.belka@ipfire.org> References: <20250331134509.3327239-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 Signed-off-by: Adolf Belka --- lfs/clamav | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/clamav b/lfs/clamav index ba87dac3a..e6bb32355 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 75 +PAK_VER = 76 DEPS = From patchwork Mon Mar 31 13:45:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8581 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7Y3fglz3xVt for ; Mon, 31 Mar 2025 13:45:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7T04kgz5RX for ; Mon, 31 Mar 2025 13:45:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7S3yyHz336x for ; Mon, 31 Mar 2025 13:45:24 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7P4NKYz3364 for ; Mon, 31 Mar 2025 13:45:21 +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 4ZRC7N4C8tz12S; Mon, 31 Mar 2025 13:45:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428720; 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=xJjWF94Of3Px5YeiR/DN41VrGOtoBiJHq7g3t6n5yHk=; b=mcCMxnMkvlcDJTbGoREAZyvv/8EH/DwifrKGp/zv99r0mUJd+T7kfVYIfo9WJcvWRzNG8o WlwBhcm0f6xLzYDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428720; 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=xJjWF94Of3Px5YeiR/DN41VrGOtoBiJHq7g3t6n5yHk=; b=W9mm+tB+r4ZWiiDqWAhme9xbhZw1MWMvIAws4VV2aKp0x0XZyFDqtvyNK8vIjTtk6wRHbw Sj5SZHjTRPQK6KWYWtqFDOlJpj+Dr66+xwzq+kMXtWCSzRY6dbm1QJDw1OC8VV1s0wynzm R7fo9YJlDnWCOe/BGSxm0Fo2i7Bp5rFVyeZdMtk2svgqFj92xA473gSTFbUJjV41wU03jx VrZxoWH0ThRixzPJGL+sXFwKHv+nfKUZj0gu1fptXPgVDPp5hS4ZOAS2BNWNu13q4Nw9Xw b0V6SryXpWlpTYZNAh9vfcpTqX5FJmZfmxzKV4w149cQIj+vw440ONAhG/pYWQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 07/10] libvirt: Ship due to libxml sobump Date: Mon, 31 Mar 2025 15:45:06 +0200 Message-ID: <20250331134509.3327239-7-adolf.belka@ipfire.org> In-Reply-To: <20250331134509.3327239-1-adolf.belka@ipfire.org> References: <20250331134509.3327239-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 Signed-off-by: Adolf Belka --- lfs/libvirt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/libvirt b/lfs/libvirt index df8d2b224..1bd9844be 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 aarch64 PROG = libvirt -PAK_VER = 38 +PAK_VER = 39 DEPS = ebtables libpciaccess ovmf qemu From patchwork Mon Mar 31 13:45:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8582 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7Y3hByz3xmk for ; Mon, 31 Mar 2025 13:45:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7T1BZSz5S6 for ; Mon, 31 Mar 2025 13:45:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7S4pSnz337J for ; Mon, 31 Mar 2025 13:45:24 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7P5490z335c for ; Mon, 31 Mar 2025 13:45:21 +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 4ZRC7N5x75z4Xs; Mon, 31 Mar 2025 13:45:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428720; 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=c0qyB3Uk29AgAjIoqbRABBlN1rIGxayfQqvWflrr82w=; b=wBAVeNeyzm1SOkQfIMbWSCTK6O89KVq3APdpI2V6MCbRdzchGTvZfDaMhStVYe7tl6or/e FLqTPrmKc3Q29BDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428720; 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=c0qyB3Uk29AgAjIoqbRABBlN1rIGxayfQqvWflrr82w=; b=j8/84lPVUcnGyYCHnJKgD0yRRilI3PAjnwG2XjJmRk051/KYe1mJ3hB2SwmFWeD30NRsmU xeVWVpnWf+fBs60mw9mzfyIA9A1trTZGe8OPTZyNyfnAp7QZzx8juvowxCUawnMVF0BPQ5 +Jb/pQikoiMWOcwkJThH0LlqBUZlPOe/UgCki/GFuG5AxiqaZipUEBEU0CdDZUAMbr0KlQ DadgZlCsAVFKfOthDAxO1eXVNcBFAVTZiKi7FxWtz6F3RunYuVTivrf8PKm8O2gFe+2h/c ZlzYV9wGl19+dslXznlbuFazTDxSEfyzHyhx+oNQx+Je0ULcr2jXC23Bs09ogw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 08/10] nfs: Ship due to libxml sobump Date: Mon, 31 Mar 2025 15:45:07 +0200 Message-ID: <20250331134509.3327239-8-adolf.belka@ipfire.org> In-Reply-To: <20250331134509.3327239-1-adolf.belka@ipfire.org> References: <20250331134509.3327239-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 Signed-off-by: Adolf Belka --- lfs/nfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/nfs b/lfs/nfs index a81586514..645aca302 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nfs -PAK_VER = 25 +PAK_VER = 26 DEPS = rpcbind From patchwork Mon Mar 31 13:45:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8584 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7Y44pGz3xq2 for ; Mon, 31 Mar 2025 13:45:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7T1D0Bz5S7 for ; Mon, 31 Mar 2025 13:45:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7S4lKyz3378 for ; Mon, 31 Mar 2025 13:45:24 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7P5DZ4z335r for ; Mon, 31 Mar 2025 13:45:21 +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 4ZRC7P0X21zwN; Mon, 31 Mar 2025 13:45:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428721; 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=Ux/QvCogE1Elv97riGT/sLBYPptGucCBiJDm32sy8Kk=; b=lZ5nco/pkaPWDttkGcdbUD+fOjIuSFgF1wbJhfRWmD1tKcwUrUiKNeEkTKYW/YE8sMyRk2 XwwHjua1XeqQMrDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428721; 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=Ux/QvCogE1Elv97riGT/sLBYPptGucCBiJDm32sy8Kk=; b=l1T5DjgA+QcDBHwbgNPvuy2wMKNZFxVo1jehIf75++0sVtf+kJvjL3JfjCH3Jri9I0YVp5 g/klReVrGepXVm8WLShgEvjf0tf3HbK8n/HcHjij0Flh7GSfnPpva2x9wA95JvoindH9t4 ewCdI8H3AJGWBrTqV+EPmizN+zUSRKd7vWBrU6V1OhnAJDK6h0zD0ZxlcFIPMXoFeUCmVg KnVfK/tJaUibOYu5K6zff1iIFd7pQM08zRGbcaRIMhkrQSbDu+XOB50HZGunCd/A7vfvJp HRV3BLUg/S5PqmSzo3eEjNJwuCdlFJfa9+3ycejvu3wFn4yQ6FlI28jYWiZMVQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 09/10] rng-tools: Ship due to libxml sobump Date: Mon, 31 Mar 2025 15:45:08 +0200 Message-ID: <20250331134509.3327239-9-adolf.belka@ipfire.org> In-Reply-To: <20250331134509.3327239-1-adolf.belka@ipfire.org> References: <20250331134509.3327239-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 Signed-off-by: Adolf Belka --- lfs/rng-tools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/rng-tools b/lfs/rng-tools index 3b9d3c9f3..42c4cf6a2 100644 --- a/lfs/rng-tools +++ b/lfs/rng-tools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2025 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 # @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rng-tools -PAK_VER = 5 +PAK_VER = 6 DEPS = From patchwork Mon Mar 31 13:45:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8583 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7Y41wvz3xq0 for ; Mon, 31 Mar 2025 13:45:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRC7T19tSz5S4 for ; Mon, 31 Mar 2025 13:45:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRC7S50cLz337M for ; Mon, 31 Mar 2025 13:45:24 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRC7P5QQtz336P for ; Mon, 31 Mar 2025 13:45:21 +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 4ZRC7P1xqkzlg; Mon, 31 Mar 2025 13:45:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743428721; 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=y2OJBGhvMOwYddZoqHZkbL7gP05RyfxUjUefFxtsc3s=; b=BKwlZR9DJbvDC8prm/ufTL1oGcOXgvUprxDNA1XYpunIzgtVj0zIj3vGbk4yfQ0fSHJUFf hqkde4HKou3m8GAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743428721; 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=y2OJBGhvMOwYddZoqHZkbL7gP05RyfxUjUefFxtsc3s=; b=e/3+5TWeTsi6vccy8dNVjPP3r1Sb5M5JKTF7ENCfu3l/qVK5niksljAIljHhlIBe3H06bG Th6cgPu3DBvBSIwpVII9y7m+n1unkAyHulcgf0s9tLzIFk9YZBbu2spZ0K52QDXDwZbENi cg3igHhIPOyOlsvJH3Z1x+F0ONCI4vl4v4zT4eIcTaKY9v+xV+sZm085tHEnYPQVbjEc1n R32TIJ2ue8NSRT5ie/vvZ6xGSSlBP8xR2rFv+bOb6mp7jstPzULz/BWUc5xPdMzqMzT7Lg cFGktaVtXGwt23+iDg3GAACH6uZvH2AIWiPgzenmvQ7nQqk/lQUT+43D2ePxJw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 10/10] tshark: Ship due to libxml sobump Date: Mon, 31 Mar 2025 15:45:09 +0200 Message-ID: <20250331134509.3327239-10-adolf.belka@ipfire.org> In-Reply-To: <20250331134509.3327239-1-adolf.belka@ipfire.org> References: <20250331134509.3327239-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 Signed-off-by: Adolf Belka --- lfs/tshark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/tshark b/lfs/tshark index b47e12d99..2ae6ddf21 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tshark DEPS = c-ares -PAK_VER = 23 +PAK_VER = 24 SERVICES =