Hello development folks,
looking at it's Git repository (https://github.com/jonasob/jwhois), jwhois does not seem to be maintained anymore. It's last commit currently dates November 20th, 2015, while the latest release was tagged on July 10th, 2005.
Debian switched to another WHOIS client (https://github.com/rfc1036/whois), being far more actively maintained than jwhois (see also: https://packages.debian.org/buster/whois). From my point of view, we should to as well.
Since I am currently short on spare time: Is someone volounteering to do this for me?
Whoever it will be, thank you. :-)
Thanks, and best regards, Peter Müller
Hi Peter,
I haven't seen anyone else pick this up so I will give it a go and see how I get on.
Regards,
Adolf
On 30/05/2021 12:01, Peter Müller wrote:
Hello development folks,
looking at it's Git repository (https://github.com/jonasob/jwhois), jwhois does not seem to be maintained anymore. It's last commit currently dates November 20th, 2015, while the latest release was tagged on July 10th, 2005.
Debian switched to another WHOIS client (https://github.com/rfc1036/whois), being far more actively maintained than jwhois (see also: https://packages.debian.org/buster/whois). From my point of view, we should to as well.
Since I am currently short on spare time: Is someone volounteering to do this for me?
Whoever it will be, thank you. :-)
Thanks, and best regards, Peter Müller
Hi Peter,
So I have been able to successfully build the new whois and have installed it into a vm and tested it out with an IP address and it worked giving the same info as with jwhois on my production IPFire system.
One thing that I am not sure about. With jwhois there are a lot of entries in /etc/jwhois.conf and then there are a couple of patches in /src/patches adding more into jwhois.conf
For the new whois the whois.conf is empty with just a note saying that if the compiled in servers are not adequate then additional ones can be added to the whois.conf.
The format for the whois.conf is different from the jwhois.conf with the = separator being replaced by a blank space. In jwhois there are also some entries with two lines with the second line giving the query format which does not look to be able to be used in whois.conf
jwhois.conf says that the type can be either cidr or regex
whois.conf says that each entry consists of a regex followed by the server. There is no mention of cidr
It is not clear to me if the entries in jwhois.conf and the two jwhois patches need to be included into whois.conf but if they do then I need some help about how to reconcile the differences.
Regards,
Adolf.
On 21/07/2021 12:10, Adolf Belka wrote:
Hi Peter,
I haven't seen anyone else pick this up so I will give it a go and see how I get on.
Regards,
Adolf
On 30/05/2021 12:01, Peter Müller wrote:
Hello development folks,
looking at it's Git repository (https://github.com/jonasob/jwhois), jwhois does not seem to be maintained anymore. It's last commit currently dates November 20th, 2015, while the latest release was tagged on July 10th, 2005.
Debian switched to another WHOIS client (https://github.com/rfc1036/whois), being far more actively maintained than jwhois (see also: https://packages.debian.org/buster/whois). From my point of view, we should to as well.
Since I am currently short on spare time: Is someone volounteering to do this for me?
Whoever it will be, thank you. :-)
Thanks, and best regards, Peter Müller
Hi,
On 29 Jul 2021, at 21:01, Adolf Belka adolf.belka@ipfire.org wrote:
Hi Peter,
So I have been able to successfully build the new whois and have installed it into a vm and tested it out with an IP address and it worked giving the same info as with jwhois on my production IPFire system.
One thing that I am not sure about. With jwhois there are a lot of entries in /etc/jwhois.conf and then there are a couple of patches in /src/patches adding more into jwhois.conf
For the new whois the whois.conf is empty with just a note saying that if the compiled in servers are not adequate then additional ones can be added to the whois.conf.
The format for the whois.conf is different from the jwhois.conf with the = separator being replaced by a blank space. In jwhois there are also some entries with two lines with the second line giving the query format which does not look to be able to be used in whois.conf
jwhois.conf says that the type can be either cidr or regex
whois.conf says that each entry consists of a regex followed by the server. There is no mention of cidr
It is not clear to me if the entries in jwhois.conf and the two jwhois patches need to be included into whois.conf but if they do then I need some help about how to reconcile the differences.
We do not have any custom changes in our configuration. This was just what we imported from somewhere else and I understood it as the standard set of servers.
I suppose removing the old configuration and continuing with a fresh default configuration is the way to go.
-Michael
Regards,
Adolf.
On 21/07/2021 12:10, Adolf Belka wrote:
Hi Peter,
I haven't seen anyone else pick this up so I will give it a go and see how I get on.
Regards,
Adolf
On 30/05/2021 12:01, Peter Müller wrote:
Hello development folks,
looking at it's Git repository (https://github.com/jonasob/jwhois), jwhois does not seem to be maintained anymore. It's last commit currently dates November 20th, 2015, while the latest release was tagged on July 10th, 2005.
Debian switched to another WHOIS client (https://github.com/rfc1036/whois), being far more actively maintained than jwhois (see also: https://packages.debian.org/buster/whois). From my point of view, we should to as well.
Since I am currently short on spare time: Is someone volounteering to do this for me?
Whoever it will be, thank you. :-)
Thanks, and best regards, Peter Müller
Hi Michael,
On 04/08/2021 16:30, Michael Tremer wrote:
Hi,
On 29 Jul 2021, at 21:01, Adolf Belka adolf.belka@ipfire.org wrote:
Hi Peter,
So I have been able to successfully build the new whois and have installed it into a vm and tested it out with an IP address and it worked giving the same info as with jwhois on my production IPFire system.
One thing that I am not sure about. With jwhois there are a lot of entries in /etc/jwhois.conf and then there are a couple of patches in /src/patches adding more into jwhois.conf
For the new whois the whois.conf is empty with just a note saying that if the compiled in servers are not adequate then additional ones can be added to the whois.conf.
The format for the whois.conf is different from the jwhois.conf with the = separator being replaced by a blank space. In jwhois there are also some entries with two lines with the second line giving the query format which does not look to be able to be used in whois.conf
jwhois.conf says that the type can be either cidr or regex
whois.conf says that each entry consists of a regex followed by the server. There is no mention of cidr
It is not clear to me if the entries in jwhois.conf and the two jwhois patches need to be included into whois.conf but if they do then I need some help about how to reconcile the differences.
We do not have any custom changes in our configuration. This was just what we imported from somewhere else and I understood it as the standard set of servers.
I suppose removing the old configuration and continuing with a fresh default configuration is the way to go.
This is nice and easy then because this version of whois has its default set compiled in, so the whois.conf is only used for additional servers that are decided to be needed.
I will submit this change as a patch of program as a patch then.
Regards,
Adolf.
-Michael
Regards,
Adolf.
On 21/07/2021 12:10, Adolf Belka wrote:
Hi Peter,
I haven't seen anyone else pick this up so I will give it a go and see how I get on.
Regards,
Adolf
On 30/05/2021 12:01, Peter Müller wrote:
Hello development folks,
looking at it's Git repository (https://github.com/jonasob/jwhois), jwhois does not seem to be maintained anymore. It's last commit currently dates November 20th, 2015, while the latest release was tagged on July 10th, 2005.
Debian switched to another WHOIS client (https://github.com/rfc1036/whois), being far more actively maintained than jwhois (see also: https://packages.debian.org/buster/whois). From my point of view, we should to as well.
Since I am currently short on spare time: Is someone volounteering to do this for me?
Whoever it will be, thank you. :-)
Thanks, and best regards, Peter Müller