pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/ansible-base



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 12 09:26:10 UTC 2021

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

Log Message:
ansible-base: updated to 2.10.15

v2.10.15

Security Fixes
- Do not include params in exception when a call to ``set_options`` fails. Additionally, block the exception that is returned from being displayed to stdout. (CVE-2021-3620)

Bugfixes
- PowerShell - Ignore the ``LIB`` environment variable when compiling C# Ansible code
- ansible-test - Remove obsolete ``--remote`` entry ``power/centos/7``
- ansible-test - Update ``isort`` constraint from version 4.3.15 to 4.3.16 to prevent ``pylint`` from failing with warnings reported as errors.
- netconf - catch and handle exception to prevent stack trace when running in FIPS mode


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/ansible-base/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/ansible-base/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-base/Makefile
diff -u pkgsrc/sysutils/ansible-base/Makefile:1.9 pkgsrc/sysutils/ansible-base/Makefile:1.10
--- pkgsrc/sysutils/ansible-base/Makefile:1.9   Tue Sep 14 08:29:53 2021
+++ pkgsrc/sysutils/ansible-base/Makefile       Tue Oct 12 09:26:10 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/09/14 08:29:53 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/10/12 09:26:10 adam Exp $
 
-DISTNAME=      ansible-base-2.10.14
+DISTNAME=      ansible-base-2.10.15
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-base/}
 

Index: pkgsrc/sysutils/ansible-base/distinfo
diff -u pkgsrc/sysutils/ansible-base/distinfo:1.10 pkgsrc/sysutils/ansible-base/distinfo:1.11
--- pkgsrc/sysutils/ansible-base/distinfo:1.10  Thu Oct  7 14:57:33 2021
+++ pkgsrc/sysutils/ansible-base/distinfo       Tue Oct 12 09:26:10 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/10/07 14:57:33 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/10/12 09:26:10 adam Exp $
 
-RMD160 (ansible-base-2.10.14.tar.gz) = 7dcc2621e79385a2cd799ec69625e588e1d9fe90
-SHA512 (ansible-base-2.10.14.tar.gz) = 5701143e9aa0e63905ab0e12eca03c4843f6e8b9e3a33e13a950b9feba07dfd7792e0398698f58155c75aed0622b7ad0259e0aabcef602ba963192b7d04b1b81
-Size (ansible-base-2.10.14.tar.gz) = 5990882 bytes
+RMD160 (ansible-base-2.10.15.tar.gz) = aba276d3c7be12a7949bb4e96bbac3ceac780dde
+SHA512 (ansible-base-2.10.15.tar.gz) = fed38197df8045a7226f36288bb4cce092ec2890cd12b015fe640460a7f860ad2a7ac791311e6ab4cdc26c86bfc59cbd16eb1e126693cb23398f8d20d88d128b
+Size (ansible-base-2.10.15.tar.gz) = 6137947 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index