[1/3] make.sh: Remove jwhois and replace with whois

Message ID 20210806111642.3465624-1-adolf.belka@ipfire.org
State Accepted
Headers
Series [1/3] make.sh: Remove jwhois and replace with whois |

Commit Message

Adolf Belka Aug. 6, 2021, 11:16 a.m. UTC
  - 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@ipfire.org>
---
 make.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Peter Müller Aug. 6, 2021, 3:09 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - 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@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
>
  

Patch

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