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  5 18:06:19 UTC 2023

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

Log Message:
ansible-core: updated to 2.16.1

v2.16.1
=======

Breaking Changes / Porting Guide
--------------------------------

- assert - Nested templating may result in an inability for the conditional to be evaluated. See the porting guide for more information.

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

- templating - Address issues where internal templating can cause unsafe variables to lose their unsafe designation (CVE-2023-5764)

Bugfixes
--------

- Fix issue where an ``include_tasks`` handler in a role was not able to locate a file in ``tasks/`` when ``tasks_from`` was used as a role entry point and ``main.yml`` was not present 
(https://github.com/ansible/ansible/issues/82241)
- Plugin loader does not dedupe nor cache filter/test plugins by file basename, but full path name.
- Restoring the ability of filters/tests can have same file base name but different tests/filters defined inside.
- ansible-pull now will expand relative paths for the ``-d|--directory`` option is now expanded before use.
- ansible-pull will now correctly handle become and connection password file options for ansible-playbook.
- flush_handlers - properly handle a handler failure in a nested block when ``force_handlers`` is set (http://github.com/ansible/ansible/issues/81532)
- module no_log will no longer affect top level booleans, for example ``no_log_module_parameter='a'`` will no longer hide ``changed=False`` as a 'no log value' (matches 'a').
- role params now have higher precedence than host facts again, matching documentation, this had unintentionally changed in 2.15.
- wait_for should not handle 'non mmapable files' again.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.21 -r1.22 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.25 pkgsrc/sysutils/ansible-core/Makefile:1.26
--- pkgsrc/sysutils/ansible-core/Makefile:1.25  Fri Nov 17 20:07:33 2023
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Dec  5 18:06:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/11/17 20:07:33 adam Exp $
+# $NetBSD: Makefile,v 1.26 2023/12/05 18:06:19 adam Exp $
 
-DISTNAME=      ansible-core-2.16.0
+DISTNAME=      ansible-core-2.16.1
 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.21 pkgsrc/sysutils/ansible-core/distinfo:1.22
--- pkgsrc/sysutils/ansible-core/distinfo:1.21  Fri Nov 17 20:07:33 2023
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Dec  5 18:06:19 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2023/11/17 20:07:33 adam Exp $
+$NetBSD: distinfo,v 1.22 2023/12/05 18:06:19 adam Exp $
 
-BLAKE2s (ansible-core-2.16.0.tar.gz) = b7f49ceb4b7f7c1852ef0c6df973dd12749cc948c5b2b4fabf018eb8acf5554b
-SHA512 (ansible-core-2.16.0.tar.gz) = 1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0
-Size (ansible-core-2.16.0.tar.gz) = 3155083 bytes
+BLAKE2s (ansible-core-2.16.1.tar.gz) = daae40a7e37214ec1e6355f2cd2d21e2493705d92684065bb4d6306fc4755b54
+SHA512 (ansible-core-2.16.1.tar.gz) = c01ad95fedc47a8467c9ddf00ac05875d11507ad63da4978c1e6a9d17f3ae200da288851175378147302eb590af9fe6071042695faad3b9aee60161a0df27a6b
+Size (ansible-core-2.16.1.tar.gz) = 3162449 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index