Commit graph

17 commits

Author SHA1 Message Date
R. RyanTM 5814c4b86a gerrit: 3.3.2 -> 3.4.0 2021-06-23 14:29:49 +00:00
R. RyanTM 4f88373ed5
gerrit: 3.3.1 -> 3.3.2 (#113671) 2021-02-19 17:10:59 +01:00
Florian Klink c0a6ee2511 gerrit: 3.2.3 -> 3.3.1
Fixes https://github.com/NixOS/nixpkgs/issues/109167
Addresses CVE-2020-8919
Addresses CVE-2020-8920
2021-01-12 23:08:43 -08: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 1d8caa0db0
gerrit: 3.2.2 -> 3.2.3 (#96304) 2020-08-26 15:24:21 +02:00
Florian Klink 56e63ca017 gerrit: add myself to maintainers 2020-07-13 17:41:32 +02:00
Florian Klink 34663b0fc1 gerrit: 3.1.5 -> 3.2.2 2020-07-11 15:07:54 +02:00
zimbatm 383c5d09b9
gerrit: 3.1.4 -> 3.1.5 (#89288) 2020-06-03 09:45:51 +00:00
R. RyanTM 96e2dc107f gerrit: 3.1.2 -> 3.1.4 2020-04-10 00:27:13 -07:00
zimbatm d37a0dca13
nixos: add gerrit module
Co-authored-by: edef <edef@edef.eu>
Co-authored-by: Florian Klink <flokli@flokli.de>
2020-03-26 09:28:42 +01:00
R. RyanTM 46736ce973 gerrit: 3.0.2 -> 3.1.2 2020-01-06 06:04:09 -08:00
Milan Pässler 1d6c542b22 gerrit: 2.14.6 -> 3.0.2 2019-09-06 22:01:22 +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
Bjørn Forsman c55a6eef86 gerrit: 2.14.3 -> 2.14.6 2017-12-13 16:42:33 +01:00
Jörg Thalheim abdd0bbf4e gerrit: avoid copy of war file in build 2017-09-05 18:21:43 +01:00
Jörg Thalheim 8144460e36 gerrit: fixed-output derivation to avoid rebuilds
see also https://github.com/NixOS/nixpkgs/issues/27754#issue-246545036
for motivation.
2017-09-05 18:11:09 +01:00
jammerful f59d3a730d gerrit: init at 2.14.3 2017-09-05 11:41:29 -04:00