From 44ac5d82ee11ec86053b48d12ad0f2159d096ee4 Mon Sep 17 00:00:00 2001 From: stroeder <> Date: Oct 06 2020 15:10:21 +0000 Subject: Update ansible to rev 71 via SR 839673 https://build.opensuse.org/request/show/839673 by user stroeder + dimstar_suse --- diff --git a/.files b/.files index 6ab3f3b..0461563 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 9c0bc50..73cc35d 100644 --- a/.rev +++ b/.rev @@ -795,4 +795,12 @@ numbers for further reference. 831030 + + 954c3ea4121a9c4edbf9c4d943407a8c + 2.9.14 + + dimstar_suse + + 839673 + diff --git a/ansible-2.9.13.tar.gz b/ansible-2.9.13.tar.gz deleted file mode 120000 index fb5d7e6..0000000 --- a/ansible-2.9.13.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeieuld5eyxhvdzcrlb4f6zq66bchmsap4jbugpncmu43wvbf2ubn34 \ No newline at end of file diff --git a/ansible-2.9.13.tar.gz.sha b/ansible-2.9.13.tar.gz.sha deleted file mode 100644 index 173b88e..0000000 --- a/ansible-2.9.13.tar.gz.sha +++ /dev/null @@ -1 +0,0 @@ -3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644 ansible-2.9.13.tar.gz diff --git a/ansible-2.9.14.tar.gz b/ansible-2.9.14.tar.gz new file mode 120000 index 0000000..a2828b7 --- /dev/null +++ b/ansible-2.9.14.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeic6exbtnz5becfvpy3d557ux6vh5qtuf2rt5w45pbhqywo7hxsy7u \ No newline at end of file diff --git a/ansible-2.9.14.tar.gz.sha b/ansible-2.9.14.tar.gz.sha new file mode 100644 index 0000000..7e3d683 --- /dev/null +++ b/ansible-2.9.14.tar.gz.sha @@ -0,0 +1 @@ +efe7183e08f0c9dd9efd9124efa8978be62851b1e8eb856593a073538bfc6fb5 ansible-2.9.14.tar.gz diff --git a/ansible.changes b/ansible.changes index d828f3f..193c670 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Tue Oct 6 04:36:05 UTC 2020 - Michael Ströder + +- update to version 2.9.14 with many small improvements and bug fixes, + most notably: + * kubectl - connection plugin now redact kubectl_token and + kubectl_password in console log (CVE-2020-1753). +- avoid trailing comments after %endif + +------------------------------------------------------------------- Tue Sep 1 08:44:17 UTC 2020 - Michael Ströder - update to version 2.9.13 with many bug fixes, most notably: diff --git a/ansible.spec b/ansible.spec index 1e3bba4..1677f87 100644 --- a/ansible.spec +++ b/ansible.spec @@ -117,8 +117,10 @@ Requires: python-paramiko Requires: python-six Requires: python2-cryptography Requires: sshpass -%endif # Requires for RHEL 7 -%endif # Requires for RHEL 8 +# end of Requires for RHEL 7 +%endif +# end of Requires for RHEL 8 +%endif # Bundled provides Provides: bundled(python-backports-ssl_match_hostname) = 3.7.0.1 Provides: bundled(python-distro) = 1.4.0 @@ -220,7 +222,7 @@ Recommends: %{python}-six Recommends: sshpass %endif Name: ansible -Version: 2.9.13 +Version: 2.9.14 Release: 0 Summary: SSH-based configuration management, deployment, and task execution system License: GPL-3.0-or-later