From patchwork Fri Aug 6 11:16:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4613 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Gh2xK1JZsz3xGs for ; Fri, 6 Aug 2021 11:16:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Gh2xH5XVhz4f2; Fri, 6 Aug 2021 11:16:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Gh2xH4dddz2y4j; Fri, 6 Aug 2021 11:16:51 +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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Gh2xH1YQ2z2xQs for ; Fri, 6 Aug 2021 11:16:51 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Gh2xG586Pz2C4; Fri, 6 Aug 2021 11:16:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1628248610; 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=IjfiM/aw9hzRap/ZHC6TR23GHtcixwaKoUOb0GH4+2s=; b=BICD5L/JjWIS4IUzFqexXuNkF1PHYRcWSm6+5it0VOyfUogVx/Y9Ym5ysYlNHUIdFq5SWR Gg6o1mXtcPn0VVCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1628248610; 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=IjfiM/aw9hzRap/ZHC6TR23GHtcixwaKoUOb0GH4+2s=; b=khH3Qd91zRpc3lH1tizR6jmG1r91LJm4J8UTOaIoBibrzEqiIlmErFiTZBli+Jy3cRE8CL dL5Qd92X+DibT6lc5YnA+ZiFpj8YCeVomjZW+kXWewc6AECUDI0Zp8YfZZPgLWbqMTSQ+X Vdkz1mpvE0RNsvJqPOEPDr8IvDYDl1mKy6Y0Bcru9SrLCu2Qxyi+N/1Y6vZxVoylE0cymp SVqXA7Re2MYAbrztSQda80/gAo6zhLtRX5YwhF/NeYLWhyWefIUq9Vi/mfzOF8YtXtuUE7 IDn07RVfoJXogHudMhLHWgt+J3gPEz2xEgT9qyl3hIIbIe1/Cp9r8RHwRA0+7g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] make.sh: Remove jwhois and replace with whois Date: Fri, 6 Aug 2021 13:16:40 +0200 Message-Id: <20210806111642.3465624-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - jwhois is no longer being maintained. The last release was from 2005 and the last commit was in 2015. https://github.com/jonasob/jwhois - Debian switched to another whois client which is being actively maintained. https://github.com/rfc1036/whois - This patch series is the removal of jwhois and the installation of whois Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 13a48f461..6dc261fb4 100755 --- a/make.sh +++ b/make.sh @@ -1129,7 +1129,7 @@ buildbase() { lfsmake2 gzip lfsmake2 hostname lfsmake2 iproute2 - lfsmake2 jwhois + lfsmake2 whois lfsmake2 kbd lfsmake2 less lfsmake2 pkg-config