pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/salt Updated to version 0.15.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e615338462e
branches:  trunk
changeset: 618527:3e615338462e
user:      imil <imil%pkgsrc.org@localhost>
date:      Sat May 11 18:26:19 2013 +0000

description:
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:

 sysutils/salt/Makefile |  4 ++--
 sysutils/salt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 7477a7625855 -r 3e615338462e sysutils/salt/Makefile
--- a/sysutils/salt/Makefile    Sat May 11 18:06:47 2013 +0000
+++ b/sysutils/salt/Makefile    Sat May 11 18:26:19 2013 +0000
@@ -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 -r 7477a7625855 -r 3e615338462e sysutils/salt/distinfo
--- a/sysutils/salt/distinfo    Sat May 11 18:06:47 2013 +0000
+++ b/sysutils/salt/distinfo    Sat May 11 18:26:19 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index