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:           Wed May 21 05:26:40 UTC 2025

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

Log Message:
ansible-core: updated to 2.18.6

v2.18.6

Minor Changes

- ansible-test - Use the ``-t`` option to set the stop timeout when stopping a container. This avoids use of the ``--time`` option which was deprecated in Docker v28.0.

Bugfixes

- Ansible will now ensure predictable permissions on remote artifacts, until now it only ensured executable and relied on system masks for the rest.
- ansible-doc - fix indentation for first line of descriptions of suboptions and sub-return values (https://github.com/ansible/ansible/pull/84690).
- ansible-doc - fix line wrapping for first line of description of options and return values (https://github.com/ansible/ansible/pull/84690).
- dnf5 - avoid generating excessive transaction entries in the dnf5 history (https://github.com/ansible/ansible/issues/85046)
- dnf5 - when ``bugfix`` and/or ``security`` is specified, skip packages that do not have any such updates, even for new versions of libdnf5 where this functionality changed and it is considered 
failure
- script - Fix up become support for Windows scripts when become was set through host variables and not on the task directly - https://github.com/ansible/ansible/issues/85076


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.39 -r1.40 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.46 pkgsrc/sysutils/ansible-core/Makefile:1.47
--- pkgsrc/sysutils/ansible-core/Makefile:1.46  Thu Apr 24 16:19:11 2025
+++ pkgsrc/sysutils/ansible-core/Makefile       Wed May 21 05:26:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/04/24 16:19:11 adam Exp $
+# $NetBSD: Makefile,v 1.47 2025/05/21 05:26:39 adam Exp $
 
-DISTNAME=      ansible_core-2.18.5
+DISTNAME=      ansible_core-2.18.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.39 pkgsrc/sysutils/ansible-core/distinfo:1.40
--- pkgsrc/sysutils/ansible-core/distinfo:1.39  Thu Apr 24 16:19:11 2025
+++ pkgsrc/sysutils/ansible-core/distinfo       Wed May 21 05:26:39 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.39 2025/04/24 16:19:11 adam Exp $
+$NetBSD: distinfo,v 1.40 2025/05/21 05:26:39 adam Exp $
 
-BLAKE2s (ansible_core-2.18.5.tar.gz) = 518119a7016fb786b22b8213521c966093af5e0c9fd594b0c22d44a34543f717
-SHA512 (ansible_core-2.18.5.tar.gz) = 22dcde6b24bf4dfb63b8bcd9baeb5a90db6763aaba56eaeff583a301358383ae229090f5bf8c670dc50165662bfaa301367bc653e77d79e8d2fbe1bfb76313ea
-Size (ansible_core-2.18.5.tar.gz) = 3083407 bytes
+BLAKE2s (ansible_core-2.18.6.tar.gz) = 6aceaeda39cee492333f9db6789de17dd549695fc1533ccfecbe63ef28c0c304
+SHA512 (ansible_core-2.18.6.tar.gz) = 55a54bfa5e0a2458672856cd5a074799f4e3cb25160daf12902118bd8f1473214b4e6daea78264c20729a82be3524ef3188235287e0c3050c9b0d42031831502
+Size (ansible_core-2.18.6.tar.gz) = 3088072 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index