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 6FBD11A9217 for ; Thu, 14 Jan 2021 14:14:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A6E2F84DB9; Thu, 14 Jan 2021 14:14:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E261D84D7E for ; Thu, 14 Jan 2021 14:14:00 +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 bn6zMFOkfsiN for ; Thu, 14 Jan 2021 14:14:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 629EA84C71 for ; Thu, 14 Jan 2021 14:14:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C362FA9D; Thu, 14 Jan 2021 14:14:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161063364061230" MIME-Version: 1.0 Date: Thu, 14 Jan 2021 14:14:00 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-chef-vault To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210114141400.5C362FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161063364061230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jan 14 14:14:00 UTC 2021 Modified Files: pkgsrc/security/ruby-chef-vault: Makefile distinfo Log Message: security/ruby-chef-vault: update to 4.1.0 4.1.0 (2020-11-13) Merged Pull Requests * Fixed problem escaping string in JSON #347 (sanga1794) * Resolve chefstyle warnings #363 (tas50) * Optimize split_vault_keys method for large bag #364 (tas50) 4.0.12 (2020-09-28) Merged Pull Requests * Fixed knife vault show -F json and knife vault list -F json don't always output valid JSON #348 (sanga1794) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ruby-chef-vault/Makefile \ pkgsrc/security/ruby-chef-vault/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161063364061230 Content-Disposition: inline Content-Length: 1686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-chef-vault/Makefile diff -u pkgsrc/security/ruby-chef-vault/Makefile:1.2 pkgsrc/security/ruby-chef-vault/Makefile:1.3 --- pkgsrc/security/ruby-chef-vault/Makefile:1.2 Mon Sep 14 16:33:32 2020 +++ pkgsrc/security/ruby-chef-vault/Makefile Thu Jan 14 14:14:00 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/09/14 16:33:32 taca Exp $ +# $NetBSD: Makefile,v 1.3 2021/01/14 14:14:00 taca Exp $ -DISTNAME= chef-vault-4.0.11 +DISTNAME= chef-vault-4.1.0 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/security/ruby-chef-vault/distinfo diff -u pkgsrc/security/ruby-chef-vault/distinfo:1.2 pkgsrc/security/ruby-chef-vault/distinfo:1.3 --- pkgsrc/security/ruby-chef-vault/distinfo:1.2 Mon Sep 14 16:33:32 2020 +++ pkgsrc/security/ruby-chef-vault/distinfo Thu Jan 14 14:14:00 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/09/14 16:33:32 taca Exp $ +$NetBSD: distinfo,v 1.3 2021/01/14 14:14:00 taca Exp $ -SHA1 (chef-vault-4.0.11.gem) = 9b6e75a044a4a08c937cde2690e80ee9716d2438 -RMD160 (chef-vault-4.0.11.gem) = 8d5e8f9b5106be30fff3cc45eef6a6ce79da0522 -SHA512 (chef-vault-4.0.11.gem) = eed2e5a7f4d4d8a66628b46dac19dd46cf35663ea05f512315bbdc1c7f906fb5cf61b3b3d7125d33f8662994b9bd801aaa5830929e20bab6f550849194f759c5 -Size (chef-vault-4.0.11.gem) = 22016 bytes +SHA1 (chef-vault-4.1.0.gem) = 3ba3e891aac76d025e2e7e3f692d9bc2cc97e53f +RMD160 (chef-vault-4.1.0.gem) = 559a232aba0fb955f56243605ccc786b4d49588a +SHA512 (chef-vault-4.1.0.gem) = d047ad4e8bf5f16fc40f45a93391a90a09011ab015f34ac2a0c858dbad8ec42ebad1ba975be6664762e4d35a1ca9b6b6e197c62a4a96fd38539932a0b36d829a +Size (chef-vault-4.1.0.gem) = 22528 bytes --_----------=_161063364061230--