Sat May 11 18:26:19 2013 UTC ()
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


(imil)
diff -r1.12 -r1.13 pkgsrc/sysutils/salt/Makefile
diff -r1.4 -r1.5 pkgsrc/sysutils/salt/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/sysutils/salt/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/salt/Makefile 2013/05/05 12:26:23 1.12
+++ pkgsrc/sysutils/salt/Makefile 2013/05/11 18:26:19 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2013/05/05 12:26:23 imil Exp $ 1# $NetBSD: Makefile,v 1.13 2013/05/11 18:26:19 imil Exp $
2# 2#
3 3
4DISTNAME= salt-0.15.0 4DISTNAME= salt-0.15.1
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= http://pypi.python.org/packages/source/s/salt/ 6MASTER_SITES= http://pypi.python.org/packages/source/s/salt/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://saltstack.org/ 9HOMEPAGE= http://saltstack.org/
10COMMENT= Remote execution and configuration management system 10COMMENT= Remote execution and configuration management system
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13SUBST_CLASSES+= fix-paths 13SUBST_CLASSES+= fix-paths
14SUBST_STAGE.fix-paths= post-patch 14SUBST_STAGE.fix-paths= post-patch
15SUBST_MESSAGE.fix-paths=Fixing directory paths. 15SUBST_MESSAGE.fix-paths=Fixing directory paths.
16SUBST_FILES.fix-paths+= conf/* 16SUBST_FILES.fix-paths+= conf/*
17SUBST_FILES.fix-paths+= doc/man/* 17SUBST_FILES.fix-paths+= doc/man/*

cvs diff -r1.4 -r1.5 pkgsrc/sysutils/salt/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/salt/distinfo 2013/05/05 12:26:23 1.4
+++ pkgsrc/sysutils/salt/distinfo 2013/05/11 18:26:19 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2013/05/05 12:26:23 imil Exp $ 1$NetBSD: distinfo,v 1.5 2013/05/11 18:26:19 imil Exp $
2 2
3SHA1 (salt-0.15.0.tar.gz) = 2369b6b9a931c80ff6a09b38f94ee27fe5a36593 3SHA1 (salt-0.15.1.tar.gz) = 634b7873f2cae9fda32cf62af06fb4136ea48a2f
4RMD160 (salt-0.15.0.tar.gz) = 27d027c4243abfd636d59769714784fc39aec78b 4RMD160 (salt-0.15.1.tar.gz) = e3e7d0682fc49e441621ede7afa192bb04947a2e
5Size (salt-0.15.0.tar.gz) = 3411308 bytes 5Size (salt-0.15.1.tar.gz) = 5752766 bytes
6SHA1 (patch-setup.py) = 15907268df5ee1d06e1c932dc84fd7701156519d 6SHA1 (patch-setup.py) = 15907268df5ee1d06e1c932dc84fd7701156519d