20 Commits

Author SHA1 Message Date
Gennady Feldman
1021d17306 testing/vault: upgrade to 0.6.3 and fix runscript
I had issues with service start in my testing. It would assume that
the service started and then report that it crashed (instead of
start failed).

In my setup I setup "consul" service as backend. So if "consul" is not
running vault should fail to start.
2016-12-15 17:24:01 +01:00
Gennady Feldman
f625013a34 testing/vault: upgrade to 0.6.2
* Build latest 0.6.2 release
* Fix "mlock" permission so vault can start as "vault" user.
2016-10-29 23:42:17 +02:00
Gennady Feldman
62bacef3f7 testing/vault: fix version reported by vault --version
This patch fixes reporting of invalid version:
Vault vunknown-unknown
2016-09-19 17:53:21 +02:00
Jakub Jirutka
dcfb4368fd testing/vault: improve abuild, fix code-style 2016-09-19 17:51:01 +02:00
Gennady Feldman
14e530d446 testing/vault: update to 0.6.1 2016-09-15 13:59:58 +02:00
Christian Kampka
536e6c072f testing/vault: new upstream version 0.6.0 2016-06-19 14:43:39 +02:00
Przemyslaw Pawelczyk
26abb36b0d testing/[various]: bump pkgrel for pre-install fixes 2016-04-25 07:11:52 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Christian Kampka
b96fd761d5 testing/vault: new upstream version 0.5.2 2016-03-20 13:59:39 +01:00
Christian Kampka
6ef1728084 testing/vault: fix build 2015-12-12 14:27:35 +01:00
Christian Kampka
91892e3daf testing/vault: new upstream version 0.4.0 2015-12-12 14:15:40 +01:00
Bartłomiej Piotrowski
9293ea17c3 testing/vault: fix checksums 2015-10-16 14:55:29 +02:00
Christian Kampka
5975127120 testing/vault: simplify init script 2015-10-16 14:51:30 +02:00
Christian Kampka
b14eb5dc69 testing/vault: upgrade to 0.3.1 2015-10-13 08:13:59 +02:00
Eivind Uggedal
99c45f9bd6 testing/vault: enable x86 again 2015-09-29 10:57:25 +00:00
Francesco Colista
4038b6160e testing/vault: disable compile for x86 2015-09-21 08:56:54 +00:00
Francesco Colista
e0acbcfe8b testing/vault: fix checksum 2015-09-21 08:54:21 +00:00
Christian Kampka
5061eaa716 testing/vault: new aport
https://www.vaultproject.io
Vault is a tool for securely accessing secrets. A secret is anything
that you want to tightly control access to, such as API keys, passwords,
certificates, and more. Vault provides a unified interface to any
secret, while providing tight access control and recording a detailed
audit log.
2015-09-21 08:54:21 +00:00