From 8aaea917a2a669682e67f9dbbf89e15455bd0c55 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Aug 21 2013 17:31:59 +0000 Subject: Update to 1.2.3 - Fixes CVE-2013-4260 and CVE-2013-4259 --- diff --git a/.gitignore b/.gitignore index d15fd3b..6ba4818 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /ansible-1.2.tar.gz /ansible-1.2.1.tar.gz /ansible-1.2.2.tar.gz +/ansible-1.2.3.tar.gz diff --git a/ansible.spec b/ansible.spec index c8e6135..6786c4f 100644 --- a/ansible.spec +++ b/ansible.spec @@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Release: 2%{?dist} Summary: SSH-based configuration management, deployment, and task execution system -Version: 1.2.2 +Version: 1.2.3 Group: Development/Libraries License: GPLv3 @@ -94,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT %doc README.md PKG-INFO COPYING %changelog +* Wed Aug 21 2013 Kevin Fenzi 1.2.3-2 +- Update to 1.2.3 +- Fixes CVE-2013-4260 and CVE-2013-4259 + * Sat Aug 03 2013 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 964cbe4..132cdf0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f49abd7a34eab0e073dab1080ef88078 ansible-1.2.2.tar.gz +1e07d0fed888a7230b9727bb2c12e8f7 ansible-1.2.3.tar.gz