From patchwork Sun Oct 5 12: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: 9162 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cfhvG5Jkcz3wdV for ; Sun, 05 Oct 2025 12:45:14 +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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cfhvG3Z4Sz3xk for ; Sun, 05 Oct 2025 12:45:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cfhvG2s47z32g0 for ; Sun, 05 Oct 2025 12:45:14 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cfhvC5gZnz2xXb for ; Sun, 05 Oct 2025 12:45:11 +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 4cfhvC3DPzz3P3; Sun, 05 Oct 2025 12:45:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1759668311; 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=54LzFMQNwRdNCy3sWsML2hZuTMKUI/XU8GA84n7KTLU=; b=ryuK29A1bpq/IGH8AX2OVosTJ7+Pqkwbqe9O2LviwUt4Sd0DgiSVwvpfPWAjYJnMxvkPeh z0xIv2uIPgcXsgDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1759668311; 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=54LzFMQNwRdNCy3sWsML2hZuTMKUI/XU8GA84n7KTLU=; b=D43PvVPRULhqBTUWPEd8Bn8UQpVa6i4ffjr5pbU5um3mQd1arokzdo0rk9mpZy6JfuyZAH DUqUkZEGPbLlwUbnPn8Hr19BaIy2qvW6/202NrzQhVdCC39Od/0mHf3NWR8WooXwPp3ply Tlk8LxMl/6WhBoargdtC66SLz1nCOJ40Kk6+SnWuoUYn8PP1VOk1vt6+r4Yn6QQMjk8izu WKtBgfv5rzhoYkuzGQ/R8HKvyK+LYBgHyuQMWVIXICB4Eypgj2T6pNU5oVMub9K24PUYcc 02fLCyp2tMcmjnKTssv1kfDCamg0JfM/Nnn9D4u6sZSRA879nfjH9pJk/hjo6A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core199: Ship libxml2 Date: Sun, 5 Oct 2025 14:45:09 +0200 Message-ID: <20251005124509.3413153-2-adolf.belka@ipfire.org> In-Reply-To: <20251005124509.3413153-1-adolf.belka@ipfire.org> References: <20251005124509.3413153-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/199/filelists/libxml2 | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/libxml2 diff --git a/config/rootfiles/core/199/filelists/libxml2 b/config/rootfiles/core/199/filelists/libxml2 new file mode 120000 index 000000000..242e69fa3 --- /dev/null +++ b/config/rootfiles/core/199/filelists/libxml2 @@ -0,0 +1 @@ +../../../common/libxml2 \ No newline at end of file