public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] make.sh: Remove jwhois and replace with whois
@ 2021-08-06 11:16 Adolf Belka
  2021-08-06 11:16 ` [PATCH 2/3] whois: Installation of aan actively maintained whois client Adolf Belka
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Adolf Belka @ 2021-08-06 11:16 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

- 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 <adolf.belka(a)ipfire.org>
---
 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
-- 
2.32.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-06 15:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 11:16 [PATCH 1/3] make.sh: Remove jwhois and replace with whois Adolf Belka
2021-08-06 11:16 ` [PATCH 2/3] whois: Installation of aan actively maintained whois client Adolf Belka
2021-08-06 15:09   ` Peter Müller
2021-08-06 11:16 ` [PATCH 3/3] jwhois: Remove jwhois and all associated patches Adolf Belka
2021-08-06 15:09   ` Peter Müller
2021-08-06 15:09 ` [PATCH 1/3] make.sh: Remove jwhois and replace with whois Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox