Commit Graph

502 Commits

Author SHA1 Message Date
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
R. Ryantm
c5ff9f89c6 khoj: 0.2.5 -> 0.2.6 2023-02-15 20:48:34 +00:00
talyz
9e9007e45f
nixos/opensearch: Use DynamicUser and StateDirectory by default
...but still allow for setting `dataDir` to a custom path. This gets
rid of the use of the deprecated option PermissionsStartOnly. Also, add
the ability to customize user and group, since that could be useful
with a custom `dataDir`.
2023-02-15 16:38:24 +00:00
Soner Sayakci
4561785dfc
nixos/tests/opensearch: init 2023-02-14 20:00:27 +00:00
Soner Sayakci
14a114606a
opensearch: init at 2.5.0 2023-02-14 20:00:22 +00:00
Mostly Void
ea95150082
khoj: init at 0.2.5 2023-02-07 19:09:21 +05:30
Thomas Gerbet
e7e447a185 meilisearch: 0.30.5 -> 1.0.0
https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0
2023-02-06 14:30:08 -05:00
R. Ryantm
3c0bdfb539 zinc: 0.3.5 -> 0.3.6 2023-01-20 14:12:01 +08:00
R. Ryantm
eae63548c3 meilisearch: 0.30.2 -> 0.30.5 2023-01-08 07:08:04 -05:00
Pavol Rusnak
bc60f09f79
qdrant: unbreak on x86_64-darwin 2022-12-27 19:24:41 +01:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Fabian Affolter
e212230b2d meilisearch: add changelog to meta 2022-12-10 11:24:57 -05:00
R. Ryantm
14fd1bf61c meilisearch: 0.30.0 -> 0.30.2 2022-12-10 11:24:57 -05:00
Jonathan del Strother
ce042ea86f manticoresearch: support indexing mysql sources 2022-12-09 13:38:53 +00:00
Winter
0c4c1834d0 zinc: fix ui's npmDepsHash
This was written before #200470, but wasn't tested after it was merged, leading to the hash being incorrect.
2022-12-09 07:49:41 -05:00
Artturin
c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
Sandro
0c0281fcdf
Merge pull request #197566 from dit7ya/zincsearch 2022-12-07 01:34:33 +01:00
Mario Rodas
8baee78ef3
Merge pull request #203511 from divanorama/elasticsearch6_fix_build
elasticsearch6: add libxcrypt dependency to fix build
2022-11-29 09:39:39 -05:00
R. Ryantm
b330de2e1a meilisearch: 0.29.2 -> 0.30.0 2022-11-29 08:41:24 -05:00
Dmitry Ivankov
18271606a2 elasticsearch6: add libcrypt dependency to fix build
glibc's libcrypt is deprecated and since
ff30c899d8
is built by default without libcrypt, that's probably the point when `elasticsearch6`
started failing with
```
auto-patchelf: 3 dependencies could not be satisfied
error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by /nix/store/nd0gn95yfnnmnnw8zk2jnafc9gj2qy91-elasticsearch-6.8.21/modules/x-pack-ml/platform/linux-x86_64/lib/liblog4cxx.so.10
error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by /nix/store/nd0gn95yfnnmnnw8zk2jnafc9gj2qy91-elasticsearch-6.8.21/modules/x-pack-ml/platform/linux-x86_64/lib/libaprutil-1.so.0
error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by /nix/store/nd0gn95yfnnmnnw8zk2jnafc9gj2qy91-elasticsearch-6.8.21/modules/x-pack-ml/platform/linux-x86_64/lib/libapr-1.so.0
```

Let's add libxcrypt dependency, also note that `elasticsearch6-oss` doesn't
seem to need it.

Should resolve https://github.com/NixOS/nixpkgs/issues/203467

