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 Jul 14 09:29:06 UTC 2026
Modified Files:
pkgsrc/sysutils/ansible-core: Makefile PLIST distinfo
Log Message:
ansible-core: updated to 2.21.2
2.21.2
Minor Changes
- ansible-test - Added a timeout callback that dumps thread stacks when the test execution deadline defined by ``ansible-test env --timeout`` is approaching.
- parallel fact gathering - the async wrapper now considers the timeout when determining whether to kill the process running the module. Previously, a 5 second sleep occurred twice before checking if
the job had remaining time.
Bugfixes
- encrypt - fix bcrypt salt string formatting on musl libc by ensuring it is always zero-padded to 2 digits (https://github.com/ansible/ansible/issues/87180).
- parallel fact gathering - fix hang caused by corrupt async job files.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/ansible-core/PLIST
cvs rdiff -u -r1.53 -r1.54 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.62 pkgsrc/sysutils/ansible-core/Makefile:1.63
--- pkgsrc/sysutils/ansible-core/Makefile:1.62 Mon Jun 22 09:52:26 2026
+++ pkgsrc/sysutils/ansible-core/Makefile Tue Jul 14 09:29:06 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.62 2026/06/22 09:52:26 adam Exp $
+# $NetBSD: Makefile,v 1.63 2026/07/14 09:29:06 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.1
+DISTNAME= ansible_core-2.21.2
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/}
Index: pkgsrc/sysutils/ansible-core/PLIST
diff -u pkgsrc/sysutils/ansible-core/PLIST:1.18 pkgsrc/sysutils/ansible-core/PLIST:1.19
--- pkgsrc/sysutils/ansible-core/PLIST:1.18 Sat Jun 6 06:03:03 2026
+++ pkgsrc/sysutils/ansible-core/PLIST Tue Jul 14 09:29:06 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2026/06/06 06:03:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2026/07/14 09:29:06 adam Exp $
bin/ansible
bin/ansible-config
bin/ansible-console
@@ -2519,6 +2519,9 @@ ${PYSITELIB}/ansible_test/_internal/venv
${PYSITELIB}/ansible_test/_util/__init__.py
${PYSITELIB}/ansible_test/_util/__init__.pyc
${PYSITELIB}/ansible_test/_util/__init__.pyo
+${PYSITELIB}/ansible_test/_util/controller/ansible_collections/ansible_test/_internal/plugins/callback/timeout.py
+${PYSITELIB}/ansible_test/_util/controller/ansible_collections/ansible_test/_internal/plugins/callback/timeout.pyc
+${PYSITELIB}/ansible_test/_util/controller/ansible_collections/ansible_test/_internal/plugins/callback/timeout.pyo
${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/action-plugin-docs.json
${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/action-plugin-docs.py
${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/action-plugin-docs.pyc
Index: pkgsrc/sysutils/ansible-core/distinfo
diff -u pkgsrc/sysutils/ansible-core/distinfo:1.53 pkgsrc/sysutils/ansible-core/distinfo:1.54
--- pkgsrc/sysutils/ansible-core/distinfo:1.53 Mon Jun 22 09:52:26 2026
+++ pkgsrc/sysutils/ansible-core/distinfo Tue Jul 14 09:29:06 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2026/06/22 09:52:26 adam Exp $
+$NetBSD: distinfo,v 1.54 2026/07/14 09:29:06 adam Exp $
-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
+BLAKE2s (ansible_core-2.21.2.tar.gz) = 190f4cbdeb95218c62808811187a20ef20e0f025240660a82cea0bea2ded654e
+SHA512 (ansible_core-2.21.2.tar.gz) = b246cfd0dff64e8a4ceda2ab9f2116d5c0b77135cb2804a9d002294f719230e78f944eef5145e3b1cbb35ee38d42653c2a4cfcdc64a80eb83fe992b7cf8fafec
+Size (ansible_core-2.21.2.tar.gz) = 3388984 bytes
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
Home |
Main Index |
Thread Index |
Old Index