pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 28 08:08:22 UTC 2025

Modified Files:
        pkgsrc/sysutils/ansible-core: Makefile distinfo

Log Message:
ansible-core: updated to 2.18.2

v2.18.2

Bugfixes

- Ansible will now also warn when reserved keywords are set via a module (set_fact, include_vars, etc).
- Ansible.Basic - Fix ``required_if`` check when the option value to check is unset or set to null.
- Use consistent multiprocessing context for action write locks
- ansible-test - Fix up coverage reporting to properly translate the temporary path of integration test modules to the expected static test module path.
- ansible-vault will now correctly handle `--prompt`, previously it would issue an error about stdin if no 2nd argument was passed
- copy action now prevents user from setting internal options.
- gather_facts action now defaults to `ansible.legacy.setup` if `smart` was set, no network OS was found and no other alias for `setup` was present.
- gather_facts action will now issues errors and warnings as appropriate if a network OS is detected but no facts modules are defined for it.
- ssh - Improve the logic for parsing CLIXML data in stderr when working with Windows host. This fixes issues when the raw stderr contains invalid UTF-8 byte sequences and improves embedded CLIXML 
sequences.
- ssh - connection options were incorrectly templated during ``reset_connection`` tasks (https://github.com/ansible/ansible/pull/84238).


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/ansible-core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ansible-core/Makefile
diff -u pkgsrc/sysutils/ansible-core/Makefile:1.41 pkgsrc/sysutils/ansible-core/Makefile:1.42
--- pkgsrc/sysutils/ansible-core/Makefile:1.41  Tue Dec 10 06:22:33 2024
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Jan 28 08:08:22 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2024/12/10 06:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.42 2025/01/28 08:08:22 adam Exp $
 
-DISTNAME=      ansible_core-2.18.1
+DISTNAME=      ansible_core-2.18.2
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-core/}

Index: pkgsrc/sysutils/ansible-core/distinfo
diff -u pkgsrc/sysutils/ansible-core/distinfo:1.35 pkgsrc/sysutils/ansible-core/distinfo:1.36
--- pkgsrc/sysutils/ansible-core/distinfo:1.35  Tue Dec 10 06:22:33 2024
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Jan 28 08:08:22 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2024/12/10 06:22:33 adam Exp $
+$NetBSD: distinfo,v 1.36 2025/01/28 08:08:22 adam Exp $
 
-BLAKE2s (ansible_core-2.18.1.tar.gz) = 50cc059766398c3807e481fa0e43d10e9c204360b9e5b4841e7d5e491d996dc4
-SHA512 (ansible_core-2.18.1.tar.gz) = acd93e96349bae4a41f9eeed37e810a786103f7826f26bdc8bd98cffdc7ff21b208fa0e916fe3ce6100819373cba7a827488101f33b915ed0e0fdfebe50fab5e
-Size (ansible_core-2.18.1.tar.gz) = 3069965 bytes
+BLAKE2s (ansible_core-2.18.2.tar.gz) = 96493b23793cdd86a2b002e58f1a37f43bb5fbbf0c419300887c664085b09336
+SHA512 (ansible_core-2.18.2.tar.gz) = 9fd94f1eeada5c9d51a4588315b36a1b2ae3ea82772407530f56e3eb036db3f87f427f7aeecee3128d1573fda0a2934989eec47a3a1171f18e51f00f3d3d7e63
+Size (ansible_core-2.18.2.tar.gz) = 3076683 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index