Commit graph

73 commits

Author SHA1 Message Date
Robert Scott 3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Malo Bourgon 16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
Thomas Gerbet ea5bc4fe75 graylog: 3.3.15 -> 3.3.16
Bump log4j 2 to 2.6.0.
https://www.graylog.org/post/announcing-graylog-v3-3-16
2021-12-17 09:38:03 +01:00
Thomas Gerbet 6dd67c31d2 graylog: 3.3.14 -> 3.3.15
This release included a fix for the Log4j vulnerability.
https://www.graylog.org/post/graylog-update-for-log4j
2021-12-13 09:46:47 +01: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
FadenB c82cc16ccc graylog: 3.3.9 -> 3.3.14 2021-08-07 20:41:16 +09:00
FadenB b7604be17d Revert "graylog: 3.3.9 -> 4.0.7"
This reverts commit b1d42dbe6d.
The 4.x versions of Graylog have a different license (unfree) than the 3.x branch.
2021-08-07 20:41:16 +09:00
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 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
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
fadenb 0181c1bd2b graylogPlugins: Update plugins
graylog-enterprise-integrations: 3.3.0 -> 3.3.1
graylog-integrations: 3.3.0 -> 3.3.1
2020-06-16 10:56:26 +00:00
R. RyanTM cb053733b5 graylog: 3.3.0 -> 3.3.1 2020-06-16 02:36:48 +00:00
Tristan Helmich (omniIT) a265cd27b0 graylogPlugins: Update and add plugins
* graylog-auth-sso: 3.1.0 -> 3.3.0
* graylog-enterprise-integrations: init at 3.3.0
* graylog-integrations: init at 3.3.0
* graylog-pagerduty: 1.3.0 -> 2.0.0
* graylog-snmp: init at 0.3.0
2020-06-06 10:06:22 +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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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) 3649ee5491 graylog-plugin-auth-sso: 3.0.0 -> 3.1.0 2019-09-24 10:08:47 +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
worldofpeace 3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04: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
Tristan Helmich (omniIT) 76b3c57ff0 graylogPlugins: update
graylog-plugin-aggregates: 2.3.0 -> 2.4.0
graylog-plugin-auth-sso: 2.4.2 -> 3.0.0
2019-03-02 16:22:58 +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
Tristan Helmich 20a62ea591 graylogPlugins: update
graylog-plugin-aggregates: 2.0.0 -> 2.3.0
graylog-plugin-auth-sso: 2.3.0 -> 2.4.2
graylog-plugin-dnsresolver: 1.1.2 -> 1.2.0
graylog-plugin-internal-logs: 2.3.0 -> 2.4.0
graylog-plugin-jabber: 2.0.0 -> 2.4.0
graylog-plugin-slack: 2.4.0 -> 3.1.0
2018-10-28 19:44:06 +01:00
Frederik Rietdijk b141d3f274
Merge pull request #43939 from r-ryantm/auto-update/graylog
graylog: 2.4.5 -> 2.4.6
2018-07-22 08:34:26 +02: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
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00: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