Received: by mail.netbsd.org (Postfix, from userid 605) id 111B584D36; Sun, 23 Sep 2018 14:51:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 126A184D1F for ; Sun, 23 Sep 2018 14:51:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id p-yQhwWIbFC3 for ; Sun, 23 Sep 2018 14:51:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5CAE984C82 for ; Sun, 23 Sep 2018 14:51:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5967DFBEE; Sun, 23 Sep 2018 14:51:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537714265263210" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 14:51:05 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-mixlib-shellout To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923145105.5967DFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1537714265263210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 14:51:05 UTC 2018 Modified Files: pkgsrc/devel/ruby-mixlib-shellout: Makefile distinfo Log Message: devel/ruby-mixlib-shellout: update to 2.4.0 Release 2.4.0 (2018/07/23) * Added username and password validation for elevated option on Windows * Added support for setting sensitive so that potentially sensitive output is suppressed To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-mixlib-shellout/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-mixlib-shellout/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537714265263210 Content-Disposition: inline Content-Length: 1751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-mixlib-shellout/Makefile diff -u pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.8 pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.9 --- pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.8 Mon Jul 31 14:13:33 2017 +++ pkgsrc/devel/ruby-mixlib-shellout/Makefile Sun Sep 23 14:51:05 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/07/31 14:13:33 taca Exp $ +# $NetBSD: Makefile,v 1.9 2018/09/23 14:51:05 taca Exp $ -DISTNAME= mixlib-shellout-2.3.2 +DISTNAME= mixlib-shellout-2.4.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-mixlib-shellout/distinfo diff -u pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.9 pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.10 --- pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.9 Mon Jul 31 14:13:33 2017 +++ pkgsrc/devel/ruby-mixlib-shellout/distinfo Sun Sep 23 14:51:05 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/07/31 14:13:33 taca Exp $ +$NetBSD: distinfo,v 1.10 2018/09/23 14:51:05 taca Exp $ -SHA1 (mixlib-shellout-2.3.2.gem) = 1d774dfdaf80c49e0116ab4b0bd26f2a97e1340c -RMD160 (mixlib-shellout-2.3.2.gem) = f1ce5b7db6417cd30b00d476bc6841a496a2ece9 -SHA512 (mixlib-shellout-2.3.2.gem) = c112b059afdfcd5074a2e85cefface0bfa29970e30754187ef4d5392df53d268f3b82c0adc1bc0c8c5d571bb4baa717a9edd463786f85ad295069299c3ffb79d -Size (mixlib-shellout-2.3.2.gem) = 25088 bytes +SHA1 (mixlib-shellout-2.4.0.gem) = caeca19d2e5e708f03f8d5b7f6c768a1b4c283fe +RMD160 (mixlib-shellout-2.4.0.gem) = 0069f3600fbb438d6563ef10d5bc8f4d60b0e426 +SHA512 (mixlib-shellout-2.4.0.gem) = d38a65dcb9507f59b7d75d7968772397511b72d36d2a4bbc3aa10e1de33c0b32f34dfd4b9b4e790768d6fd60e0212d8ea4ff1fc758d8908baa5e7cdd01410bfc +Size (mixlib-shellout-2.4.0.gem) = 25600 bytes --_----------=_1537714265263210--