From patchwork Wed Apr 29 17:50:28 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9758 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 4g5Px45r9rz3wpF for ; Wed, 29 Apr 2026 17:51:04 +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 4g5Px43tgyz7J0 for ; Wed, 29 Apr 2026 17:51:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5Px03bhjz36Vb for ; Wed, 29 Apr 2026 17:51:00 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g5Pwx6Zljz33gC for ; Wed, 29 Apr 2026 17:50:57 +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 4g5Pwx1PKdz7Gy; Wed, 29 Apr 2026 17:50:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777485057; 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=spD8WEZf7IRpSQqUrLXLA2Zrlz/anclFMI+bXsCNW/8=; b=gzeAsNrMcjtwVXTjYicXIPnXZ9cWdYPKQiqanQYaK/uHQLyCKGW+V66I2HxyyZWeYUeg5Q geqNUOoik7zUw4Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777485057; 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=spD8WEZf7IRpSQqUrLXLA2Zrlz/anclFMI+bXsCNW/8=; b=eQk8J7nWEsfIxb2vX+Ym1Vmpr7FMg2x2ObAWqdKuMC7gJ+852gGsXULi6r4EAUOzL0QAzL rTAR2sl04CA1bYEvRok2Grnb1DhYa4z5ioxWDb0bHn0zNflHCcX/pOS5PB1o4K9ALoNs5A sAQN8fWvpVoQF4Na1zttj1qL1QuG7DojI/yyO5hdbzlR83DujkueJZyyCFO/+IHRIfvY4H IITR4sZyJr8xdHN508urhg3dcOPptoct6kdQgHiucHkXDWGqMFLmL8fR4Orxl8T2zaDIPh TCPItgvkCtNmd/C8CY8CLuO0xCl95hsyppLvLYLVt0SEdpnv36lxikc7H7vlNg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 08/12] openssh: Resolve configure unrecognised option(s) Date: Wed, 29 Apr 2026 19:50:28 +0200 Message-ID: <20260429175032.2811103-8-adolf.belka@ipfire.org> In-Reply-To: <20260429175032.2811103-1-adolf.belka@ipfire.org> References: <20260429175032.2811103-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 - configure: WARNING: unrecognized options: --with-md5-passwords - use of md5 for passwords was removed in version 8.9 in 2022 - Option has been removed Signed-off-by: Adolf Belka --- lfs/openssh | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/openssh b/lfs/openssh index e22105ce4..fdffce8d4 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -76,7 +76,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --sysconfdir=/etc/ssh \ --libexecdir=/usr/lib/openssh \ - --with-md5-passwords \ --with-privsep-path=/var/empty \ --with-superuser-path=/sbin:/usr/sbin:/bin:/usr/bin cd $(DIR_APP) && make $(MAKETUNING)