Commit graph

26 commits

Author SHA1 Message Date
Patrick Hilhorst c23f0c0510 whois: 5.5.1 -> 5.5.2 2019-10-07 21:26:37 -07:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
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-24 08:55:37 +02:00
Will Dietz 1aaf047918
whois: 5.5.0 -> 5.5.1
https://github.com/rfc1036/whois/blob/v5.5.1/debian/changelog
2019-08-19 14:56:50 -05:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 1c7d2df130 whois: 5.4.3 -> 5.5.0
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-08-06 02:02:09 -07:00
R. RyanTM 1eeb240afd whois: 5.4.2 -> 5.4.3
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-18 10:24:42 -07:00
Will Dietz 9ad0e9ed55 whois: 5.4.1 -> 5.4.2
https://github.com/rfc1036/whois/blob/v5.4.2/debian/changelog
2019-03-29 11:41:57 -05:00
Will Dietz 733bc4648e whois: 5.4.0 -> 5.4.1
https://github.com/rfc1036/whois/releases/tag/v5.4.1
2019-01-27 10:52:57 -06:00
Will Dietz 41b3c2137d whois: 5.3.2 -> 5.4.0
4723a2cc4c
2018-10-26 13:32:30 -05:00
Will Dietz e2cbbbb289 whois: 5.3.1 -> 5.3.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-07-16 21:33:00 -05:00
R. RyanTM 50bb7de468 whois: 5.3.0 -> 5.3.1
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-05-22 18:07:55 -07:00
Matthew Bauer 929f469ede treewide: remove libiconv hacks 2018-03-22 16:50:11 -05:00
Jude Taylor ea1377419c review comment 2018-03-15 09:30:11 -07:00
Jude Taylor a34479850e fix whois build 2018-03-14 21:03:00 -07:00
adisbladis bb1a326829
whois: 5.2.20 -> 5.3.0 2018-01-27 01:19:16 +08:00
Will Dietz eb7af7a82b whois: prefer not overwriting phases, use libiconv 2018-01-09 08:41:55 -06:00
Will Dietz 364b21925f whois: use libidn2 to support various 'international' domains 2018-01-09 08:41:51 -06:00
Will Dietz 90c67ea36a whois: 5.2.18 -> 5.2.20 2018-01-09 08:41:40 -06:00
WilliButz a8db87efd8
whois: 5.2.17 -> 5.2.18 2017-08-24 21:20:03 +02:00
Franz Pletz b68fdfb619
whois: 5.2.16 -> 5.2.17 2017-07-31 12:34:25 +02:00
Franz Pletz e7f5e7fe3b
whois: 5.2.15 -> 5.2.16 2017-06-20 03:45:43 +02:00
mimadrid 3f7665b5a0
whois: 5.2.14 -> 5.2.15 2017-05-07 23:11:56 +02:00
Robin Gloster 1393d7158a
whois: 5.2.12 -> 5.2.14 2017-02-02 19:19:28 +01:00
Franz Pletz 6ee74b5593 whois: 5.2.11 -> 5.2.12 2016-05-31 20:10:26 +02:00
Franz Pletz bf9f211ae3 whois: 5.2.10 -> 5.2.11 2016-03-22 00:52:40 +01:00
Franz Pletz 03959d4616 whois: init at 5.2.10 and share with mkpasswd
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.
2015-11-11 15:26:10 +01:00