Received: by mail.netbsd.org (Postfix, from userid 605) id 4FE7C84D79; Tue, 19 May 2020 12:58:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD92884D6C for ; Tue, 19 May 2020 12:58:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JUWDzNqg0XPP for ; Tue, 19 May 2020 12:58:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E7C3F84D63 for ; Tue, 19 May 2020 12:58:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1A9BFB27; Tue, 19 May 2020 12:58:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589893126237440" MIME-Version: 1.0 Date: Tue, 19 May 2020 12:58:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/ansible To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200519125846.E1A9BFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589893126237440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 19 12:58:46 UTC 2020 Modified Files: pkgsrc/sysutils/ansible: Makefile distinfo Log Message: ansible: updated to 2.9.9 v2.9.9 Bugfixes -------- - Fix an issue with the ``fileglob`` plugin where passing a subdirectory of non-existent directory would cause it to fail - https://github.com/ansible/ansible/issues/69450 v2.9.8 ====== Minor Changes ------------- - Add test for reboot & wait_for_connection on EOS & IOS (https://github.com/ansible/ansible/pull/63014) - Fixed 'intersect' filter spelling in constructed inventory plugin example. - Move cli prompt check logic from action to cliconf plugin (https://github.com/ansible/ansible/pull/63945) - Point inventory script location to their respective version rather than devel version in documentation. - ansible-test - Now includes testing support for RHEL 8.2 - ansible-test - Remove obsolete support for provisioning remote vCenter instances. The supporting services are no longer available. Bugfixes -------- - Collections - Allow a collection role to call a stand alone role, without needing to explicitly add ``ansible.legacy`` to the collection search order within the collection role. (https://github.com/ansible/ansible/issues/69101) - Fix cli context check for network_cli connection (https://github.com/ansible/ansible/pull/64697) - Revert 5f6427b1fc7449a5c42212013d3f628665701c3d as it breaks netconf connection - Role Installation - Ensure that a role containing files with non-ascii characters can be installed (https://github.com/ansible/ansible/issues/69133) - Update ActionBase._low_level_execute_command to honor executable (https://github.com/ansible/ansible/issues/68054) - collections - Handle errors better for filters and tests in collections, where a non-existent collection is specified, or importing the plugin results in an exception (https://github.com/ansible/ansible/issues/66721) - deal with cases in which just a file is pased and not a path with directories, now fileglob correctly searches in 'files/' subdirs. - dnf - Unified error messages when trying to install a nonexistent package with newer dnf (4.2.18) vs older dnf (4.2.9) - dnf - Unified error messages when trying to remove a wildcard name that is not currently installed, with newer dnf (4.2.18) vs older dnf (4.2.9) - hostname - make module work on Manjaro Linux (https://github.com/ansible/ansible/issues/61382) - mysql_user - fix the error No database selected (https://github.com/ansible/ansible/issues/68070). - ovirt_disk: add warning when uploading wrong format - ovirt_disk: upload image auto detect size - ovirt_network: allow to remove vlan_tag - pip - The virtualenv_command option can now include arguments without requiring the full path to the binary. (https://github.com/ansible/ansible/issues/52275) - pip - check_mode with ``state: present`` now returns the correct state for pre-release versioned packages - postgresql_set - fix converting value to uppercase (https://github.com/ansible/ansible/issues/67377). - redfish_config - fix support for boolean bios attrs (https://github.com/ansible/ansible/pull/68251) - service_facts - Now correctly parses systemd list-unit-files for systemd >=245 - sysvinit - Add missing parameter ``module`` in call to ``daemonize()``. - the default parsing will now show existing JSON errors and not just YAML (last attempted), also we avoid YAML parsing when we know we only want JSON issue - win_psmodule - Fix TLS 1.2 compatibility with PSGallery. - win_psrepository - Fix TLS 1.2 compatibility with PSGallery. - win_psrepository - Fix ``Ignore`` error when trying to retrieve the list of registered repositories - zabbix_template - no longer fails with KeyError when there are no macros present in existing template (see https://github.com/ansible-collections/community.zabbix/issues/19) To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/ansible/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/ansible/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589893126237440 Content-Disposition: inline Content-Length: 1635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ansible/Makefile diff -u pkgsrc/sysutils/ansible/Makefile:1.31 pkgsrc/sysutils/ansible/Makefile:1.32 --- pkgsrc/sysutils/ansible/Makefile:1.31 Wed Apr 29 10:36:26 2020 +++ pkgsrc/sysutils/ansible/Makefile Tue May 19 12:58:46 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2020/04/29 10:36:26 adam Exp $ +# $NetBSD: Makefile,v 1.32 2020/05/19 12:58:46 adam Exp $ -DISTNAME= ansible-2.9.7 +DISTNAME= ansible-2.9.9 CATEGORIES= sysutils python MASTER_SITES= https://releases.ansible.com/ansible/ Index: pkgsrc/sysutils/ansible/distinfo diff -u pkgsrc/sysutils/ansible/distinfo:1.18 pkgsrc/sysutils/ansible/distinfo:1.19 --- pkgsrc/sysutils/ansible/distinfo:1.18 Wed Apr 29 10:36:26 2020 +++ pkgsrc/sysutils/ansible/distinfo Tue May 19 12:58:46 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/04/29 10:36:26 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/05/19 12:58:46 adam Exp $ -SHA1 (ansible-2.9.7.tar.gz) = 4a7c2b1183148e58085186fe1f86f60d71759398 -RMD160 (ansible-2.9.7.tar.gz) = d0052dae4e754c13e28bd559fe2f9c6c4783c9e9 -SHA512 (ansible-2.9.7.tar.gz) = ce029441bcafdc5b44c9fda69f183d4defea84ead5628164caf87306cb97efec68c11b2cce728e90f28290640c320549486a6b4e823710f638d1d2e7c35675a4 -Size (ansible-2.9.7.tar.gz) = 14215538 bytes +SHA1 (ansible-2.9.9.tar.gz) = cc384caef5ad6c006e43770fcda78fd7144e11ad +RMD160 (ansible-2.9.9.tar.gz) = 427f4923aa3c043312024662d77b805610fa892c +SHA512 (ansible-2.9.9.tar.gz) = 327c5ece277096f71f10fec2b33a8d2c94ee59b0e22b15bb5ca449da2331b8158239bdbc8e3afd093af358a787f410c7c2e0942010de65a8d9c8719cf83e4abd +Size (ansible-2.9.9.tar.gz) = 14222889 bytes --_----------=_1589893126237440--