diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c07d96..e4ef57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Ansible Changes By Release ========================== +## 1.6.6 "And the Cradle Will Rock" - Jul 01, 2014 + +- Security updates to further protect against the incorrect execution of untrusted data + +## 1.6.5 "And the Cradle Will Rock" - Jun 25, 2014 + +- Additional tweaks to prevent the incorrect execution of untrusted data + +## 1.6.4 "And the Cradle Will Rock" - Jun 25, 2014 + +- Security update to prevent local operations from executing as the result of specifically crafted untrusted data + ## 1.6.3 "And the Cradle Will Rock" - Jun 09, 2014 - Corrects a regression where handlers were run across all hosts, not just those that triggered the handler. diff --git a/ansible-1.6.3.tar.bz2 b/ansible-1.6.3.tar.bz2 deleted file mode 100644 index 0178917..0000000 --- a/ansible-1.6.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:929d5b566fdd3618d3161747ec13d07f459a2f434ac56590f14b5d5f9cbf3f45 -size 516232 diff --git a/ansible-1.6.6.tar.bz2 b/ansible-1.6.6.tar.bz2 new file mode 100644 index 0000000..f993438 --- /dev/null +++ b/ansible-1.6.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b0aaeadc7cc4a4207c276935c9f77682b219c76137b24840bd54bbf8cf358c +size 517414 diff --git a/ansible.changes b/ansible.changes index 2479cab..4db95c2 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jul 10 12:53:16 UTC 2014 - lars@linux-schulserver.de + +- update to 1.6.6: + * Security updates to further protect against the incorrect + execution of untrusted data + * Additional tweaks to prevent the incorrect execution of + untrusted data + * Security update to prevent local operations from executing as + the result of specifically crafted untrusted data + ------------------------------------------------------------------- Thu Jun 19 07:28:24 UTC 2014 - lars@linux-schulserver.de diff --git a/ansible.spec b/ansible.spec index 90c4026..a8baf69 100644 --- a/ansible.spec +++ b/ansible.spec @@ -18,7 +18,7 @@ Name: ansible -Version: 1.6.3 +Version: 1.6.6 Release: 0 Summary: SSH-based configuration management, deployment, and orchestration engine License: GPL-3.0+