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 Sep  9 08:00:20 UTC 2026

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

Log Message:
ansible-core: updated to 2.21.4

2.21.4

Minor Changes

- mask_url function in module_utils to allow for masking of auth data embedded in urls.

Bugfixes

- apt_key module now masks authentication information in all displays and returns of uri information.
- get_url module now masks authentication information in all displays and returns of uri information.
- module_utils - ``mask_url`` now masks the password in URLs that contain a password but no username, such as ``redis://:password@host``, instead of returning them unmasked.
- module_utils.urls now all errors mask in line url authentication information.
- rpm_key module now masks authentication information in all displays and returns of uri information.
- tempfile - reject prefix and suffix values that contain path components to prevent path traversal.
- uri module now masks authentication information in all displays and returns of uri information.
- url lookup now masks authentication information in all displays and returns of uri information.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.55 -r1.56 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.64 pkgsrc/sysutils/ansible-core/Makefile:1.65
--- pkgsrc/sysutils/ansible-core/Makefile:1.64  Tue Aug 11 09:21:56 2026
+++ pkgsrc/sysutils/ansible-core/Makefile       Wed Sep  9 08:00:20 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.64 2026/08/11 09:21:56 adam Exp $
+# $NetBSD: Makefile,v 1.65 2026/09/09 08:00:20 adam Exp $
 
 # When upgrading ansible-core, please also upgrade the ansible package
 # to a version that supports the new version of ansible-core.  At times
 # this may mean not upgrading ansible-core to its latest release branch.
 
-DISTNAME=      ansible_core-2.21.3
+DISTNAME=      ansible_core-2.21.4
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-core/}
@@ -18,14 +18,14 @@ CONFLICTS+= ansible<2.10
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3.1.0:../../textproc/py-jinja2
-DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-paramiko>=0:../../security/py-paramiko
 DEPENDS+=      ${PYPKGPREFIX}-resolvelib>=0.8.0:../../devel/py-resolvelib
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
 
 USE_TOOLS+=    gmake
 
-PYTHON_VERSIONS_INCOMPATIBLE=   310 311
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311
 
 REPLACE_PYTHON=                test/lib/ansible_test/_data/*.py
 REPLACE_PYTHON+=       test/lib/ansible_test/_data/*/*.py
@@ -51,8 +51,8 @@ OWN_DIRS=             ${PREFIX}/share/ansible
 CHECK_WRKREF_SKIP+=    */ansible/module_utils/facts/system/pkg_mgr.py
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/wheel.mk"
 .include "../../lang/python/tool.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
 .include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/ansible-core/distinfo
diff -u pkgsrc/sysutils/ansible-core/distinfo:1.55 pkgsrc/sysutils/ansible-core/distinfo:1.56
--- pkgsrc/sysutils/ansible-core/distinfo:1.55  Tue Aug 11 09:21:56 2026
+++ pkgsrc/sysutils/ansible-core/distinfo       Wed Sep  9 08:00:20 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.55 2026/08/11 09:21:56 adam Exp $
+$NetBSD: distinfo,v 1.56 2026/09/09 08:00:20 adam Exp $
 
-BLAKE2s (ansible_core-2.21.3.tar.gz) = b478a423dbd214202a41e190048f8e15f35820cec4d91c812e42297d025bac73
-SHA512 (ansible_core-2.21.3.tar.gz) = a06a9cf817ee7fabff6fb03ab66965fedf18dd84d96a281b6493b4fddd45163dcb46202cbb6389098cd88dda97c1759cf2772c002d94959a3d0ab912d460d541
-Size (ansible_core-2.21.3.tar.gz) = 3397615 bytes
+BLAKE2s (ansible_core-2.21.4.tar.gz) = 1c03e27d99ca9a0068a033b415fa84f3247229bae9b056d8cb9d90354fac30e9
+SHA512 (ansible_core-2.21.4.tar.gz) = 250502ea27636ca2e708a41a4e44c1a135ed2a0edacfd49112775c9d6e427949e35a3b7a6d5a27b54d8a8d955a7299ae2b791e42996c64cad14733311ee22368
+Size (ansible_core-2.21.4.tar.gz) = 3394492 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index