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:           Fri May 22 10:50:50 UTC 2026

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

Log Message:
ansible-core: updated to 2.20.6

v2.20.6

Security Fixes

- 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

- ansible-test remote alias - Alias values for ``--controller`` and ``--target`` are properly resolved for ``remote``. Previously, remote alias values (e.g. ``fedora/latest``) resolved to the correct 
name only for the legacy ``--remote`` arg, failing with an unknown image error for the newer args.
- git - use the branch configured in ``.gitmodules`` or the remote HEAD instead of hardcoding ``master`` when ``track_submodules=yes`` (https://github.com/ansible/ansible/issues/77691).
- module_utils/basic.py - Fix ``AnsibleModule.run_command()`` to handle ``None`` return from non-blocking pipe reads (https://github.com/ansible/ansible/issues/86920).


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.50 -r1.51 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.59 pkgsrc/sysutils/ansible-core/Makefile:1.60
--- pkgsrc/sysutils/ansible-core/Makefile:1.59  Tue Apr 21 06:36:46 2026
+++ pkgsrc/sysutils/ansible-core/Makefile       Fri May 22 10:50:50 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.59 2026/04/21 06:36:46 adam Exp $
+# $NetBSD: Makefile,v 1.60 2026/05/22 10:50:50 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.20.5
+DISTNAME=      ansible_core-2.20.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.50 pkgsrc/sysutils/ansible-core/distinfo:1.51
--- pkgsrc/sysutils/ansible-core/distinfo:1.50  Tue Apr 21 06:36:46 2026
+++ pkgsrc/sysutils/ansible-core/distinfo       Fri May 22 10:50:50 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2026/04/21 06:36:46 adam Exp $
+$NetBSD: distinfo,v 1.51 2026/05/22 10:50:50 adam Exp $
 
-BLAKE2s (ansible_core-2.20.5.tar.gz) = 739a85b344a2bbff4780025e01ba97a175ab87a23bbb9f00b39e77bbe3d848d4
-SHA512 (ansible_core-2.20.5.tar.gz) = 90c6bfdac03f303df70d9653a6beda53bac413c877ce360020e4f646b415207a26c40d8861dbe246ca5d7d5fb8bc91ec4c31c1544feceba4b62b8b7078e194a0
-Size (ansible_core-2.20.5.tar.gz) = 3339511 bytes
+BLAKE2s (ansible_core-2.20.6.tar.gz) = 60406461b6765f56e53447f29cfc7af0b11144830542102eac1585ae9ad74804
+SHA512 (ansible_core-2.20.6.tar.gz) = cb98e28291be8b78f0b9607e5065b70dd8d43093bedb38edcc82d90ded18d21fc41dc5a766cdf68799f28135ce1fb61a4cd6c451d14aac0f1e243571ae8bc5ec
+Size (ansible_core-2.20.6.tar.gz) = 3343241 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index