From patchwork Wed Mar 18 14:14:00 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9561 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fbW6B2R1fz3wh3 for ; Wed, 18 Mar 2026 14:14:10 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fbW696BCJz5lH for ; Wed, 18 Mar 2026 14:14:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fbW695Pcsz333s for ; Wed, 18 Mar 2026 14:14:09 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fbW671Jv8z2xP7 for ; Wed, 18 Mar 2026 14:14:07 +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 4fbW6620m0z1C2; Wed, 18 Mar 2026 14:14:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1773843246; 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=jHTCZlzwmP7Uk0iGUy+RDwadmVJE1+8mJvZUI4r+Owc=; b=lrS7GGjhjVwVFnMTvrIEYzbT0enKeOGDWSopt375IzoKfKdsBNwvjOnDlLOESMZIAA0r5y AODZQ4JpzGxQ3QCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1773843246; 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=jHTCZlzwmP7Uk0iGUy+RDwadmVJE1+8mJvZUI4r+Owc=; b=qLiZJxADXtfrcSmRF+pnCxHymzlNqhrdip7kSqbCt1WmUJNEChdlr9qq0sPuzXLDW5R7KT jAJAxKMjGRLm4rywnHejNH97+kNq1TeZBFMwEo7oOSmy6drGmw8qUja3zPY5Uo5ra5p9kC m/7OKOAZG8FN8PYmkbiqVJujvlAU6MzHdcSk618ZsULklo5g8FEqTQapRD9PrZ7IMhb9f4 eyZRcdw8lmjpW0R8ob3KY4ImYA9rRJq3wRBRUz0qP6CaNLqarE/bE0SVkyIlfcxjO5vdYA ADqCaAHFKL1pylMPqXbjEGkMqYvAJidxTwj/cRg+u/1+DTU720XZniF4iNPlag== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship expat Date: Wed, 18 Mar 2026 15:14:00 +0100 Message-ID: <20260318141401.3418400-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/202/filelists/expat | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/202/filelists/expat diff --git a/config/rootfiles/core/202/filelists/expat b/config/rootfiles/core/202/filelists/expat new file mode 120000 index 000000000..e1923cf63 --- /dev/null +++ b/config/rootfiles/core/202/filelists/expat @@ -0,0 +1 @@ +../../../common/expat \ No newline at end of file