Commit graph

261 commits

Author SHA1 Message Date
R. RyanTM 25362ba6b3 groonga: 10.0.9 -> 10.1.1 2021-01-30 04:08:10 +00:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
R. RyanTM 9a4257c2b6 groonga: 10.0.8 -> 10.0.9 2020-12-05 20:28:59 +00:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM f33e4b4a0c groonga: 10.0.6 -> 10.0.8 2020-11-02 05:40:00 +00:00
R. RyanTM 83a2d3457c groonga: 10.0.5 -> 10.0.6 2020-09-23 07:34:52 +00:00
R. RyanTM 563b73d880 solr: 8.5.2 -> 8.6.1 2020-08-31 00:35:41 +00:00
R. RyanTM 20083fbd61 groonga: 10.0.4 -> 10.0.5 2020-08-03 20:34:27 +10:00
Jon Roberts 2dd2b2fdcb
elasticsearchPlugins.analysis-phonetic: add 2019-09-04 15:19:29 -05:00
R. RyanTM 41a81c4f04 solr: 8.5.1 -> 8.5.2 2020-07-07 17:00:52 +00:00
R. RyanTM e44f38c844 groonga: 10.0.3 -> 10.0.4 2020-07-03 17:25:06 +00:00
R. RyanTM 58d2c8028c groonga: 10.0.2 -> 10.0.3 2020-06-10 00:13:35 +00:00
R. RyanTM f82006b9af solr: 8.5.0 -> 8.5.1 2020-05-10 16:21:51 +00:00
R. RyanTM 21c9abc79e groonga: 10.0.0 -> 10.0.2 2020-05-05 10:31:57 +00:00
Mario Rodas 797d8709b5
Merge pull request #84574 from filalex77/meilisearch-0.9.0
meilisearch: init at 0.9.0
2020-04-12 04:40:15 -05:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Oleksii Filonenko 7a4fc7c2c7 meilisearch: init at 0.9.0 2020-04-07 18:08:54 +03:00
R. RyanTM 2d6afe6ba5 groonga: 9.1.2 -> 10.0.0 2020-03-29 19:59:16 +00:00
R. RyanTM 7613ae0ea7 solr: 8.4.1 -> 8.5.0 2020-03-26 02:06:27 +00:00
Vincent Breitmoser 6a6bf70e48 sphinxsearch: add workaround for darwin build failures
upstream bug: see http://sphinxsearch.com/bugs/view.php?id=2578
fix ported from Homebrew: https://github.com/Homebrew/homebrew-core/pull/8619
2020-02-27 17:24:49 +01:00
Vincent Breitmoser f06174d135 sphinxsearch: enable parallel builds 2020-02-27 16:18:26 +01:00
Vincent Breitmoser f70dbff529 sphinxsearch: add optional support for xmlpipe2 2020-02-27 16:18:26 +01:00
Vincent Breitmoser f14b3aa8c0 sphinxsearch: add support for mysql sources 2020-02-27 16:18:25 +01:00
Vincent Breitmoser ca58f58a0b sphinxsearch: add valodim as maintainer 2020-02-27 16:17:36 +01:00
Nick Braga c1e376e4f9 elasticsearchPlugins: add analysis-icu plugin 2020-02-25 10:05:34 -05:00
R. RyanTM e20c780172 groonga: 9.1.1 -> 9.1.2 2020-02-08 08:33:39 +00:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Aaron Andersen 0e0b8f2feb
Merge pull request #77983 from aanderse/solr
solr: 8.4.0 -> 8.4.1
2020-01-25 11:11:13 -05:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM 3d302c3fb0 groonga: 9.1.0 -> 9.1.1 2020-01-21 15:09:40 +00:00
Aaron Andersen 1093736abb solr: 8.4.0 -> 8.4.1 2020-01-18 09:00:04 -05:00
Aaron Andersen 19185c54ad solr: specify NixOS test 2020-01-18 08:55:40 -05:00
Aaron Andersen acd9e87ebe solr: drop 7.x series 2020-01-18 08:50:35 -05:00
Jaka Hudoklin 139daee494
Merge pull request #77073 from plumelo/auto-update/elasticsearch
elk stack: 7.3.1 -> 7.5.1
2020-01-09 09:48:24 +00:00
Aaron Andersen a75e3f2d00 solr: 8.3.1 -> 8.4.0 2020-01-07 20:18:31 -05:00
vasile luta 0e122f5c8e elasticsearch-plugins: 7.3.1 -> 7.5.1 2020-01-06 15:43:25 +02:00
vasile luta 206e66bbbb elasticsearch7: 7.3.1 -> 7.5.1 2020-01-06 15:21:19 +02:00
Aaron Andersen 01b874d311
Merge pull request #75394 from r-ryantm/auto-update/solr
solr: 8.3.0 -> 8.3.1
2019-12-09 21:48:52 -05:00
R. RyanTM 97e6ff6a72 solr: 8.3.0 -> 8.3.1 2019-12-09 13:23:05 -08:00
R. RyanTM a7949d813f groonga: 9.0.9 -> 9.1.0 2019-12-08 02:31:09 -08:00
ash lea f92cc632ae elasticsearchPlugins.search-guard: fix homepage link 2019-11-10 00:30:12 -08:00
ash lea a23730cf9a elasticsearchPlugins: style fixups 2019-11-10 00:26:56 -08:00
ash lea 2e3d3cff7e elasticsearchPlugins: match elasticsearch version 2019-11-10 00:10:51 -08:00
ash lea 98875b5b4e elasticsearchPlugins: add ingest-attachment 2019-11-09 20:53:00 -08:00
Mario Rodas 9e33eb3359
Merge pull request #72519 from r-ryantm/auto-update/groonga
groonga: 9.0.8 -> 9.0.9
2019-11-03 11:14:09 -05:00
R. RyanTM 84bf78faa4 solr: 8.2.0 -> 8.3.0 2019-11-02 23:50:12 -07:00
R. RyanTM daf3aefb14 groonga: 9.0.8 -> 9.0.9 2019-11-01 20:19:35 -07:00
R. RyanTM 1f9fc456b4 groonga: 9.0.7 -> 9.0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-10-22 10:16:56 +02:00
R. RyanTM 6e46d3bcbd groonga: 9.0.6 -> 9.0.7 (#69581)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-10-12 22:10:04 +02:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
adisbladis 723148f92e
elastic7: 7.0.1 -> 7.3.1 2019-09-07 12:48:42 +01:00
adisbladis 3ab433df34
elastic6: 6.7.2 -> 6.8.3 2019-09-07 12:43:40 +01:00
Jan Tojnar f9237f3152
Merge branch 'master' into staging-next 2019-09-06 16:55:11 +02:00
adisbladis a870cad373
elasticsearch5: Remove package
It's EOL
2019-09-06 14:22:15 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00: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
Rickard Nilsson 225e412edb Remove myself as maintainer of some packages. 2019-08-20 15:24:01 +02:00
R. RyanTM 2d78a7ad36 groonga: 9.0.5 -> 9.0.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-08-19 04:17:54 -07:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00: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
Marek Mahut 08ee74e796
Merge pull request #65931 from r-ryantm/auto-update/groonga
groonga: 9.0.4 -> 9.0.5
2019-08-05 12:13:31 +02:00
R. RyanTM d798b5ee92 groonga: 9.0.4 -> 9.0.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-08-04 05:07:35 -07:00
Aaron Andersen 5bdbfb1820 solr: 8.1.1 -> 8.2.0 2019-08-02 10:44:13 -04:00
Aaron Andersen 458f6ba981 solr: 7.7.1 -> 7.7.2 2019-08-02 10:41:40 -04:00
Mario Rodas d747b42af4
groonga: enable on darwin 2019-07-19 21:19:13 -05:00
Frederik Rietdijk 25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
R. RyanTM f2068a3516 groonga: 9.0.3 -> 9.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-07-02 20:08:42 +02:00
worldofpeace 3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Aaron Andersen 4c0cd14ccc
Merge pull request #62573 from r-ryantm/auto-update/solr
solr: 8.1.0 -> 8.1.1
2019-06-03 20:43:26 -04:00
R. RyanTM 856b121cd0 solr: 8.1.0 -> 8.1.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/solr/versions
2019-06-02 21:39:10 -07:00
R. RyanTM 925e62349e groonga: 9.0.2 -> 9.0.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/groonga/versions
2019-06-01 13:10:29 -07:00
Aaron Andersen 0890f8d743 solr: minor cleanup/formatting 2019-05-21 20:29:19 -04:00
Aaron Andersen b48109ca9b solr: 8.0.0 -> 8.1.0 2019-05-21 20:28:02 -04:00
Jaka Hudoklin e4d89879f8
elasticsearch: add missing gnugrep and coreutils to wrapper 2019-05-12 16:31:13 +02:00
Jaka Hudoklin e3f6239631
elasticsearchPlugins: fix plugins, add s3-repository and gcs-repository plugin 2019-05-11 19:54:20 +02:00
Bas van Dijk cc3d0f4acf
Merge pull request #61255 from basvandijk/elk-old-upgrades
elk5: 5.6.9 -> 5.6.16 & elk6: 6.7.1 -> 6.7.2
2019-05-10 23:48:21 +02:00
Bas van Dijk 1a0818e941 elk6: 6.7.1 -> 6.7.2 2019-05-10 23:32:44 +02:00
Bas van Dijk 8673d82bc1 elk5: 5.6.9 -> 5.6.16 2019-05-10 22:46:12 +02:00
Renaud 2fe5e5ba71
Merge pull request #60556 from r-ryantm/auto-update/groonga
groonga: 8.1.1 -> 9.0.2
2019-05-10 21:21:48 +02:00
Bas van Dijk 78cb9b7898 elk: 7.0.0 -> 7.0.1 2019-05-09 11:37:48 +02:00
R. RyanTM 7d1c1f0801 groonga: 8.1.1 -> 9.0.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/groonga/versions
2019-04-30 17:50:24 -07:00
Bas van Dijk e5724e8e66
Merge pull request #59514 from basvandijk/elk-7.0.0
elk7: init at 7.0.0
2019-04-15 07:05:13 +02:00
Bas van Dijk 13352f28d2 elk7: init at 7.0.0
This adds the following new packages:

+ elasticsearch7
+ elasticsearch7-oss
+ logstash7
+ logstash7-oss
+ kibana7
+ kibana7-oss
+ filebeat7
+ heartbeat7
+ metricbeat7
+ packetbeat7
+ journalbeat7

The default major version of the ELK stack stays at 6. We should
probably set it to 7 in a next commit.
2019-04-14 21:39:46 +02:00
Aaron Andersen ee7565af9d solr: init at 8.0.0 2019-04-10 20:12:41 -04:00
Bas van Dijk 7062a073e8 elk: 6.5.1 -> 6.7.1 2019-04-09 12:34:01 +02:00
R. RyanTM 07f8621b6f groonga: 8.1.0 -> 8.1.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/groonga/versions
2019-03-03 20:51:33 +01:00
Aaron Andersen cf80b011ee solr: 7.6.0 -> 7.7.1 2019-03-02 21:18:00 -05:00
Joachim F 68553b756f
Merge pull request #52684 from r-ryantm/auto-update/solr
solr: 7.5.0 -> 7.6.0
2019-01-21 20:40:22 +00:00
R. RyanTM 2cf7cae450 groonga: 8.0.9 -> 8.1.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/groonga/versions
2019-01-03 09:26:03 -08:00
R. RyanTM 4a9fcee0d4 solr: 7.5.0 -> 7.6.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/solr/versions
2018-12-22 07:35:23 -08:00
R. RyanTM 7c5bf040bb groonga: 8.0.8 -> 8.0.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2018-12-15 20:28:12 -08:00
Bas van Dijk b560dd9047 elasticsearch: make sure to patchelf the x-pack-ml binaries 2018-12-02 15:54:20 +01:00
Bas van Dijk fbf0efc6a7 elk: 6.3.2 -> 6.5.1 2018-12-01 12:47:12 +01:00
R. RyanTM d8683675d9 groonga: 8.0.7 -> 8.0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2018-11-09 18:30:01 -08:00