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 Oct 11 08:25:32 UTC 2023
Modified Files:
pkgsrc/sysutils/ansible-core: Makefile distinfo
Log Message:
ansible-core: updated to 2.15.5
v2.15.5
=======
Minor Changes
-------------
- ansible-galaxy dependency resolution messages have changed the unexplained 'virtual' collection for the specific type ('scm', 'dir', etc) that is more user friendly
Security Fixes
--------------
- ansible-galaxy - Prevent roles from using symlinks to overwrite files outside of the installation directory (CVE-2023-5115)
Bugfixes
--------
- Allow for searching handler subdir for included task via include_role (https://github.com/ansible/ansible/issues/81722)
- PluginLoader - fix Jinja plugin performance issues (https://github.com/ansible/ansible/issues/79652)
- ``ansible.module_utils.service`` - ensure binary data transmission in ``daemonize()``
- ``ansible.module_utils.service`` - fix inter-process communication in ``daemonize()``
- ansible-galaxy - started allowing the use of pre-releases for collections that do not have any stable versions published. (https://github.com/ansible/ansible/pull/81606)
- ansible-galaxy - started allowing the use of pre-releases for dependencies on any level of the dependency tree that specifically demand exact pre-release versions of collections and not version
ranges. (https://github.com/ansible/ansible/pull/81606)
- ansible-galaxy error on dependency resolution will not error itself due to 'virtual' collections not having a name/namespace.
- ansible-galaxy info - fix reporting no role found when lookup_role_by_name returns None.
- role deduplication - don't deduplicate before a role has had a task run for that particular host (https://github.com/ansible/ansible/issues/81486).
- uri/urls - Add compat function to handle the ability to parse the filename from a Content-Disposition header (https://github.com/ansible/ansible/issues/81806)
- winrm - Better handle send input failures when communicating with hosts under load
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.19 -r1.20 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.23 pkgsrc/sysutils/ansible-core/Makefile:1.24
--- pkgsrc/sysutils/ansible-core/Makefile:1.23 Mon Sep 18 12:32:23 2023
+++ pkgsrc/sysutils/ansible-core/Makefile Wed Oct 11 08:25:32 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/09/18 12:32:23 adam Exp $
+# $NetBSD: Makefile,v 1.24 2023/10/11 08:25:32 adam Exp $
-DISTNAME= ansible-core-2.15.4
+DISTNAME= ansible-core-2.15.5
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.19 pkgsrc/sysutils/ansible-core/distinfo:1.20
--- pkgsrc/sysutils/ansible-core/distinfo:1.19 Mon Sep 18 12:32:23 2023
+++ pkgsrc/sysutils/ansible-core/distinfo Wed Oct 11 08:25:32 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2023/09/18 12:32:23 adam Exp $
+$NetBSD: distinfo,v 1.20 2023/10/11 08:25:32 adam Exp $
-BLAKE2s (ansible-core-2.15.4.tar.gz) = e1fd5538b3240eaf10a1ad1882c60e91a50e8c2e27e302bfc1e6c000d5cdc154
-SHA512 (ansible-core-2.15.4.tar.gz) = 2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c
-Size (ansible-core-2.15.4.tar.gz) = 3148213 bytes
+BLAKE2s (ansible-core-2.15.5.tar.gz) = 6293ecd2ec68b6c22ca44e65d5c27b4d9324818455748222b75a1eb69e053b8c
+SHA512 (ansible-core-2.15.5.tar.gz) = 820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0
+Size (ansible-core-2.15.5.tar.gz) = 3154868 bytes
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
Home |
Main Index |
Thread Index |
Old Index