Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 12B241A923A for ; Tue, 7 Dec 2021 09:50:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2426184E92; Tue, 7 Dec 2021 09:50:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E39E84DBF for ; Tue, 7 Dec 2021 09:50:17 +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 eRkH4mCkN_gR for ; Tue, 7 Dec 2021 09:50:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D3B3784D9B for ; Tue, 7 Dec 2021 09:50:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CDB76FAEC; Tue, 7 Dec 2021 09:50:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638870616186150" MIME-Version: 1.0 Date: Tue, 7 Dec 2021 09:50:16 +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: <20211207095016.CDB76FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638870616186150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Dec 7 09:50:16 UTC 2021 Modified Files: pkgsrc/sysutils/ansible-base: Makefile distinfo Log Message: ansible-base: updated to 2.10.16 v2.10.16 Bugfixes - cli defaults for ssh args set to None as '' was bypassing normal default. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/ansible-base/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/ansible-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638870616186150 Content-Disposition: inline Content-Length: 1750 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.11 pkgsrc/sysutils/ansible-base/Makefile:1.12 --- pkgsrc/sysutils/ansible-base/Makefile:1.11 Tue Nov 9 20:34:41 2021 +++ pkgsrc/sysutils/ansible-base/Makefile Tue Dec 7 09:50:16 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/11/09 20:34:41 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2021/12/07 09:50:16 adam Exp $ -DISTNAME= ansible-base-2.10.15 +DISTNAME= ansible-base-2.10.16 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.12 pkgsrc/sysutils/ansible-base/distinfo:1.13 --- pkgsrc/sysutils/ansible-base/distinfo:1.12 Tue Oct 26 11:19:20 2021 +++ pkgsrc/sysutils/ansible-base/distinfo Tue Dec 7 09:50:16 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:19:20 nia Exp $ +$NetBSD: distinfo,v 1.13 2021/12/07 09:50:16 adam Exp $ -BLAKE2s (ansible-base-2.10.15.tar.gz) = 71511a6374ae2bb9d7220e5dea4fcf07bd4920b8c7ecbc846555ba2db6698756 -SHA512 (ansible-base-2.10.15.tar.gz) = fed38197df8045a7226f36288bb4cce092ec2890cd12b015fe640460a7f860ad2a7ac791311e6ab4cdc26c86bfc59cbd16eb1e126693cb23398f8d20d88d128b -Size (ansible-base-2.10.15.tar.gz) = 6137947 bytes +BLAKE2s (ansible-base-2.10.16.tar.gz) = 46922a8572708f4f10f33517e6ec7c31452718248092576ede9c4914faeb9f7c +SHA512 (ansible-base-2.10.16.tar.gz) = d74fa4e8d4bd5c2c12b6b98df05a46665cab6c78cf4606b3176e5124d67b64b342bafa953d29e0cdabfdd436c53e0c4142f09868cbe351fbd0221b8978c67b3e +Size (ansible-base-2.10.16.tar.gz) = 6138680 bytes SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2 --_----------=_1638870616186150--