Commit Graph

6 Commits

Author SHA1 Message Date
Rosen Penev 048a2f68ca whois: remove nls.mk
whois as implemented in the OpenWrt package does not use gettext. Fixes
compilation issue with glibc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-13 21:19:17 -10:00
Paul Spooren d424d19b5a whois: update to 5.5.9
* Updated the .ga TLD server.
* Removed the .cd and cf TLD servers.
* Removed 72 new gTLDs which are no longer active.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-28 16:24:18 -10:00
Rosen Penev a527806211 whois: update to 5.5.8
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 17:26:08 -08:00
Rosen Penev 273923d5d2
whois: fix compilation with glibc
Just don't install mkpasswd at all. It's not used and causes problems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 15:34:21 -08:00
Rosen Penev cfedca7360
whois: fix noidn patch
If no idn2 but idn is present, it picks it up. Just remove the whole
thing.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 20:03:07 -08:00
Paul Spooren 3f7542e4ce whois: add package
Better a separate package than enabling it via busybox.
Special thanks to @neheb for the Makefile patches.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-11-20 08:24:38 -10:00