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 Jan 30 19:33:49 UTC 2024

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

Log Message:
ansible-core: updated to 2.16.3

v2.16.3
=======

Release Summary
---------------

| Release Date: 2024-01-29
| `Porting Guide <https://docs.ansible.com/ansible-core/2.16/porting_guides/porting_guide_core_2.16.html>`__

Security Fixes
--------------

- ANSIBLE_NO_LOG - Address issue where ANSIBLE_NO_LOG was ignored (CVE-2024-0690)

Bugfixes
--------

- Run all handlers with the same ``listen`` topic, even when notified from another handler (https://github.com/ansible/ansible/issues/82363).
- ``ansible-galaxy role import`` - fix using the ``role_name`` in a standalone role's ``galaxy_info`` metadata by disabling automatic removal of the ``ansible-role-`` prefix. This matches the 
behavior of the Galaxy UI which also no longer implicitly removes the ``ansible-role-`` prefix. Use the ``--role-name`` option or add a ``role_name`` to the ``galaxy_info`` dictionary in the role's 
``meta/main.yml`` to use an alternate role name.
- ``ansible-test sanity --test runtime-metadata`` - add ``action_plugin`` as a valid field for modules in the schema (https://github.com/ansible/ansible/pull/82562).
- ansible-config init will now dedupe ini entries from plugins.
- ansible-galaxy role import - exit with 1 when the import fails (https://github.com/ansible/ansible/issues/82175).
- ansible-galaxy role install - normalize tarfile paths and symlinks using ``ansible.utils.path.unfrackpath`` and consider them valid as long as the realpath is in the tarfile's role directory 
(https://github.com/ansible/ansible/issues/81965).
- delegate_to when set to an empty or undefined variable will now give a proper error.
- dwim functions for lookups should be better at detectging role context even in abscense of tasks/main.
- roles, code cleanup and performance optimization of dependencies, now cached,  and ``public`` setting is now determined once, at role instantiation.
- roles, the ``static`` property is now correctly set, this will fix issues with ``public`` and ``DEFAULT_PRIVATE_ROLE_VARS`` controls on exporting vars.
- unsafe data - Enable directly using ``AnsibleUnsafeText`` with Python ``pathlib`` (https://github.com/ansible/ansible/issues/82414)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.23 -r1.24 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.27 pkgsrc/sysutils/ansible-core/Makefile:1.28
--- pkgsrc/sysutils/ansible-core/Makefile:1.27  Thu Dec 14 08:09:13 2023
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Jan 30 19:33:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2023/12/14 08:09:13 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/01/30 19:33:49 adam Exp $
 
-DISTNAME=      ansible-core-2.16.2
+DISTNAME=      ansible-core-2.16.3
 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.23 pkgsrc/sysutils/ansible-core/distinfo:1.24
--- pkgsrc/sysutils/ansible-core/distinfo:1.23  Thu Dec 14 08:09:13 2023
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Jan 30 19:33:49 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2023/12/14 08:09:13 adam Exp $
+$NetBSD: distinfo,v 1.24 2024/01/30 19:33:49 adam Exp $
 
-BLAKE2s (ansible-core-2.16.2.tar.gz) = 8e76c8643df93dda9a533a936c3745ef368d1b46a4160ca9a503d3176ac0c583
-SHA512 (ansible-core-2.16.2.tar.gz) = 6e2389fc6b34645c0f1566eca960da36616619a5ed5e35b46f3d659979fe519db20d89b4f598344a389f4b6ac33bb660ea91a1a6509002bbf4ac791ea3cb4cbd
-Size (ansible-core-2.16.2.tar.gz) = 3163899 bytes
+BLAKE2s (ansible-core-2.16.3.tar.gz) = 93605e91c921e9c47994f19b23c5375d79b52030f1bc894fa16043591c6ec98a
+SHA512 (ansible-core-2.16.3.tar.gz) = 62b7d23d3d639f118a4b87dccc02ec5f373fd56ae6c5fb56c8adf0818d0f5bbf3b6de47a29da9ef2d8c3f4b7e3a99978677bc9bfda1eb4cb9640b79abb763f77
+Size (ansible-core-2.16.3.tar.gz) = 3168893 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index