From patchwork Fri Jul 3 19:41:15 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9996 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 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 web04.haj.ipfire.org (Postfix) with ESMTPS id 4gsPJl5v5Lz3wkB for ; Fri, 03 Jul 2026 19:41:43 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gsPJj1CPnz6p9 for ; Fri, 03 Jul 2026 19:41:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gsPJh2z7Kz2y4x for ; Fri, 03 Jul 2026 19:41:40 +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 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 4gsPJd6DLFz2xSM for ; Fri, 03 Jul 2026 19:41:37 +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 4gsPJc3q3yzfg; Fri, 03 Jul 2026 19:41:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1783107696; 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=uaNkKfY3tPiy0d3XkJsXaHdo9z4RL2JgoThnP5gU6Fc=; b=1xSnQcJc1n81+BkoA8Rsl7u9i9+A1XFW4sNnZ5WIP+4gB+la7ofpSoEi/upO+yh4Uk+inB 0OleJBN7qbNQ5/Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1783107696; 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=uaNkKfY3tPiy0d3XkJsXaHdo9z4RL2JgoThnP5gU6Fc=; b=tHWRcr00xAyzw+30gDZKhgwGZ2Z2HNpTJTNPECiluTBcZDvcUqdW9TWjObnbDy7fFeLg2c yE9+uU7Ru9VAm7zK3BKESDwGz8ouPtgasOCVZO1hg66+fVKtYP4xHxG59k2CTpdGJrE0ys 6cv1BWdp4fR8obiS3lTATEjoirgKgB/6bh31Vw6UV0d9rMaYL9c8xnYZZ5e7+BMVSxlHcf yZuylScyUva4B3dnlFnjJ0r6Td2jywf5bnx4Ygh1NyYNWNyYH16Dxg5EP/3LzJO07wZt5Z 6NkiUSg5vuNxP1DCXeFXxL9wbry3Hck7imdWlQWMmFLR9Om/7SFXyIa71QPelg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core204: Ship curl Date: Fri, 3 Jul 2026 21:41:15 +0200 Message-ID: <20260703194133.2938870-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/204/filelists/curl | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/204/filelists/curl diff --git a/config/rootfiles/core/204/filelists/curl b/config/rootfiles/core/204/filelists/curl new file mode 120000 index 000000000..4b84bef53 --- /dev/null +++ b/config/rootfiles/core/204/filelists/curl @@ -0,0 +1 @@ +../../../common/curl \ No newline at end of file