From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 1/3] make.sh: Remove jwhois and replace with whois Date: Fri, 06 Aug 2021 17:09:42 +0200 Message-ID: In-Reply-To: <20210806111642.3465624-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5860097823745360926==" List-Id: --===============5860097823745360926== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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 maintaine= d. > https://github.com/rfc1036/whois > - This patch series is the removal of jwhois and the installation of whois >=20 > Signed-off-by: Adolf Belka > --- > make.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 >=20 --===============5860097823745360926==--