diff options
author | imil <imil@pkgsrc.org> | 2013-05-11 18:26:19 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-05-11 18:26:19 +0000 |
commit | 42e2bbf8f941586048269e123eb1beacf2483126 (patch) | |
tree | 9c3e6e4e39a0c633a9a7c252377842760ebc1581 /sysutils/salt/Makefile | |
parent | ab7429090d55bf41d6d864c5106b8b549c8f2e04 (diff) | |
download | pkgsrc-42e2bbf8f941586048269e123eb1beacf2483126.tar.gz |
Updated to version 0.15.1
This release fixes a serious security issue found in the way that RSA keys
were being generated.
It recommended that existing Salt keys be regenerated once 0.15.1 has been
deployed on the master and all minions.
A 'key_regen' routine has been added to 0.15.1 to make this transition easier.
The following sequence is a convenient way to regenerate all keys in an
environment:
salt-run manage.key_regen
You will be prompted to restart the master. Once completed, all keys in the
environment will have been regenerated and you will need to accept the new
keys using the following command:
salt-key -A
Diffstat (limited to 'sysutils/salt/Makefile')
-rw-r--r-- | sysutils/salt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index b3a03518e06..e3ce5562dc6 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2013/05/05 12:26:23 imil Exp $ +# $NetBSD: Makefile,v 1.13 2013/05/11 18:26:19 imil Exp $ # -DISTNAME= salt-0.15.0 +DISTNAME= salt-0.15.1 CATEGORIES= sysutils MASTER_SITES= http://pypi.python.org/packages/source/s/salt/ |