Extra note is elk6 may get removed from nixpkgs soon in favor of elk7
https://github.com/NixOS/nixpkgs/pull/194420
2022-11-28 21:59:18 +01:00
Mostly Void
a79bf2bfea
zinc: init at 0.3.5 2022-11-18 23:12:44 +05:30
R. Ryantm
216e161b69 meilisearch: 0.29.1 -> 0.29.2 2022-11-16 11:37:28 -05:00
Mostly Void
68efd9293b
qdrant: 0.9.1 -> 0.11.2 2022-11-13 22:15:03 +05:30
Jonas Heinrich
93a2ebf4cd
Merge pull request #186112 from jdelStrother/manticore
manticoresearch: init at 5.0.3
2022-10-27 16:16:56 +02:00
Dmitriy Pleshevskiy
35da064ed5
sonic-server: init at 1.4.0 2022-10-25 21:36:26 +03:00
Jonathan del Strother
f948d14139
manticoresearch: init at 5.0.3 2022-10-21 17:25:56 +01:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
R. Ryantm
ef0ed284ea meilisearch: 0.29.0 -> 0.29.1 2022-10-11 04:07:02 -04:00
Franz Pletz
47945f27bf
groonga: fix build with libxcrypt 2022-10-09 18:10:36 +02:00
R. Ryantm
0dd481b2ad meilisearch: 0.28.1 -> 0.29.0 2022-10-04 09:46:04 +09:00
R. Ryantm
bf26135374 groonga: 12.0.6 -> 12.0.7 2022-09-01 16:47:47 +00:00
Mostly Void
09aee727ac
qdrant: init at 0.9.1 (#188617)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-28 23:42:28 +02:00
Benno Bielmeier
a4c43828e9 meilisearch: (Re-)enable nixos tests
Tests where disabled in 8931b86 due to errors caused by API changes of
meilisearch. Now as the tests are updated accordingly, they can be
reenabled.
2022-08-24 22:00:26 -04:00
happysalada
f36a8ff7b8 meilisearch: 0.23.1 -> 0.28.1 2022-08-22 23:41:49 -04:00
Luc Perkins
cbb9732ec2
meilisearch: mark as no longer broken on aarch64-darwin 2022-08-19 22:23:54 +03:00
Mario Rodas
67c54e77be groonga: 12.0.5 -> 12.0.6 2022-08-12 04:20:00 +00:00
R. Ryantm
833352d52c groonga: 11.1.0 -> 12.0.5 2022-07-31 09:28:56 +00:00
Robert Scott
3d6c926c4f treewide/servers,shells,tools: add sourceType for more packages 2022-07-02 13:38:00 +01:00
happysalada
2a04d4cb5e lnx: init at unstable 2022-06-25 2022-06-25 20:48:34 -04:00
PedroHLC ☭
e827840ae5
elasticsearch-plugins: 7.16.1 -> 7.17.4 2022-06-04 12:10:07 -03:00
PedroHLC ☭
8b4c4bf34f elk7: 7.16.1 -> 7.17.4 2022-06-03 11:11:06 -04:00
Robert Hensing
c5d82eb1ab
Merge pull request #174939 from FliegendeWurst/nixos-tests
nixos/tests: various fixes
2022-05-31 16:31:06 +02:00
Rick van Schijndel
879d278253
treewide: pkgs/servers: mark broken for darwin 2022-05-30 13:42:58 +02:00
FliegendeWurst
19e4234f4c nixos/tests/meilisearch: fix curl invocation
Also replace the movies dataset with a direct download as
it is not present in newer meilisearch versions.

Link the NixOS test to the package.
2022-05-27 15:33:42 +02:00
Martin Weinelt
eb270e849c
solr: remove maintainer, mark as vulnerable
The solr update in #161875 has gone nowhere sofar, while multiple CVEs
are lingering, which makes this a prime candidate to mark insecure.

The maintainer has indicated they wanted to remove themself, which has
not happened yet, so this takes care of that.

https://github.com/NixOS/nixpkgs/pull/161875#issuecomment-1058025102
2022-05-22 12:23:46 +02:00
github-actions[bot]
795332a20e
Merge staging-next into staging 2022-04-14 18:01:48 +00:00
Lassulus
fec97e511e
Merge pull request #150091 from r-ryantm/auto-update/groonga
groonga: 11.0.9 -> 11.1.0
2022-04-14 17:30:55 +01:00
Vladimír Čunát
5e845236f2
Merge branch 'staging-next' into staging 2022-04-10 17:11:36 +02:00
OPNA2608
d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
Abraham Chan
729988f5c6 elasticsearch7: add darwin-aarch64 2022-03-16 23:57:25 +11:00
Dmitry Kalinkin
889227a048
Merge branch 'master' into staging-next
Conflicts:
	pkgs/development/python-modules/pdftotext/default.nix
2021-12-16 16:55:25 -05:00
Kim Lindberger
ebaa226853
elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#150879)
* elk7: 7.11.1 -> 7.16.1

* nixosTests.elk: Improve reliability and compatibility with ELK 7.x

- Use comparisons in jq instead of grepping
- Match for `.hits.total.value` if version >= 7, otherwise it always
  passes
- Make curl fail if requests fails

* nixos/filebeat: Add initial module and test

Filebeat is an open source file harvester, mostly used to fetch logs
files and feed them into logstash.

This module can be used instead of journalbeat if used with
`filebeat7` and configured with the `journald` input.

* python3Packages.parsedmarc.tests: Fix breakage

- Don't use the deprecated elasticsearch7-oss package
- Improve jq query robustness and add tracing

* rl-2205: Note the addition of the filebeat service

* elk6: 6.8.3 -> 6.8.21

The latest version includes a fix for CVE-2021-44228.

* nixos/journalbeat: Add a loose dependency on elasticsearch

Avoid unnecssary back-off when elasticsearch is running on the same
host.
2021-12-17 00:20:52 +09:00
R. Ryantm
6063283be1 groonga: 11.0.9 -> 11.1.0 2021-12-10 16:40:07 +00:00
Alyssa Ross
f404068903
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/servers/search/groonga/default.nix
2021-12-02 14:52:44 +00:00
Mario Rodas
f5e66f3627 groonga: 11.0.5 -> 11.0.9 2021-11-27 04:20:00 +00:00
toonn
8edba0e217 groonga: Switch to autoreconfHook
Use `autoreconfHook` rather than manually running `aclocal`.
Clarify removal of `version` file.
2021-11-24 15:17:13 -08:00
toonn
504b89e2d3 groonga: Fix LLVM 11 build by removing version file 2021-11-24 15:17:13 -08:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Robert Hensing
58c4cebf6f elasticsearch/plugin: Fix rebase error 2021-11-03 12:34:47 +01:00
Andrew Childs
1faa5d5915 elasticsearch/plugins: build with "modules" from elasticsearch
Fixes dependency error while building search-guard:

    Exception in thread "main" java.lang.IllegalArgumentException: Missing plugin [lang-painless], dependency of [search-guard-7]
2021-11-03 11:39:08 +01:00
Andrew Childs
8fba8ef596 elasticsearch7: remove manual elf patching
The options as specified were not a coherent set. There were three
things to consider: autoPatchelfHook, the regular rpath
fixup (controlled by dontPatchELF) and the elf interpreter rewrite in
the postFixup hook.

The autoPatchelfHook will set the interpreter, so the explicit
invocation of patchelf to do so in postFixup should not be required.

The autoPatchelfHook will rewrite rpaths entirely, so disabling the
rpath minimizing via dontPatchELF should have no effect.
2021-11-03 11:37:07 +01:00
Andrew Childs
6c2478f462 elasticsearch7: 7.5.1 -> 7.11.1; drop enableUnfree 2021-11-03 11:32:16 +01:00
Andrew Childs
499807e106 elasticsearch/plugins: 7.5.1 -> 7.11.1 2021-11-03 11:30:12 +01:00
happysalada
6f20d8efd4 meilisearch: 0.21.1 -> 0.23.1 2021-10-25 12:06:34 +09:00
happysalada
faef95930b meilisearch: add meta 2021-09-25 21:45:52 +09:00
happysalada
73f18436e7 meilisearch: enable flake usage 2021-09-14 18:23:03 +09:00
happysalada
0f1a3661f1 meilisearch: add wrapper derivation for renaming 2021-09-04 12:03:36 +09:00
happysalada
3584ad8d57 meilisearch: 0.9.0 -> 0.21.1 2021-09-04 12:03:36 +09:00
happysalada
3b7fa8744c elasticsearch7: wrap elasticcearch-keystore 2021-09-02 10:57:02 +09:00
happysalada
f9321de0f3 elk7: 7.5.1 -> 7.10.2
Update pkgs/development/tools/misc/kibana/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/servers/search/elasticsearch/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/servers/search/elasticsearch/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/development/tools/misc/kibana/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-08-31 09:06:13 +09:00
happysalada
d702fbfe32 elasticsearch: nixpkgs-fmt 2021-08-31 09:06:13 +09:00
R. RyanTM
fa1b0b5b51 groonga: 11.0.4 -> 11.0.5 2021-08-03 21:45:41 +00:00
Felix Buehler
a56d117bdb servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
R. RyanTM
1189d9253a groonga: 11.0.3 -> 11.0.4 2021-06-30 19:06:21 +00:00
R. RyanTM
e84e4a5782 groonga: 11.0.2 -> 11.0.3 2021-05-31 19:00:09 +00:00
Jonathan Ringer
f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/graphics/emulsion/default.nix
  pkgs/development/tools/misc/texlab/default.nix
  pkgs/development/tools/rust/bindgen/default.nix
  pkgs/development/tools/rust/cargo-udeps/default.nix
  pkgs/misc/emulators/ruffle/default.nix
  pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
R. RyanTM
5546f01b5a groonga: 11.0.1 -> 11.0.2 2021-05-17 13:37:49 -07:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
R. RyanTM
ab091a887c groonga: 11.0.0 -> 11.0.1 2021-04-29 00:14:49 -04:00
Frederik Rietdijk
277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
Lassulus
8dedbf25b9
Merge pull request #112629 from r-ryantm/auto-update/groonga
groonga: 10.1.1 -> 11.0.0
2021-03-07 17:49:02 +01:00
Jan Tojnar
6d1958ad2d
Merge branch 'staging-next' into staging 2021-03-04 22:16:45 +01:00
Sandro
369dac8438
Merge pull request #114830 from rloewe/master
elasticsearch: Fix broken unfree version
2021-03-03 13:22:08 +01:00
Domen Kožar
52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
René Løwe Jacobsen
704a0ab8c3 elasticsearch: Fix broken unfree version
The current unfree versions are broken because makeWrapper is not a part
of nativeBuildInputs. The bug was introduced in #112276.
2021-03-02 11:58:45 +01:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
R. RyanTM
bc6a191e26 groonga: 10.1.1 -> 11.0.0 2021-02-10 08:16:15 +00:00
Mario Rodas
6bfc43f5f6
Merge pull request #111254 from r-ryantm/auto-update/groonga
groonga: 10.0.9 -> 10.1.1
2021-01-30 09:17:06 -05:00
Robert Schütz
1070eba43f solr: 8.6.1 -> 8.6.3 2021-01-30 12:08:32 +01:00
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
Aaron Andersen
1b725def23 solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version bump, NixOS test included 2018-11-03 13:14:13 -04:00
R. RyanTM
d8b9bf558a groonga: 8.0.6 -> 8.0.7
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-10-03 11:54:18 -07:00
aszlig
8df68a93e6
elasticsearch: Add zlib to buildInputs for unfree
The unfree variant of elasticsearch uses autoPatchelfHook and since we
removed the dependency on file for the hook itself in
58a97dfb49 we no longer have zlib
propagated.

So we need to explicitly state that dependency here.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @apeschar, @basvandijk
2018-09-25 05:09:37 +02:00
R. RyanTM
dcd6977b11 groonga: 8.0.5 -> 8.0.6 (#46277)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
groonga
2018-09-18 18:08:47 +02:00
Symphorien Gibol
53744fe7dd elasticsearch plugins: don't use lib.version
This is wrong and makes the hash change on each nixpkgs commit.
2018-09-01 16:32:59 +02:00
Bas van Dijk
551fec4467 Merge branch 'master' into es6 2018-08-23 23:41:27 +02:00
Orivej Desh
65663f883c msgpack: rename from libmsgpack
The project does not use the name "libmsgpack". It variously uses "msgpack" and
"msgpack-c", and "msgpackc" for the name of the library.
2018-08-18 23:19:54 +00:00
R. RyanTM
9cc733cfaf groonga: 8.0.2 -> 8.0.5 (#44783)
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-08-13 14:26:30 +02:00
David Smith
806ab02d95 elasticsearchPlugins.discovery-ec2: init at 6.3.2 2018-08-03 11:50:09 +01:00
Jörg Thalheim
19fb8c7c6c elasticsarchPlugins.search_guard: 0.5 -> 6.3.2-22.3 2018-08-03 11:50:09 +01:00
Jörg Thalheim
dab5fd5f56 elasticsearchPlugins.elasticsearch_analysis_lemmagen: 0.1 -> 6.3.2 2018-08-03 11:50:08 +01:00
Jörg Thalheim
0bbf90e1b4 elasticsearchPlugins.elasticsearch_kopf: remove
deprecated by upstream, https://github.com/lmenezes/cerebro is recommend
instead (but not packaged in nixpkgs)
2018-08-03 11:50:08 +01:00
Jörg Thalheim
5d3b75ab5d elasticsearchPlugins.elasticsearch_http_basic: remove
Deprecated by upstream, search_guard was recommended instead.
2018-08-03 11:50:08 +01:00
Jörg Thalheim
fa26b59091 elasticsearchPlugins.{river_jdbc,river_twitter}: remove
River plugins are no longer supported in elasticsearch.
2018-08-03 11:50:07 +01:00
Jörg Thalheim
cba348c561 elasticsearchPlugins: updated for elasticsearch6 2018-08-03 11:50:07 +01:00
Jörg Thalheim
1b2b62ba79 elasticsearch2: drop unsupported version 2018-08-03 11:50:06 +01:00
Jörg Thalheim
bedf471a08 elasticsearch6: new default version 2018-08-03 11:50:04 +01:00
Jörg Thalheim
f644675bc9 elasticsearch: drop 1.7.2 (not supported upstream) 2018-08-03 10:01:01 +01:00
Bas van Dijk
ebcdb822f8 elk: 6.2.4 -> 6.3.2
* The ELK stack is upgraded to 6.3.2.

* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
  a suite of additional features. These are however licensed under the unfree
  "Elastic License".

* Fortunately they also provide OSS versions which are now packaged
  under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
  Note that the naming of the attributes is consistent with upstream.

* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
  version by default. You can also run the test on the unfree ELK using:
  `NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer
62f47c56b7
Merge pull request #42723 from thefloweringash/es5-plugin-classpath
elasticsearch5: Set classpath for elasticsearch-plugin
2018-07-05 22:10:47 -04:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Andrew Childs
a93c1c2ace elasticsearch5: Set classpath for elasticsearch-plugin 2018-06-28 19:09:39 +09:00
R. RyanTM
8b4d3ed1ef groonga: 8.0.1 -> 8.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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/av4a5br78r73h7r6mlbqg3zxi9lksskq-groonga-8.0.2/bin/groonga-suggest-create-dataset -h’ got 0 exit code
- ran ‘/nix/store/av4a5br78r73h7r6mlbqg3zxi9lksskq-groonga-8.0.2/bin/groonga-suggest-create-dataset --help’ got 0 exit code
- ran ‘/nix/store/av4a5br78r73h7r6mlbqg3zxi9lksskq-groonga-8.0.2/bin/groonga -h’ got 0 exit code
- ran ‘/nix/store/av4a5br78r73h7r6mlbqg3zxi9lksskq-groonga-8.0.2/bin/groonga --help’ got 0 exit code
- ran ‘/nix/store/av4a5br78r73h7r6mlbqg3zxi9lksskq-groonga-8.0.2/bin/groonga-httpd -h’ got 0 exit code
- found 8.0.2 with grep in /nix/store/av4a5br78r73h7r6mlbqg3zxi9lksskq-groonga-8.0.2
- directory tree listing: https://gist.github.com/9a3a3eb436d26334ce117be25e74b45c
2018-05-02 16:12:39 -07:00
Matthew Justin Bauer
0db8518425
Merge pull request #38729 from r-ryantm/auto-update/groonga
groonga: 8.0.0 -> 8.0.1
2018-04-18 22:19:09 -05:00
Bas van Dijk
9c8fa9729c elk6: 6.2.3 -> 6.2.4 2018-04-18 00:38:48 +02:00
Bas van Dijk
1593ff3f51 elk5: 5.6.8 -> 5.6.9 2018-04-18 00:38:48 +02:00
Bas van Dijk
ae94825b4a elasticsearch6: fix startup due to missing jvm.options 2018-04-18 00:38:48 +02:00
Bas van Dijk
54e6c0e7ae elk6: 6.2.2 -> 6.2.3 2018-04-18 00:32:57 +02:00
Bas van Dijk
b3e94a2385 elk6: 6.1.2 -> 6.2.2 2018-04-18 00:32:57 +02:00
Bas van Dijk
390abceb2b elk5: 5.6.6 -> 5.6.8 2018-04-18 00:32:57 +02:00
R. RyanTM
7344356fa0 groonga: 8.0.0 -> 8.0.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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga-suggest-create-dataset -h’ got 0 exit code
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga-suggest-create-dataset --help’ got 0 exit code
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga -h’ got 0 exit code
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga --help’ got 0 exit code
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga-httpd -h’ got 0 exit code
- found 8.0.1 with grep in /nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1
- directory tree listing: https://gist.github.com/082e5c57cc92d0367e65c277e2f6dd90
2018-04-10 23:31:01 -07:00
Matthew Bauer
49455d7bae treewide: replace utillinux refs of {u,}mount
umount and mount are now provided top-level
2018-03-27 18:17:46 -05:00
Ryan Mulligan
37765b85fe sphinxsearch: 2.2.8 -> 2.2.11
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/rd3zgq55rdmmyd4rfbv2ij98bk55icic-sphinxsearch-2.2.11/bin/sphinxsearch-searchd -h` got 0 exit code
- ran `/nix/store/rd3zgq55rdmmyd4rfbv2ij98bk55icic-sphinxsearch-2.2.11/bin/sphinxsearch-searchd --help` got 0 exit code
- ran `/nix/store/rd3zgq55rdmmyd4rfbv2ij98bk55icic-sphinxsearch-2.2.11/bin/sphinxsearch-searchd -h` and found version 2.2.11
- ran `/nix/store/rd3zgq55rdmmyd4rfbv2ij98bk55icic-sphinxsearch-2.2.11/bin/sphinxsearch-searchd --help` and found version 2.2.11
- found 2.2.11 with grep in /nix/store/rd3zgq55rdmmyd4rfbv2ij98bk55icic-sphinxsearch-2.2.11
- found 2.2.11 in filename of file in /nix/store/rd3zgq55rdmmyd4rfbv2ij98bk55icic-sphinxsearch-2.2.11

cc "@ederoyd46"
2018-02-28 12:38:04 +01:00
Eric Sagnes
66796b2f08 Groonga: 7.1.0 -> 8.0.0 2018-02-23 15:50:01 +09:00
Eric Sagnes
828d19a7c6 groonga: 7.0.8 -> 7.1.0 2018-01-26 22:17:04 +09:00
Bas van Dijk
af47db6a3a elk: 5.6.5 -> 5.6.6
Security fix for CVE-2018-3818.

https://www.elastic.co/guide/en/kibana/5.6/release-notes-5.6.6.html
https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-6.html
2018-01-17 02:11:19 +01:00
Bas van Dijk
e842ffbb33 elk: 6.1.1 -> 6.1.2
Contains a security fix for kibana: CVE-2018-3818.

https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.1.2.html
https://www.elastic.co/guide/en/logstash/6.1/logstash-6-1-2.html
https://www.elastic.co/guide/en/kibana/6.1/release-notes-6.1.2.html
https://www.elastic.co/guide/en/beats/libbeat/6.1/release-notes-6.1.2.html
2018-01-17 01:29:53 +01:00
Bas van Dijk
e8e88c43f6 elk: 6.1.0 -> 6.1.1 2018-01-02 01:21:55 +01:00
Bas van Dijk
803077ef1c elk: add elasticsearch6, logstash6, kibana6 and the beats at v6.1.0
This change is backwards compatible since the ELK tools at version 5.x
remain unchanged.

The test suite now both tests ELK-5 and ELK-6.
2018-01-02 01:15:29 +01:00
Bas van Dijk
95913d2768 elk: 5.6.1 -> 5.6.5
https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.0.html
https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-5.html
https://www.elastic.co/guide/en/kibana/5.6/release-notes-5.6.5.html
https://www.elastic.co/guide/en/beats/libbeat/5.6/release-notes-5.6.5.html
2018-01-02 01:15:29 +01:00
Eric Sagnes
6c52e19ed3 groonga: 7.0.3 -> 7.0.8 2017-11-11 15:09:35 +09:00
John Ericson
f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Robin Gloster
c57e5d1aa9
elasticsearch: use jre_headless 2017-09-28 04:16:54 +02:00
John Ericson
ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Bas van Dijk
ea8e7ed1e3 elk: 5.5.2 -> 5.6.1
Release notes:

* https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.1.html
* https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-1.html
* https://www.elastic.co/guide/en/kibana/current/release-notes-5.6.1.html
2017-09-19 10:52:08 +02:00
Bas van Dijk
09bde4a2cd elk: 5.4.2 -> 5.5.2
Release notes:

* https://www.elastic.co/guide/en/elasticsearch/reference/5.5/release-notes-5.5.2.html
* https://www.elastic.co/guide/en/logstash/5.5/logstash-5-5-2.html
* https://www.elastic.co/guide/en/kibana/current/release-notes-5.5.2.html
2017-08-23 01:58:12 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Bas van Dijk
35e5719fe9 elasticsearch: 5.4.0 -> 5.4.2 2017-06-26 08:47:28 +02:00
Bas van Dijk
2444eab485 ELK: update kibana and the elastic beats to 5.4 (#26252)
* Add kibana5 and logstash5
* Upgrade the elastic beats to 5.4
* Make sure all elastic products use the same version
  (see elk5Version)
* Add a test for the ELK stack
2017-06-13 22:36:08 +02:00
Eric Sagnes
fe1f560fef
groonga: 7.0.0 -> 7.0.3 2017-06-02 21:23:33 -04:00
Albert Peschar
47d038c21d elasticsearch: add 5.x package, service 2017-05-31 02:06:29 +02:00
Tristan Helmich
342c289d12 elasticsearch_kopf: 1.5.7 -> 2.1.1 2017-05-09 17:45:49 +02:00
Wei-Ming Yang
330c7e4a5f fix the incorrect elasticsearch plugin name
elasticsearch_analisys_lemmagen -> elasticsearch_analysis_lemmagen
2017-03-10 18:39:16 +08:00
Eric Sagnes
d5691d98fc groonga: 6.1.5 -> 7.0.0 2017-02-14 10:07:30 +09:00
Andrew Martin
02bbf843be set elasticsearch classpath to nix store 2017-02-08 19:24:00 -05:00
Eric Sagnes
4ef84c3115 groonga: 6.1.1 -> 6.1.5 2017-01-24 13:36:42 +09:00
Rickard Nilsson
1948cdf3f4 elasticsearch2: Minor cleanup 2017-01-20 09:52:07 +01:00
Rickard Nilsson
86fc322e0a elasticsearch2: 2.4.0 -> 2.4.4 2017-01-20 09:51:40 +01:00