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 4d7F491gbTz336C for ; Fri, 14 Nov 2025 11:18:01 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d7F432sSVz3356 for ; Fri, 14 Nov 2025 11:17:55 +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 4d7F423Bh7z41g; Fri, 14 Nov 2025 11:17:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1763119074; 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: in-reply-to:in-reply-to:references:references; bh=c61E9Iy+BlAB3b+qatHrxCKCwHk65lwrjI4fp7q8tmE=; b=V7u5jATEjNVV+ZW87/wB9h7aDo/JLM1fOc4hJUlngxt0vHx3P5w1REGaJUNsMHLc3Ankzu mYB3XFmCFX8ro4CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1763119074; 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: in-reply-to:in-reply-to:references:references; bh=c61E9Iy+BlAB3b+qatHrxCKCwHk65lwrjI4fp7q8tmE=; b=tiQgmsAa9Ug3EIJdO42HI0agjes6dVXds4EtI1jIuWEEinn6ldThRiNqPMKejvfhSgUFQM YZBAP/vs4e4KlmTH5fEP5EQduXr5L3V2qnNqzZLe6XVatux4z2lTEkIl+JaZtqEgWOJr9M GS+5Iik7sHbcDgRyH9cyUqzEhhvASWwczus/FyU6nTgLuL/JB6KWN+aFE9FGKcOlmNEVkp chwg8/Rpy+28teaH0cE8Iej6GWHsMldxsAKOmcc6AXUBr4I9PpqUmJeRzqMv8sxskevYQ+ UVpFLWBFlPXPbauiIMOZe/jScjBii1bxI3ciSVZpy8iBjsEOz30pc0Nv/1kaZQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] make.sh: Add in gnupg-2.4.x dependencies Date: Fri, 14 Nov 2025 12:17:46 +0100 Message-ID: <20251114111748.24374-8-adolf.belka@ipfire.org> In-Reply-To: <20251114111748.24374-1-adolf.belka@ipfire.org> References: <20251114111748.24374-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 --- make.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make.sh b/make.sh index ed4222ac5..71fbcdc2b 100755 --- a/make.sh +++ b/make.sh @@ -1765,6 +1765,8 @@ build_system() { lfsmake2 perl-Try-Tiny lfsmake2 perl-HTTP-Message lfsmake2 perl-HTTP-Date + lfsmake2 libksba + lfsmake2 npth lfsmake2 gnupg lfsmake2 hdparm lfsmake2 whatmask -- 2.51.2