diff --git a/ansible-2.9.10.tar.gz b/ansible-2.9.10.tar.gz new file mode 100644 index 0000000..bc40404 --- /dev/null +++ b/ansible-2.9.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0866f1432db1698758ca5753f2c1c2a8048823cc6f9ab4b7d03162c44febcacd +size 14237929 diff --git a/ansible-2.9.10.tar.gz.sha b/ansible-2.9.10.tar.gz.sha new file mode 100644 index 0000000..09f0949 --- /dev/null +++ b/ansible-2.9.10.tar.gz.sha @@ -0,0 +1 @@ +0866f1432db1698758ca5753f2c1c2a8048823cc6f9ab4b7d03162c44febcacd ansible-2.9.10.tar.gz diff --git a/ansible-2.9.9.tar.gz b/ansible-2.9.9.tar.gz deleted file mode 100644 index 4803b65..0000000 --- a/ansible-2.9.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e83d84ae8bf131c0499d8a4c0e1144bf969454c43086e61cca3c224227df29d1 -size 14222889 diff --git a/ansible-2.9.9.tar.gz.sha b/ansible-2.9.9.tar.gz.sha deleted file mode 100644 index ea5b145..0000000 --- a/ansible-2.9.9.tar.gz.sha +++ /dev/null @@ -1 +0,0 @@ -e83d84ae8bf131c0499d8a4c0e1144bf969454c43086e61cca3c224227df29d1 ansible-2.9.9.tar.gz diff --git a/ansible.changes b/ansible.changes index 609f13c..09a5203 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 19 09:21:12 UTC 2020 - Michael Ströder + +- update to version 2.9.10 with many bug fixes. +- removed obsolete patch CVE-2020-1744_avoid_mkdir_p.patch + ------------------------------------------------------------------- Thu May 28 13:57:38 UTC 2020 - Matej Cepl diff --git a/ansible.spec b/ansible.spec index 90475a3..fffe14c 100644 --- a/ansible.spec +++ b/ansible.spec @@ -220,7 +220,7 @@ Recommends: %{python}-six Recommends: sshpass %endif Name: ansible -Version: 2.9.9 +Version: 2.9.10 Release: 0 Summary: SSH-based configuration management, deployment, and task execution system License: GPL-3.0-or-later @@ -229,9 +229,6 @@ URL: https://ansible.com/ Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz Source1: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz.sha Source99: ansible-rpmlintrc -# PATCH-FIX-UPSTREAM CVE-2020-1744_avoid_mkdir_p.patch bsc#1171823 mcepl@suse.com -# gh#ansible/ansible#67791 avoid race condition and insecure directory creation -Patch0: CVE-2020-1744_avoid_mkdir_p.patch BuildArch: noarch # extented documentation %if 0%{?with_docs} @@ -291,7 +288,6 @@ automatically. %prep %setup -q -n ansible-%{version} -%autopatch -p1 for file in .git_keep .travis.yml ; do find . -name "$file" -delete