From 5023fc5e2daf846e22b8402c3a19a9be3c7ded8e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jul 22 2014 22:43:53 +0000 Subject: Update to 1.6.8 with fixes for shell quoting from previous release. - Fixes bugs #1122060 #1122061 #1122062 --- diff --git a/.gitignore b/.gitignore index b421927..80748cd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /ansible-1.6.5.tar.gz /ansible-1.6.6.tar.gz /ansible-1.6.7.tar.gz +/ansible-1.6.8.tar.gz diff --git a/ansible.spec b/ansible.spec index 78c097f..2fe3841 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.7 +Version: 1.6.8 Release: 1%{?dist} Group: Development/Libraries @@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT %doc examples/playbooks %changelog +* Tue Jul 22 2014 Kevin Fenzi 1.6.8-1 +- Update to 1.6.8 with fixes for shell quoting from previous release. +- Fixes bugs #1122060 #1122061 #1122062 + * Mon Jul 21 2014 Kevin Fenzi 1.6.7-1 - Update to 1.6.7 - Fixes CVE-2014-4966 and CVE-2014-4967 diff --git a/sources b/sources index 040c519..6150eac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -276807d1693c371a74eb63aa947a152e ansible-1.6.7.tar.gz +a9f31d7c2ed133eb7fba5221de1b9d75 ansible-1.6.8.tar.gz