Commit graph

62 commits

Author SHA1 Message Date
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
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
Armin a01fb64897 graylogPlugins: remove plugins included in 2.4 2018-01-10 15:02:11 +00:00
Tristan Helmich b752a9e433 graylog: 2.3.1 -> 2.3.2 2017-10-24 11:34:45 +02:00
Tristan Helmich ea5e03085a graylogPlugins: update and add plugins 2017-09-10 17:53:01 +02:00
Tristan Helmich 3933c4e943 graylog: 2.3.0 -> 2.3.1 2017-08-25 17:37:06 +02:00
Tristan Helmich 25f3cf0300 graylogPlugins: update/extend plugins 2017-08-11 13:07:30 +02:00
Tristan Helmich 8648468833 graylog: 2.2.3 -> 2.3.0 2017-08-11 13:07:30 +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