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:           Mon Jun 22 09:52:26 UTC 2026

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

Log Message:
ansible-core: updated to 2.21.1

v2.21.1

Security Fixes

- ansible-galaxy install - Ensure role requirements are passed as positional arguments to :command:`git clone`. Previously, a malicious role author could inject arbitrary git configuration in role 
dependencies. (CVE-2026-11332)
- psrp - Do not log raw stdout/stderr on verbosity 5 when task has ``no_log: true`` set
- winrm - Do not log raw stdout/stderr on verbosity 5 when task has ``no_log: true`` set

Bugfixes

- cli - handle empty value for PAGER (https://github.com/ansible/ansible/issues/86898).
- config - use correct key value for inject_invocation setting (https://github.com/ansible/ansible/issues/86999).
- free strategy - Fix ``IndexError`` when hosts become unreachable during playbook execution (https://github.com/ansible/ansible/issues/87027).
- meta pseudo-action - Fixed callback args passed to ``v2_runner_on_skipped`` when any ``meta`` action was skipped by a ``when`` condition; added test coverage. A previous regression caused the 
callback dispatch to be omitted and a warning issued.
- module_utils sanitize_keys and remove_value functions now sort their input to ensure matching subsets are always obscured.
- module_utils/basic.py - Fix ``AnsibleModule.run_command()`` to handle ``None`` return from non-blocking pipe reads (https://github.com/ansible/ansible/issues/86920).
- wait_for - use ``errno.ENOENT`` symbolic constant instead of hardcoded value for improved code portability.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.52 -r1.53 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.61 pkgsrc/sysutils/ansible-core/Makefile:1.62
--- pkgsrc/sysutils/ansible-core/Makefile:1.61  Sat Jun  6 06:03:03 2026
+++ pkgsrc/sysutils/ansible-core/Makefile       Mon Jun 22 09:52:26 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.61 2026/06/06 06:03:03 adam Exp $
+# $NetBSD: Makefile,v 1.62 2026/06/22 09:52:26 adam Exp $
 
 # When upgrading ansible-core, please also upgrade the ansible package
 # to a version that supports the new version of ansible-core.  At times
 # this may mean not upgrading ansible-core to its latest release branch.
 
-DISTNAME=      ansible_core-2.21.0
+DISTNAME=      ansible_core-2.21.1
 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.52 pkgsrc/sysutils/ansible-core/distinfo:1.53
--- pkgsrc/sysutils/ansible-core/distinfo:1.52  Sat Jun  6 06:03:03 2026
+++ pkgsrc/sysutils/ansible-core/distinfo       Mon Jun 22 09:52:26 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2026/06/06 06:03:03 adam Exp $
+$NetBSD: distinfo,v 1.53 2026/06/22 09:52:26 adam Exp $
 
-BLAKE2s (ansible_core-2.21.0.tar.gz) = f42441be1233b51d521ecd75f10284c514e65e78675da6ef0a76d5c7505cfa1e
-SHA512 (ansible_core-2.21.0.tar.gz) = 0ae45264ef031f150e67d9687e1995723e8dfc02fc1cc0ba3b29cfa229905d0ec617a23029814d72969b5f5260b67fab0b30eae00dcfd5e76dbd2a8579ecc677
-Size (ansible_core-2.21.0.tar.gz) = 3387206 bytes
+BLAKE2s (ansible_core-2.21.1.tar.gz) = 789eba4d13988513447cadd71e064d4871b8492617eb878175ddfeca92e922ef
+SHA512 (ansible_core-2.21.1.tar.gz) = 4e3099ba5613cc32d386d73692816d91bf4864b02b362efaac87e8c90f583674dd07fe76eec2247966ccd8846698caa24d674fe7a1fbbedee5c47a2067eea87f
+Size (ansible_core-2.21.1.tar.gz) = 3384534 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index