Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ansible ansible: updated to 2.9.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f62fe51f8ef
branches:  trunk
changeset: 438702:1f62fe51f8ef
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 08 17:51:49 2020 +0000

description:
ansible: updated to 2.9.13

v2.9.13
=======

Minor Changes
-------------
- Updated network integration auth timeout to 90 secs.
- ansible-test - Remove ``pytest < 6.0.0`` constraint for managed installations on Python 3.x now that pytest 6 is supported.
- known_hosts - fix reference to non-existent parameter in example (https://github.com/ansible/ansible/issues/71417)

Security Fixes
--------------
- The fix for CVE-2020-1736 has been reverted. Users are encouraged to specify a ``mode`` parameter in their file-based tasks when the files being manipulated contain sensitive data.
- dnf - Previously, regardless of the ``disable_gpg_check`` option, packages were not GPG validated. They are now. (CVE-2020-14365)

Bugfixes
--------
- Confirmed commit fails with TypeError in IOS XR netconf plugin (https://github.com/ansible-collections/cisco.iosxr/issues/74)
- Fix an exit code for a non-failing playbook (https://github.com/ansible/ansible/issues/71306)
- Fix execution of the meta tasks 'clear_facts', 'clear_host_errors', 'end_play', 'end_host', and 'reset_connection' when the CLI flag '--flush-cache' is provided.
- Fix statistics reporting when rescue block contains another block (issue https://github.com/ansible/ansible/issues/61253).
- Fixed Ansible reporting validate not supported by netconf server when enabled in netconf - (https://github.com/ansible-collections/ansible.netcommon/issues/119).
- TOML inventory - Ensure we register dump functions for ``AnsibleUnsafe`` to support dumping unsafe values. Note that the TOML format has no functionality to mark that the data is unsafe for 
re-consumption. (https://github.com/ansible/ansible/issues/71307)
- ansible-test units - fixed collection location code to work under pytest >= 6.0.0
- aws_acm_info - fix `KeyError` failure when retrieving keys with a `Failed` status (https://github.com/ansible-collections/community.aws/issues/198)
- cron - cron file should not be empty after adding var (https://github.com/ansible/ansible/pull/71207)
- mongodb_replicaset - fixes authentication to determine replicaset name (https://github.com/ansible-collections/community.mongodb/issues/136).
- powershell - fix escaping of strings that broken modules like fetch when dealing with special chars - https://github.com/ansible/ansible/issues/62781
- powershell - fix the CLIXML parser when it contains nested CLIXML objects - https://github.com/ansible/ansible/issues/69550
- psrp - Use native PSRP mechanism when copying files to support custom endpoints
- setup - Add a null check for ``Win32_Bios.ReleaseData`` to avoid a failure when that value is not set - https://github.com/ansible/ansible/issues/69736
- strftime filter - Input epoch is allowed to be a float (https://github.com/ansible/ansible/issues/71257)
- systemd - fixed chroot usage on new versions of systemd, that broke because of upstream changes in systemctl output
- systemd - made the systemd module work correctly when the SYSTEMD_OFFLINE environment variable is set
- zabbix_host - fixed inventory_mode key error, which occurs with Zabbix 4.4.1 or more (https://github.com/ansible/ansible/issues/65304).
- zabbix_proxy - fixed support for Zabbix 5.0

diffstat:

 sysutils/ansible/Makefile |   4 ++--
 sysutils/ansible/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 8b1475bd9476 -r 1f62fe51f8ef sysutils/ansible/Makefile
--- a/sysutils/ansible/Makefile Tue Sep 08 17:46:36 2020 +0000
+++ b/sysutils/ansible/Makefile Tue Sep 08 17:51:49 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2020/08/24 10:58:41 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/09/08 17:51:49 adam Exp $
 
-DISTNAME=      ansible-2.9.12
+DISTNAME=      ansible-2.9.13
 CATEGORIES=    sysutils python
 MASTER_SITES=  https://releases.ansible.com/ansible/
 
diff -r 8b1475bd9476 -r 1f62fe51f8ef sysutils/ansible/distinfo
--- a/sysutils/ansible/distinfo Tue Sep 08 17:46:36 2020 +0000
+++ b/sysutils/ansible/distinfo Tue Sep 08 17:51:49 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2020/08/24 10:58:41 adam Exp $
+$NetBSD: distinfo,v 1.24 2020/09/08 17:51:49 adam Exp $
 
-SHA1 (ansible-2.9.12.tar.gz) = 457f9859578fff7020f3f5ffcc76274003ca0015
-RMD160 (ansible-2.9.12.tar.gz) = 3ed28ac62f9fe55552b428c2f3abaeb861f50395
-SHA512 (ansible-2.9.12.tar.gz) = 6c05c49e363d4d68516dfea448cead3e2c281d1288c9467a0b6dd083504f303df694ed1c5957ae6582b28acc937d12d13333254328e13bac430b9b7fa4354f23
-Size (ansible-2.9.12.tar.gz) = 14260349 bytes
+SHA1 (ansible-2.9.13.tar.gz) = 228951291239caf2c99c054a620dcb03699f7b0c
+RMD160 (ansible-2.9.13.tar.gz) = 627adbfc183336dba36b6e5e3d99d41498707e76
+SHA512 (ansible-2.9.13.tar.gz) = cb08adf62df0f3650425a5d960baadd7439c7c1e95b8f9df3d08e7504f9622b9e5f7104b8700b0f1e9fe318d349a6a5728e9178f0193fb4a190456e30a2f1eb2
+Size (ansible-2.9.13.tar.gz) = 14261322 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index