Commit graph

24 commits

Author SHA1 Message Date
Jason Felice e0cda3708a vault, vault-bin: fix build for darwin
Closes #129443
2021-07-06 11:44:08 -04:00
Jonathan Ringer 7cdf59bede vault-bin: wrap with gawk glibc
Binary will shell out awk and getent
2021-06-30 22:50:01 -07:00
Maxine Aubrey 20569d40d4
vault-bin: 1.7.2 -> 1.7.3 2021-06-18 22:41:46 +02:00
Thomas Gerbet 4a51f49781 vault: 1.7.1 -> 1.7.2
Fixes CVE-2021-32923.
2021-05-22 09:03:22 +02:00
Yorick van Pelt 87f11f84b2
maintainers: add serokell team, move various packages to it 2021-05-08 12:11:48 +02:00
Thomas Gerbet 9dd668c1fb vault: 1.7.0 -> 1.7.1
Fixes CVE-2021-27668 and CVE-2021-27400.

Changelog:
b41bb14cf6/CHANGELOG.md
2021-04-22 15:10:13 +02:00
Thomas Gerbet ae747206b2 vault: 1.6.3 -> 1.7.0
Changes: 8e576bb0aa/CHANGELOG.md
2021-03-25 15:49:48 +01:00
Diego Rodriguez 7ac05f788b
vault: 1.6.2 -> 1.6.3 2021-02-25 11:59:54 -07:00
Thomas Gerbet d960346ac4 vault: 1.6.1 -> 1.6.2
Fixes CVE-2021-3024, CVE-2021-3282 and CVE-2020-25594.
2021-02-06 14:39:01 +01: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
Diego Rodriguez 1017399b7a
vault-bin: 1.6.0 -> 1.6.1 2021-01-05 21:00:25 -07:00
Mario Rodas 9a65981c2d vault-bin: remove passthru.tests
nixosTests.vault uses the `vault` package
2020-11-21 04:20:00 +00:00
Mario Rodas 4152fca69e vault-bin: 1.5.5 -> 1.6.0 2020-11-21 04:20:00 +00:00
Mario Rodas 8c43d7e6e7 vault-bin: add passthru.tests 2020-11-02 04:20:00 +00:00
Mario Rodas 9578b4a66c vault-bin: 1.5.4 -> 1.5.5 2020-11-01 04:20:00 +00:00
Mario Rodas ae90a6ea13 vault-bin: 1.5.3 -> 1.5.4 2020-09-27 04:20:00 +00:00
Mario Rodas a7263289d4 vault-bin: 1.5.2 -> 1.5.3 2020-08-30 04:20:00 -05:00
Mario Rodas 7b33e80238
vault-bin: 1.3.0 -> 1.5.2 2020-08-24 04:20:00 -05:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Christian Höppner 2fcaf65df2
vault-bin: 1.1.3 -> 1.3.0 2019-11-25 16:26:42 +00:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Jaka Hudoklin 558cdf0e11
vault-bin: use sourceRoot instead of custom unpackPhase 2019-08-04 12:20:16 +02:00
PsyanticY f403684eee vault-bin: init at 1.1.3
This binray contain the UI part of HashiCorp Vault that we were not able to build it due to the need to generate a very big yarn file. #49082
2019-07-25 15:55:14 +01:00