From patchwork Wed May 20 20:15:49 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9847 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gLN8d4NSgz3wpF for ; Wed, 20 May 2026 20:16:01 +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 4gLN8b4CBbz5gQ for ; Wed, 20 May 2026 20:15:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gLN8b1cMcz32dh for ; Wed, 20 May 2026 20:15:59 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 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 4gLN8X3sp0z32Qd for ; Wed, 20 May 2026 20:15:56 +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 4gLN8V1pghz3Mp; Wed, 20 May 2026 20:15:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779308154; 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=WUl6Q6i4qj/Ugo1ktJNflt8/yDHBsuJuiC3FR+1PvHk=; b=Yud6pw9I2FfMZ7tUSN+PE6uHkpopxBWFG3n0a0FHNy6dSSCt1WuFZjgMOIi3eTVxrpWJ2W BGnOwr/Kn2r2hSDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779308154; 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=WUl6Q6i4qj/Ugo1ktJNflt8/yDHBsuJuiC3FR+1PvHk=; b=Qd1eQNzRvY4lUFny6l4O0B9O1Ucw7Q86t++MqtRfGSsHus9oGgttREBEf0FlvjGPTW+Lq3 XPY+Jo6bTLGs9ScPNVN7DI4kYW4U0PgSxUWpqwOe7ohy6T1Kst3rUnWuNfmPD0pEF8g4re YEIQKL9UVmAnfDuAijgD1wXav2VoMGaRL/eQlpVpjmoQJh5ZOGAmMis0u8nfsOdKCfOzlz ICvuuAx/JtLJHGf0wNw76Q45mBRa0vnRZJxjnfXkp26UoVNn+GY+g2WVZGGd1y3chvhEm9 AjS32q+UUmiBJXAuDq9oUbbUwd/fxZHHYHgQqeCuLpr4Nn1ESVJNv/DYYIwwRQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] squid: Add --without-nettle to configure options Date: Wed, 20 May 2026 22:15:49 +0200 Message-ID: <20260520201549.2964300-4-adolf.belka@ipfire.org> In-Reply-To: <20260520201549.2964300-1-adolf.belka@ipfire.org> References: <20260520201549.2964300-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 - nettle-4.0 has various API/ABI changes that prevent squid from building. - input from @michael was to use the --without-nettle configure option until the squid dev team provide an update for the API/ABI changes and squidf in IPFire is migrated successfully from the 6.x branch to the 7.x branch - All other packages that use nettle, such as gnutls etc have updated versions capable of working with nettle-4.0 Signed-off-by: Adolf Belka --- lfs/squid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/squid b/lfs/squid index 6963de304..a4de8adb4 100644 --- a/lfs/squid +++ b/lfs/squid @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -131,8 +131,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-dl \ --with-large-files \ --without-gnutls \ - --without-netfilter-conntrack - + --without-netfilter-conntrack \ + --without-nettle cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install