From patchwork Fri May 22 19:53:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9851 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gMbYn2Xpdz3wjb for ; Fri, 22 May 2026 19:53:33 +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" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gMbYm15nZz5SY for ; Fri, 22 May 2026 19:53:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gMbYm0Bl7z2xl2 for ; Fri, 22 May 2026 19:53:32 +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 "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gMbYj3J1zz2xJ5 for ; Fri, 22 May 2026 19:53:29 +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 4gMbYh3G35zG9; Fri, 22 May 2026 19:53:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779479608; 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=Oc2ZMMIROip3NKD6z3gkXBXBX1bJuhetHmc6dhKGUzI=; b=iHFHfAe9KI0EWbGEjwXaqlPiuC+U0s0H6c7PJ1UuuRpofb/9M9ZLpV7Cn0pC/rNlg6aai5 PSdZNqJBpk8Q+WCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779479608; 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=Oc2ZMMIROip3NKD6z3gkXBXBX1bJuhetHmc6dhKGUzI=; b=KLs4QkYEfR72Ntjijml80+OA2aEYgOFveH7vmNPGnhSA7Y34ztKRglOHMQHvw0LOUMjhle 48hGlWZsk+1VHAVZNWzngoUVsV3VZis5Ff9+KHkeBnLHyfN/1S+0pVwBhCxSk1kT8VqpfH mFSbVFfW7+auGxlMHbg7mg9mfY6meCl5FvStm87FQU8HKQ02gCv+CUySM/+t6Y+rsCsI4N R/2xZYYGGp7VJg7XV/VylKQ+xSo+CkqHeVN5ducjuIq5oQaWlb3xCTUv1S8/z5IBbj1Kns mTjvh1/4okFRuX7xIv5IV18KhUGWdNblDS5kecw778GkQ8JmA5DJoUQNE/c0+g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core203: Ship gnupg Date: Fri, 22 May 2026 21:53:24 +0200 Message-ID: <20260522195325.3592446-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/203/filelists/gnupg | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/203/filelists/gnupg diff --git a/config/rootfiles/core/203/filelists/gnupg b/config/rootfiles/core/203/filelists/gnupg new file mode 120000 index 000000000..a1a156447 --- /dev/null +++ b/config/rootfiles/core/203/filelists/gnupg @@ -0,0 +1 @@ +../../../common/gnupg \ No newline at end of file