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 Apr 16 04:31:43 UTC 2024

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

Log Message:
ansible-core: updated to 2.16.6

v2.16.6

Bugfixes

- Consolidated the list of internal static vars, centralized them as constant and completed from some missing entries.
- Fix check for missing _sub_plugin attribute in older connection plugins (https://github.com/ansible/ansible/pull/82954)
- Fixes permission for cache json file from 600 to 644 (https://github.com/ansible/ansible/issues/82683).
- Slight optimization to hostvars (instantiate template only once per host, vs per call to var).
- allow_duplicates - fix evaluating if the current role allows duplicates instead of using the initial value from the duplicate's cached role.
- ansible-config will now properly template defaults before dumping them.
- ansible-test ansible-doc sanity test - do not remove underscores from plugin names in collections before calling ``ansible-doc`` (https://github.com/ansible/ansible/pull/82574).
- async - Fix bug that stopped running async task in ``--check`` when ``check_mode: False`` was set as a task attribute - https://github.com/ansible/ansible/issues/82811
- blockinfile - when ``create=true`` is used with a filename without path, the module crashed (https://github.com/ansible/ansible/pull/81638).
- dnf - fix an issue when cached RPMs were left in the cache directory even when the keepcache setting was unset (https://github.com/ansible/ansible/issues/81954)
- dnf5 - replace removed API calls
- facts - add a generic detection for VMware in product name.
- fetch - add error message when using ``dest`` with a trailing slash that becomes a local directory - https://github.com/ansible/ansible/issues/82878
- find - do not fail on Permission errors (https://github.com/ansible/ansible/issues/82027).
- unarchive modules now uses zipinfo options without relying on implementation defaults, making it more compatible with all OS/distributions.
- winrm - Do not raise another exception during cleanup when a task is timed out - https://github.com/ansible/ansible/issues/81095


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.26 -r1.27 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.30 pkgsrc/sysutils/ansible-core/Makefile:1.31
--- pkgsrc/sysutils/ansible-core/Makefile:1.30  Tue Apr  2 05:47:18 2024
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Apr 16 04:31:43 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2024/04/02 05:47:18 adam Exp $
+# $NetBSD: Makefile,v 1.31 2024/04/16 04:31:43 adam Exp $
 
-DISTNAME=      ansible-core-2.16.5
+DISTNAME=      ansible_core-2.16.6
+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.26 pkgsrc/sysutils/ansible-core/distinfo:1.27
--- pkgsrc/sysutils/ansible-core/distinfo:1.26  Tue Apr  2 05:47:18 2024
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Apr 16 04:31:43 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2024/04/02 05:47:18 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/04/16 04:31:43 adam Exp $
 
-BLAKE2s (ansible-core-2.16.5.tar.gz) = f2f023c4de4ec5a985de26d96e04d41d4022d9a499970bee83b4fa7451eb78c2
-SHA512 (ansible-core-2.16.5.tar.gz) = dbe5d68fbc3a0ef611791d6995297bca5bba6aed1f4871964136ea81810458646bc78c2146739f887de3c2e3017cf4e6d4d09652e41c2ca046c4bc88eca6c5d8
-Size (ansible-core-2.16.5.tar.gz) = 3171617 bytes
+BLAKE2s (ansible_core-2.16.6.tar.gz) = 1d6f1e6a26d623f2257bd20cff2702c42d13eea5ecf2c0c5a868fea726a6132d
+SHA512 (ansible_core-2.16.6.tar.gz) = cd9cc8783e13b073cbfaef889e20c8a7dfb732c91de4bae2b496a64ef47b0325c637b4ab2eadbd0c56cb004e95f5294aa1e1548675a90f06193d62defd553409
+Size (ansible_core-2.16.6.tar.gz) = 3176041 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index