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 Dec 10 06:22:34 UTC 2024

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

Log Message:
ansible-core: updated to 2.18.1

v2.18.1

Minor Changes

- ansible-test - When detection of the current container network fails, a warning is now issued and execution continues. This simplifies usage in cases where the current container cannot be 
inspected, such as when running in GitHub Codespaces.

Security Fixes

- Templating will not prefer AnsibleUnsafe when a variable is referenced via hostvars - CVE-2024-11079

Bugfixes

- Fix returning 'unreachable' for the overall task result. This prevents false positives when a looped task has unignored unreachable items (https://github.com/ansible/ansible/issues/84019).
- ansible-test - Fix traceback that occurs after an interactive command fails.
- dnf5 - fix installing a package using ``state=latest`` when a binary of the same name as the package is already installed (https://github.com/ansible/ansible/issues/84259)
- dnf5 - matching on a binary can be achieved only by specifying a full path (https://github.com/ansible/ansible/issues/84334)
- runas become - Fix up become logic to still get the SYSTEM token with the most privileges when running as SYSTEM.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.34 -r1.35 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.40 pkgsrc/sysutils/ansible-core/Makefile:1.41
--- pkgsrc/sysutils/ansible-core/Makefile:1.40  Tue Nov 12 08:02:34 2024
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Dec 10 06:22:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2024/11/12 08:02:34 adam Exp $
+# $NetBSD: Makefile,v 1.41 2024/12/10 06:22:33 adam Exp $
 
-DISTNAME=      ansible_core-2.18.0
+DISTNAME=      ansible_core-2.18.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.34 pkgsrc/sysutils/ansible-core/distinfo:1.35
--- pkgsrc/sysutils/ansible-core/distinfo:1.34  Tue Nov 12 08:02:34 2024
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Dec 10 06:22:33 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2024/11/12 08:02:34 adam Exp $
+$NetBSD: distinfo,v 1.35 2024/12/10 06:22:33 adam Exp $
 
-BLAKE2s (ansible_core-2.18.0.tar.gz) = 8cf6c030db2d5d9bc7e94a5eb2a8e462f0be1649dade4ae4b5f380b600ea132b
-SHA512 (ansible_core-2.18.0.tar.gz) = 49165e4a6a5bf16e1450ecda0387cb8a143981bf10215f45c1376a468de7efe5348f36d8e419e1d54d701b050daab71ed908a946df29a502d160a47139d8dffa
-Size (ansible_core-2.18.0.tar.gz) = 3064903 bytes
+BLAKE2s (ansible_core-2.18.1.tar.gz) = 50cc059766398c3807e481fa0e43d10e9c204360b9e5b4841e7d5e491d996dc4
+SHA512 (ansible_core-2.18.1.tar.gz) = acd93e96349bae4a41f9eeed37e810a786103f7826f26bdc8bd98cffdc7ff21b208fa0e916fe3ce6100819373cba7a827488101f33b915ed0e0fdfebe50fab5e
+Size (ansible_core-2.18.1.tar.gz) = 3069965 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index