Commit Graph

51 Commits

Author SHA1 Message Date
Sergei Trofimovich
d2f1139b7f whois: 5.5.22 -> 5.5.23
Changes: https://github.com/rfc1036/whois/compare/v5.5.22...v5.5.23
2024-05-12 20:11:34 +01:00
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
Sergei Trofimovich
7aa12374a5 whois: 5.5.21 -> 5.5.22
Changes: https://github.com/rfc1036/whois/compare/v5.5.21...v5.5.22
2024-04-02 07:34:58 +01:00
Sergei Trofimovich
26c37fca28 whois: 5.5.20 -> 5.5.21
Changes: https://github.com/rfc1036/whois/compare/v5.5.20...v5.5.21
2024-02-25 22:47:50 +00:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Joseph Stahl
cda7e5350c whois: add implicit.patch to fix builds with clang 16
Based on work from Macports by @ryandesign.

Clang 16 now reports error (instead of warning)
for -Wimplicit-function-declaration which was breaking builds
2023-11-30 17:48:01 +01:00
R. Ryantm
256bd288f6 whois: 5.5.19 -> 5.5.20 2023-11-10 15:12:59 +00:00
Mario Rodas
f9114acb17 whois: fix build with Clang 2023-10-12 04:20:00 +00:00
Sergei Trofimovich
c1cfe33b7b whois: 5.5.18 -> 5.5.19
Changes: https://github.com/rfc1036/whois/compare/v5.5.18...v5.5.19
2023-10-09 11:30:11 +01:00
Sergei Trofimovich
e9ebcec3b6 whois: 5.5.17 -> 5.5.18
Changes: https://github.com/rfc1036/whois/compare/v5.5.17...v5.5.18
2023-08-02 22:37:53 +01:00
R. Ryantm
059eb9dd2a whois: 5.5.16 -> 5.5.17 2023-05-08 00:37:50 +00:00
Sergei Trofimovich
d3b87082bb whois: 5.515 -> 5.5.16
Changes: https://github.com/rfc1036/whois/compare/v5.5.15...v5.5.16
2023-03-03 07:57:24 +00:00
R. Ryantm
82319d48db whois: 5.5.14 -> 5.5.15 2023-01-01 01:10:39 +00:00
Franz Pletz
2f1ca6e27f
whois: 5.5.13 -> 5.5.14 2022-11-14 12:16:13 +01:00
R. Ryantm
cb802fc08f whois: 5.5.12 -> 5.5.13 2022-08-02 06:25:48 +00:00
R. Ryantm
1354f51bdb whois: 5.5.11 -> 5.5.12 2022-03-05 16:19:26 +01:00
R. Ryantm
2fe15274ec whois: 5.5.10 -> 5.5.11 2022-01-11 05:53:12 +00:00
Franz Pletz
29db82b37a
whois: 5.5.8 -> 5.5.10 2021-07-28 21:07:34 +02:00
R. RyanTM
4242367019 whois: 5.5.6 -> 5.5.8 2021-03-10 04:40:46 +00:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
26319e6504 whois: 5.5.5 -> 5.5.6 2020-02-21 17:07:25 +00:00
R. RyanTM
fb8967127a whois: 5.5.3 -> 5.5.5 2020-01-30 15:31:53 +00:00
R. RyanTM
632d9ff25b whois: 5.5.2 -> 5.5.3 2019-11-29 15:07:04 -08:00
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