about summary refs log tree commit diff
path: root/pkgs/tools/networking/whois
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-21whois: 5.5.5 -> 5.5.6R. RyanTM1-2/+2
2020-01-30whois: 5.5.3 -> 5.5.5R. RyanTM1-2/+2
2019-11-29whois: 5.5.2 -> 5.5.3R. RyanTM1-2/+2
2019-10-07whois: 5.5.1 -> 5.5.2Patrick Hilhorst1-2/+2
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-19whois: 5.5.0 -> 5.5.1Will Dietz1-2/+2
https://github.com/rfc1036/whois/blob/v5.5.1/debian/changelog
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-06whois: 5.4.3 -> 5.5.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/whois/versions
2019-06-18whois: 5.4.2 -> 5.4.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/whois/versions
2019-03-29whois: 5.4.1 -> 5.4.2Will Dietz1-2/+2
https://github.com/rfc1036/whois/blob/v5.4.2/debian/changelog
2019-01-27whois: 5.4.0 -> 5.4.1Will Dietz1-2/+2
https://github.com/rfc1036/whois/releases/tag/v5.4.1
2018-10-26whois: 5.3.2 -> 5.4.0Will Dietz1-2/+2
https://github.com/rfc1036/whois/commit/4723a2cc4c7c49cd06a11dd07d5f7335e1608cea
2018-07-16whois: 5.3.1 -> 5.3.2Will Dietz1-2/+2
> whois (5.3.2) unstable; urgency=medium > > * Added the .ge TLD server. > * Updated the charset for whois.nic.cl. (Closes: #900047) > * Updated the list of new gTLDs.
2018-05-22whois: 5.3.0 -> 5.3.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/whois/versions. These checks were done: - built on NixOS - /nix/store/zw919iq17c3gjzl1fjqlc36n2r283mj6-whois-5.3.1/bin/whois passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 5.3.1 with grep in /nix/store/zw919iq17c3gjzl1fjqlc36n2r283mj6-whois-5.3.1 - directory tree listing: https://gist.github.com/95d27f7a76376cb86fdd0edd75927295 - du listing: https://gist.github.com/82d0c8264eb9f30e505961c027227041
2018-03-22treewide: remove libiconv hacksMatthew Bauer1-2/+0
2018-03-15review commentJude Taylor1-1/+1
2018-03-14fix whois buildJude Taylor1-3/+3
2018-01-27whois: 5.2.20 -> 5.3.0adisbladis1-2/+2
2018-01-09whois: prefer not overwriting phases, use libiconvWill Dietz1-4/+7
2018-01-09whois: use libidn2 to support various 'international' domainsWill Dietz1-2/+3
2018-01-09whois: 5.2.18 -> 5.2.20Will Dietz1-2/+2
2017-08-24whois: 5.2.17 -> 5.2.18WilliButz1-3/+3
2017-07-31whois: 5.2.16 -> 5.2.17Franz Pletz1-2/+2
2017-06-20whois: 5.2.15 -> 5.2.16Franz Pletz1-2/+2
2017-05-07whois: 5.2.14 -> 5.2.15mimadrid1-2/+2
2017-02-02whois: 5.2.12 -> 5.2.14Robin Gloster1-2/+2
2016-05-31whois: 5.2.11 -> 5.2.12Franz Pletz1-2/+2
2016-03-22whois: 5.2.10 -> 5.2.11Franz Pletz1-2/+2
2015-11-11whois: init at 5.2.10 and share with mkpasswdFranz Pletz1-0/+40
Close #7979. This commit adds a much more usable whois tool compared to the ones in busybox and inetutils. The sources for whois and mkpasswd from Debian are both located in the whois git repository for historical reasons.