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 | |
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
-rw-r--r-- | sysutils/salt/Makefile | 4 | ||||
-rw-r--r-- | sysutils/salt/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/sysutils/salt/distinfo b/sysutils/salt/distinfo index 836924d59bb..e8586188980 100644 --- a/sysutils/salt/distinfo +++ b/sysutils/salt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2013/05/05 12:26:23 imil Exp $ +$NetBSD: distinfo,v 1.5 2013/05/11 18:26:19 imil Exp $ -SHA1 (salt-0.15.0.tar.gz) = 2369b6b9a931c80ff6a09b38f94ee27fe5a36593 -RMD160 (salt-0.15.0.tar.gz) = 27d027c4243abfd636d59769714784fc39aec78b -Size (salt-0.15.0.tar.gz) = 3411308 bytes +SHA1 (salt-0.15.1.tar.gz) = 634b7873f2cae9fda32cf62af06fb4136ea48a2f +RMD160 (salt-0.15.1.tar.gz) = e3e7d0682fc49e441621ede7afa192bb04947a2e +Size (salt-0.15.1.tar.gz) = 5752766 bytes SHA1 (patch-setup.py) = 15907268df5ee1d06e1c932dc84fd7701156519d |