Commit graph

49 commits

Author SHA1 Message Date
R. RyanTM b1d42dbe6d graylog: 3.3.9 -> 4.0.7 2021-06-18 17:55:04 +00:00
Linus Heckemann 22de3c19e7 graylog: improve JRE handling
Since the upstream graylogctl script will prefer finding its java
executable based on JAVA_HOME, we now set this instead of PATH in
order to allow it to find the JRE. By setting it conditionally on it
not already being set, we allow selecting a different JRE at runtime.

We also explicitly use openjdk11, which supports the
UseConcMarkSweepGC option which graylog insists on using.
2021-03-28 14:37:28 +02:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +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
Tristan Helmich e617a31432 graylog: 3.3.8 -> 3.3.9
Bumps Graylog and integration plugins to version 3.3.9.
2020-11-25 19:41:00 +00:00
Maximilian Bosch 6baf442a9e
graylog: expose NixOS test via passthru
With this change, our ofborg CI will run the integration test as well if
a PR changes the `graylog` package.
2020-10-13 10:48:57 +02:00
Tristan Helmich 26c66d0f33 graylog: 3.3.7 -> 3.3.8
Bumps Graylog and integration plugins to version 3.3.8.
2020-10-12 20:41:28 +00:00
Tristan Helmich 4115906195 graylog: 3.3.6 -> 3.3.7
Bumps Graylog and integration plugins to version 3.3.7.
2020-10-10 19:37:12 +00:00
Tristan Helmich (omniIT) dee78b7032 graylog: 3.3.4 -> 3.3.6
Bumps Graylog and integration plugins to version 3.3.6.
Fixes wrong description of aggregates plugin.
2020-09-29 08:23:29 +00:00
Tristan Helmich (omniIT) f797bed266 graylog: 3.3.3 -> 3.3.4
Bumps Graylog and integration plugins to version 3.3.4
2020-08-11 09:00:45 +00:00
Tristan Helmich (omniIT) 1bb1b67087 graylog: 3.3.2 -> 3.3.3
Bumps Graylog and integrations plugins to 3.3.3 which fixes CVE-2020-15813
2020-07-30 18:38:12 +00:00
R. RyanTM dcf20331cf graylog: 3.3.1 -> 3.3.2 2020-07-03 14:15:50 +00:00
R. RyanTM cb053733b5 graylog: 3.3.0 -> 3.3.1 2020-06-16 02:36:48 +00:00
Tristan Helmich (omniIT) b48ad9b33d graylog: 3.2.5 -> 3.3.0 2020-06-06 09:49:02 +00:00
R. RyanTM 878e720ba4 graylog: 3.2.4 -> 3.2.5 2020-05-21 19:35:51 +00:00
Tristan Helmich (omniIT) 5cb04b4377 graylog: 3.2.2 -> 3.2.4 2020-04-02 16:12:15 +00:00
R. RyanTM 2954d5544d graylog: 3.2.1 -> 3.2.2 2020-03-04 22:58:13 +00:00
R. RyanTM 9c6b5041c5 graylog: 3.2.0 -> 3.2.1 2020-02-20 01:08:17 +00:00
Tristan Helmich (omniIT) e77a866caa graylog: 3.1.4 -> 3.2.0 2020-02-01 21:38:42 +00:00
R. RyanTM 0928c40c29 graylog: 3.1.3 -> 3.1.4 2020-01-20 08:51:55 +00:00
Tristan Helmich (omniIT) 98b0f8c851 graylog: 3.1.2 -> 3.1.3 2019-11-06 20:19:53 +00:00
Tristan Helmich (omniIT) e702263b4a graylog: 3.1.0 -> 3.1.2 2019-09-24 10:07:48 +00:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
Tristan Helmich (omniIT) b26a4fb58e graylog: 3.0.2 -> 3.1.0 2019-08-17 11:45:24 +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
Tristan Helmich (omniIT) d537c4ce46 graylog: 3.0.1 -> 3.0.2 2019-05-22 07:36:25 +00:00
Tristan Helmich 41b60eb2ad graylog: 3.0.0 -> 3.0.1 (#58811) 2019-04-02 23:08:02 +02:00
Tristan Helmich (omniIT) 9efddfa2c1 graylog: 2.5.1 -> 3.0.0 2019-03-02 17:03:40 +00:00
R. RyanTM 9802509dd7 graylog: 2.4.6 -> 2.5.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/graylog/versions
2019-01-13 09:45:16 +01:00
R. RyanTM a651155e49 graylog: 2.4.5 -> 2.4.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/graylog/versions.
2018-07-21 17:47:11 -07:00
R. RyanTM 60e4907256 graylog: 2.4.4 -> 2.4.5 (#41686)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/graylog/versions.

These checks were done:

- built on NixOS
- /nix/store/957p5ly7vbcn5rbzcsqz1fhwih4avkzh-graylog-2.4.5/bin/graylogctl passed the binary check.
- /nix/store/957p5ly7vbcn5rbzcsqz1fhwih4avkzh-graylog-2.4.5/bin/.graylogctl-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.4.5 with grep in /nix/store/957p5ly7vbcn5rbzcsqz1fhwih4avkzh-graylog-2.4.5
- directory tree listing: https://gist.github.com/b91cd0e75ee5014ab3b6ef789d72127d
- du listing: https://gist.github.com/36db46a4bf59057799ab10aa9dca0f9b
2018-06-08 19:01:13 +02:00
Tristan Helmich 9817b4aa5f graylog: wrap graylogctl
Wrapper ensures graylogctl script can find java
2018-05-10 19:18:33 +02:00
Tristan Helmich 08eba842b0 graylog: 2.4.3 -> 2.4.4 2018-05-10 19:18:33 +02:00
Ryan Mulligan e716a11026 graylog: 2.4.1 -> 2.4.3
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl -h` got 0 exit code
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl --help` got 0 exit code
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl help` got 0 exit code
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl -V` and found version 2.4.3
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl -v` and found version 2.4.3
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl --version` and found version 2.4.3
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl version` and found version 2.4.3
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl -h` and found version 2.4.3
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl --help` and found version 2.4.3
- ran `/nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3/bin/graylogctl help` and found version 2.4.3
- found 2.4.3 with grep in /nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3
- found 2.4.3 in filename of file in /nix/store/qyrv15995w1pl2vmf1i720ii4s9gb3x3-graylog-2.4.3
2018-03-08 14:47:43 -08:00
adisbladis 70a03faa48
graylog: 2.4.0 -> 2.4.1 2018-01-28 06:51:32 +08:00
Armin 5d6894c933 graylog: 2.3.2 -> 2.4.0 2018-01-10 15:02:38 +00:00
Tristan Helmich b752a9e433 graylog: 2.3.1 -> 2.3.2 2017-10-24 11:34:45 +02:00
Tristan Helmich 3933c4e943 graylog: 2.3.0 -> 2.3.1 2017-08-25 17:37:06 +02:00
Tristan Helmich 8648468833 graylog: 2.2.3 -> 2.3.0 2017-08-11 13:07:30 +02:00
Tristan Helmich 450a0571cd graylog: 2.2.2 -> 2.2.3 2017-05-06 16:10:04 +02:00
Tristan Helmich 1af3a9854f graylog: 2.2.1 -> 2.2.2 2017-03-07 15:13:03 +01:00
Tristan Helmich a43fd5af38 graylog: 2.1.2 -> 2.2.1 2017-02-22 19:03:48 +01:00
Tristan Helmich ee63779005 graylog: 2.1.1 -> 2.1.2 2016-11-05 18:37:48 +01:00
Tristan Helmich c187f2f903 graylog: 2.1.0 -> 2.1.1 (#18663) 2016-09-16 16:42:44 +02:00
Tristan Helmich 2e9aa13773 graylog: 2.0.3 -> 2.1.0 (#18200) 2016-09-02 13:53:17 +02:00
Tristan Helmich 571c134613 graylog: 2.0.2 -> 2.0.3 2016-06-21 17:32:33 +02:00
Tristan Helmich cf0c9091c4 graylog: 2.0.1 -> 2.0.2 (#15836) 2016-05-31 16:13:10 +02:00
Tristan Helmich f225e35a0b graylog: 2.0.0 -> 2.0.1 2016-05-12 16:01:39 +02:00
Tristan Helmich 49b947635f graylog: init at 2.0.0 2016-04-28 22:11:16 +02:00