From ac36f9f2c1f11e8c998448e4dc57c5abe1e30f51 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 6 Aug 2021 13:16:40 +0200 Subject: [PATCH] make.sh: Remove jwhois and replace with whois MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - 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 6b03157fde..e6f948ba07 100755 --- a/make.sh +++ b/make.sh @@ -1128,7 +1128,7 @@ buildbase() { lfsmake2 gperf lfsmake2 gzip lfsmake2 hostname - lfsmake2 jwhois + lfsmake2 whois lfsmake2 kbd lfsmake2 less lfsmake2 pkg-config -- 2.39.5