aboutsummaryrefslogtreecommitdiff
path: root/utils/whois/patches
Commit message (Collapse)AuthorAge
* whois: fix compilation with glibcRosen Penev2020-12-31
| | | | | | Just don't install mkpasswd at all. It's not used and causes problems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* whois: fix noidn patchRosen Penev2020-11-29
| | | | | | | | | 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>
* whois: add packagePaul Spooren2020-11-20
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>