[ansible] Update to 1.6.7

Kevin Fenzi kevin at fedoraproject.org
Mon Jul 21 18:37:14 UTC 2014


commit e089d1b0c69abc57c6bfa8995112f1710f08a7a4
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Mon Jul 21 12:37:06 2014 -0600

    Update to 1.6.7
    
    - Fixes CVE-2014-4966 and CVE-2014-4967

 .gitignore   |    1 +
 ansible.spec |    6 +++++-
 sources      |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8078849..b421927 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /ansible-1.6.4.tar.gz
 /ansible-1.6.5.tar.gz
 /ansible-1.6.6.tar.gz
+/ansible-1.6.7.tar.gz
diff --git a/ansible.spec b/ansible.spec
index f7b2fe7..78c097f 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 Name: ansible
 Summary: SSH-based configuration management, deployment, and task execution system
-Version: 1.6.6
+Version: 1.6.7
 Release: 1%{?dist}
 
 Group: Development/Libraries
@@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/playbooks
 
 %changelog
+* Mon Jul 21 2014 Kevin Fenzi <kevin at scrye.com> 1.6.7-1
+- Update to 1.6.7
+- Fixes CVE-2014-4966 and CVE-2014-4967
+
 * Tue Jul 01 2014 Kevin Fenzi <kevin at scrye.com> 1.6.6-1
 - Update to 1.6.6
 
diff --git a/sources b/sources
index bb78854..040c519 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12beffa794de89dd634bc620e603807c  ansible-1.6.6.tar.gz
+276807d1693c371a74eb63aa947a152e  ansible-1.6.7.tar.gz


More information about the scm-commits mailing list