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 4d5QCn6MwKz33gV for ; Tue, 11 Nov 2025 12:03:17 +0000 (UTC) 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d5QCk3kpcz30Cn for ; Tue, 11 Nov 2025 12:03: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 4d5QCj2247z1VP; Tue, 11 Nov 2025 12:03:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1762862593; 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=OEW0IF04X0uzTGTrJrwI8M9SP4fHGEMUsokw/ujX8Xo=; b=LOTDdepK7wcUdXQAzAmZD11VT/axMd7vD1vhHqHBx5fqQo+kqk4OgzHwv+dT9vit9h23ak WsutaoECf7d7E1AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1762862593; 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=OEW0IF04X0uzTGTrJrwI8M9SP4fHGEMUsokw/ujX8Xo=; b=SfGvhDl3L+ESrNw/snPiU/XRS2i0vsCVHTrz+nasvcPhH1YFJ2B5nRx2s9qZcjntchEYNp K0Pf5PngUA6/mIrYp9Srmm90iSB6XN3PxQobUZvTQ2JWNLqirk4Nqj05FkYbCEiswbwkju aZNivp5ZNHNwsLa6SQIioIsR3jJil8qwdf2iTJHeN6ULnK1o7VmUgIJlrRRdRaNA/HZqci w19sy37iQbpYMmiG1+HGJorN8/KmnNoU7mqO2rzQVWyvVeSVIfLdntiKj7ZLlJNtGViKZ1 Z8CtTzr1Yrt3+zzUxnn+BV5tZCafgzou9vnjTiWwBR+T3NkzG6ZCBFVC2mDbeA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core199: Ship curl Date: Tue, 11 Nov 2025 13:02:57 +0100 Message-ID: <20251111120303.34623-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/199/filelists/curl | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/curl diff --git a/config/rootfiles/core/199/filelists/curl b/config/rootfiles/core/199/filelists/curl new file mode 120000 index 000000000..4b84bef53 --- /dev/null +++ b/config/rootfiles/core/199/filelists/curl @@ -0,0 +1 @@ +../../../common/curl \ No newline at end of file -- 2.51.2