Received: by mail.netbsd.org (Postfix, from userid 605) id A8A2D850DA; Wed, 23 Jun 2021 19:40:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E21D3850D9 for ; Wed, 23 Jun 2021 19:40:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Q1MZWFMJvCEV for ; Wed, 23 Jun 2021 19:40:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52D1E84C86 for ; Wed, 23 Jun 2021 19:40:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 475BCFA95; Wed, 23 Jun 2021 19:40:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624477257258900" MIME-Version: 1.0 Date: Wed, 23 Jun 2021 19:40:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/ansible-base To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210623194057.475BCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624477257258900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jun 23 19:40:57 UTC 2021 Modified Files: pkgsrc/sysutils/ansible-base: Makefile distinfo Log Message: ansible-base: updated to 2.10.11 v2.10.11 ======== Security Fixes -------------- - templating engine fix for not preserving usnafe status when trying to preserve newlines. CVE-2021-3583 Bugfixes -------- - gather_facts, package, service - fix using module_defaults for the modules in addition to the action plugins. (https://github.com/ansible/ansible/issues/72918) - psrp - Always cleanup the last run pipeline if a second pipeline is invoked to avoid violating any resource limits. - psrp - Fix error when resetting a connection that was initialised but not connected - (https://github.com/ansible/ansible/issues/74092). - psrp - Try to clean up any server-side resources when resetting a connection. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/ansible-base/Makefile \ pkgsrc/sysutils/ansible-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624477257258900 Content-Disposition: inline Content-Length: 1849 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ansible-base/Makefile diff -u pkgsrc/sysutils/ansible-base/Makefile:1.5 pkgsrc/sysutils/ansible-base/Makefile:1.6 --- pkgsrc/sysutils/ansible-base/Makefile:1.5 Tue May 25 05:18:21 2021 +++ pkgsrc/sysutils/ansible-base/Makefile Wed Jun 23 19:40:57 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/05/25 05:18:21 adam Exp $ +# $NetBSD: Makefile,v 1.6 2021/06/23 19:40:57 adam Exp $ -DISTNAME= ansible-base-2.10.10 +DISTNAME= ansible-base-2.10.11 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.5 pkgsrc/sysutils/ansible-base/distinfo:1.6 --- pkgsrc/sysutils/ansible-base/distinfo:1.5 Tue May 25 05:18:21 2021 +++ pkgsrc/sysutils/ansible-base/distinfo Wed Jun 23 19:40:57 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2021/05/25 05:18:21 adam Exp $ +$NetBSD: distinfo,v 1.6 2021/06/23 19:40:57 adam Exp $ -SHA1 (ansible-base-2.10.10.tar.gz) = d116a4f0102b1d66ae4dea17d4cc3532d54ded6b -RMD160 (ansible-base-2.10.10.tar.gz) = 06970700110ed6c0d29ee3d2067bffe4505256af -SHA512 (ansible-base-2.10.10.tar.gz) = b599b498a20b77cd3346f5b865b5a0436cdd835af250e8cc4ed20d61ac6a4929bf4ceef9a95c6e7b8e825c5f513d33ea32b24661c58e2f1d285db0569d71fc1b -Size (ansible-base-2.10.10.tar.gz) = 5986488 bytes +SHA1 (ansible-base-2.10.11.tar.gz) = 7d3b9d27f42a38fbabf47538d86881d6958e622f +RMD160 (ansible-base-2.10.11.tar.gz) = cb50d06cdadcfee2b5ea2b34ca3a53f9fb703e68 +SHA512 (ansible-base-2.10.11.tar.gz) = ae64251284b889e6ceb8a549994d193ab27384f09f484c5c85bf62d1f152f350a33cdd83b444938aaf37a7bee78a03a1fde6f2737bc7dc073c68731fad3ceb36 +Size (ansible-base-2.10.11.tar.gz) = 5987563 bytes SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2 --_----------=_1624477257258900--