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 Jan 30 13:51:45 UTC 2026
Modified Files:
pkgsrc/sysutils/ansible-core: Makefile distinfo
Log Message:
ansible-core: updated to 2.20.2
v2.20.2
Minor Changes
- ansible-test - Replace RHEL 10.0 remote with 10.1.
- ansible-test - Replace RHEL 9.6 remote with 9.7.
Bugfixes
- Fix Windows LIB env var corruption (https://github.com/ansible-collections/ansible.windows/issues/297).
- ``ansible``, ``ansible-console`` - fix executing ``- meta: end_play`` tasks.
- ansible-test - Upgrade ``expat`` during provisioning of Fedora 42 remote instances.
- ansible_local will no longer trigger variable injection default value deprecation.
- copy - when a single-file local directory was specified as the source, ``changed`` used to be ``false`` even when the source was actually copied. It now makes sure ``changed`` is ``true`` in this
case. (https://github.com/ansible/ansible/issues/85833)
- deb822_repository - Remove ``Install-Python-Debian`` from files outputed by the ``deb822_repository`` module (https://github.com/ansible/ansible/issues/86395)
- dnf - When installing a dnf module, install and enable when missing, upgrade when present (https://github.com/ansible/ansible/issues/73457)
- dnf - fix package installation when specifying architecture without version (e.g., ``libgcc.i686``) where a different architecture of the same package is already installed
(https://github.com/ansible/ansible/issues/86156).
- package, service, gather_facts - fix templating module_defaults for modules executed by these action plugins. (https://github.com/ansible/ansible/issues/85848)
- winrm - Provide a better error message if a domain user is specified using a User Principal Name (``UPN``) but the ``pykerberos`` library is not installed so Kerberos is unavailable.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.46 -r1.47 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.55 pkgsrc/sysutils/ansible-core/Makefile:1.56
--- pkgsrc/sysutils/ansible-core/Makefile:1.55 Wed Dec 10 12:43:34 2025
+++ pkgsrc/sysutils/ansible-core/Makefile Fri Jan 30 13:51:44 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.55 2025/12/10 12:43:34 adam Exp $
+# $NetBSD: Makefile,v 1.56 2026/01/30 13:51:44 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.1
+DISTNAME= ansible_core-2.20.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.46 pkgsrc/sysutils/ansible-core/distinfo:1.47
--- pkgsrc/sysutils/ansible-core/distinfo:1.46 Wed Dec 10 12:43:34 2025
+++ pkgsrc/sysutils/ansible-core/distinfo Fri Jan 30 13:51:44 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2025/12/10 12:43:34 adam Exp $
+$NetBSD: distinfo,v 1.47 2026/01/30 13:51:44 adam Exp $
-BLAKE2s (ansible_core-2.20.1.tar.gz) = 4c1af8382cf1a4780877b3115814f67a2dd2329bb8c217242bb5b7fa935a2b0a
-SHA512 (ansible_core-2.20.1.tar.gz) = cb70f1fb7d6936468e5e2867221a71a5c096656874c7ad8d5488259c34eb437e72aba3093a449937f2593c848d61932b363ec4b2dc8f9e4147fa88eccc5313ff
-Size (ansible_core-2.20.1.tar.gz) = 3313203 bytes
+BLAKE2s (ansible_core-2.20.2.tar.gz) = c88d167d7f813982e0343435879f05c5206e167d1bea458b701991acfcf0450d
+SHA512 (ansible_core-2.20.2.tar.gz) = 889caa74f999417564b3dd0c0360a47a8d59dc65c5aeb62ee6f18143edd0019bbfd3d5738cc27526e10ae784db080d0e335d5682db8c55bc4c0fea4c0ac66336
+Size (ansible_core-2.20.2.tar.gz) = 3317427 bytes
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
Home |
Main Index |
Thread Index |
Old Index