[salt] updated to 0.11.1 for security vulnerability fix

Clint Savage herlo at fedoraproject.org
Thu Dec 20 17:27:41 UTC 2012


commit 1ab9ad2966a8cf5cfd3d09a022c9f8e588b23e3b
Author: Clint Savage <herlo1 at gmail.com>
Date:   Thu Dec 20 10:27:37 2012 -0700

    updated to 0.11.1 for security vulnerability fix

 .gitignore |    1 +
 salt.spec  |    6 +++++-
 sources    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 159be84..f69b755 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /salt-0.10.4.tar.gz
 /salt-0.10.5.tar.gz
 /salt-0.11.0.tar.gz
+/salt-0.11.1.tar.gz
diff --git a/salt.spec b/salt.spec
index 7fc8f43..1ae128a 100644
--- a/salt.spec
+++ b/salt.spec
@@ -9,7 +9,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name: salt
-Version: 0.11.0
+Version: 0.11.1
 Release: 1%{?dist}
 Summary: A parallel remote execution system
 
@@ -290,6 +290,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Dec 14 2012 Clint Savage <herlo1 at gmail.com> - 0.11.1-1
+- Upstream patch release 0.11.1
+- Fixes security vulnerability (https://github.com/saltstack/salt/issues/2916)
+
 * Fri Dec 14 2012 Clint Savage <herlo1 at gmail.com> - 0.11.0-1
 - Moved to upstream release 0.11.0
 
diff --git a/sources b/sources
index afca59b..54dc7e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8993221eb89ba56411c6e50755004ccc  salt-0.11.0.tar.gz
+0e96a361a5bfb9a208a6a30b2537a7c2  salt-0.11.1.tar.gz


More information about the scm-commits mailing list