From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hrKCQ4z1nz30DQ for ; Thu, 24 Sep 2026 16:33:38 +0000 (UTC) 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hrKCL6tghz2xRF for ; Thu, 24 Sep 2026 16:33:34 +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 4hrKCK4jm3z2Pq; Thu, 24 Sep 2026 16:33:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1790267613; 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=U/r5ETYgFwe3fxggUnxnh0nOzPh46J/khnk4OUIQBbY=; b=1J/ntYyhYdkJBFYnSH8+VV8qa3JzvruMoIHvBTb9Yf4NzT7dPyxwwEUQ5pxtm7y1v8mE/1 wJ/HvynxFGFkgNCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1790267613; 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=U/r5ETYgFwe3fxggUnxnh0nOzPh46J/khnk4OUIQBbY=; b=LH7aHCbk7ikwSTWEofpU2iCtSo/7OQ520qeY+bB362RoV+1CCm2y6JnFa284u6o6xSbV3Q yTamV8L8NzEdZclizmd7J8xTa6sMSHCfyaZ7pn7t1KuRuOWGF3q9fSowZmf8/w/I83jt+0 lWRyFcXi51wfTeqaNc7F1AoEnsJeM9vhnsiV1VSsK/secBYbVi1F8qAYJaZmCK0f/YYE3w 28wB9Mo+kGg2JM5oT/dkan4UWnzGHvikhXj5oJdZ1hCQdeFWzZTFfJRdDlVzkWZP8qZkxN k+zGjJIA1MAjCb/MLiMY9APmluiCArpg6gab1eruk1ca5XWyQwQ2gpUEGgfyLw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH v2] core205: Ship gzip Date: Thu, 24 Sep 2026 18:33:30 +0200 Message-ID: <20260924163331.2705840-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 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/205/filelists/gzip | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/gzip diff --git a/config/rootfiles/core/205/filelists/gzip b/config/rootfiles/core/205/filelists/gzip new file mode 120000 index 000000000..aebcccd87 --- /dev/null +++ b/config/rootfiles/core/205/filelists/gzip @@ -0,0 +1 @@ +../../../common/gzip \ No newline at end of file -- 2.55.0