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:           Mon Mar 31 06:09:06 UTC 2025

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

Log Message:
ansible-core: updated to 2.18.4

v2.18.4

Bugfixes

- Windows - add support for running on system where WDAC is in audit mode with ``Dynamic Code Security`` enabled.
- dnf5 - fix ``is_installed`` check for packages that are not installed but listed as provided by an installed package (https://github.com/ansible/ansible/issues/84578)
- dnf5 - libdnf5 - use ``conf.pkg_gpgcheck`` instead of deprecated ``conf.gpgcheck`` which is used only as a fallback
- facts - gather pagesize and calculate respective values depending upon architecture (https://github.com/ansible/ansible/issues/84773).
- module respawn - limit to supported Python versions


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.37 -r1.38 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.43 pkgsrc/sysutils/ansible-core/Makefile:1.44
--- pkgsrc/sysutils/ansible-core/Makefile:1.43  Wed Feb 26 09:18:27 2025
+++ pkgsrc/sysutils/ansible-core/Makefile       Mon Mar 31 06:09:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2025/02/26 09:18:27 adam Exp $
+# $NetBSD: Makefile,v 1.44 2025/03/31 06:09:05 adam Exp $
 
-DISTNAME=      ansible_core-2.18.3
+DISTNAME=      ansible_core-2.18.4
 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.37 pkgsrc/sysutils/ansible-core/distinfo:1.38
--- pkgsrc/sysutils/ansible-core/distinfo:1.37  Wed Feb 26 09:18:27 2025
+++ pkgsrc/sysutils/ansible-core/distinfo       Mon Mar 31 06:09:06 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2025/02/26 09:18:27 adam Exp $
+$NetBSD: distinfo,v 1.38 2025/03/31 06:09:06 adam Exp $
 
-BLAKE2s (ansible_core-2.18.3.tar.gz) = b9e8ca1100b98f828edd603b59790426503b58cf61edbc8aea8df5815b60aed9
-SHA512 (ansible_core-2.18.3.tar.gz) = e4229cd5de46e7ee35922b91e520711b2fd7f17490ea1f08b6e535b0522e54d8b5178212df1010c3a3a4e212fabbb9d6437069ee11eb0588c519d1fb145875ba
-Size (ansible_core-2.18.3.tar.gz) = 3077314 bytes
+BLAKE2s (ansible_core-2.18.4.tar.gz) = aa3b4552b5c6a2cff229cac4753a7d6d0877bcd8dbc73a6dec138d2243a88027
+SHA512 (ansible_core-2.18.4.tar.gz) = f6c496c032c41e6a4a2edf97fef037f7510f1b3134cc9c734f95aa6f9cb570915c41596193016030b9049f2b70fc6a9a4f43e1a9f848c435600259bcb1053cbe
+Size (ansible_core-2.18.4.tar.gz) = 3081918 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index