Received: by mail.netbsd.org (Postfix, from userid 605) id 4AA3184D51; Mon, 31 Jul 2017 14:13:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CFA3184D2F for ; Mon, 31 Jul 2017 14:13:33 +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 YxKMNSKCsTyU for ; Mon, 31 Jul 2017 14:13:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5FC6084CE1 for ; Mon, 31 Jul 2017 14:13:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B136FACD; Mon, 31 Jul 2017 14:13:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501510413288780" MIME-Version: 1.0 Date: Mon, 31 Jul 2017 14:13:33 +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: <20170731141333.5B136FACD@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. --_----------=_1501510413288780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jul 31 14:13:33 UTC 2017 Modified Files: pkgsrc/devel/ruby-mixlib-shellout: Makefile distinfo Log Message: Update ruby-mixlib-shellout to 2.3.2. Release 2.3.2 * Fix bad method call in Windows Process module Release 2.3.1 * Make Mixlib::ShellOut::EmptyWindowsCommand inherit from ShellCommandFailed Release 2.3.0 * Add support for 'elevated' option on Windows, which logs on as batch server which is not affected by User Account Control (UAC) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-mixlib-shellout/Makefile cvs rdiff -u -r1.8 -r1.9 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. --_----------=_1501510413288780 Content-Disposition: inline Content-Length: 1749 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.7 pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.8 --- pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.7 Sun Jun 11 15:21:35 2017 +++ pkgsrc/devel/ruby-mixlib-shellout/Makefile Mon Jul 31 14:13:33 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/06/11 15:21:35 taca Exp $ +# $NetBSD: Makefile,v 1.8 2017/07/31 14:13:33 taca Exp $ -DISTNAME= mixlib-shellout-2.2.7 +DISTNAME= mixlib-shellout-2.3.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-mixlib-shellout/distinfo diff -u pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.8 pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.9 --- pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.8 Sun Jun 11 15:21:35 2017 +++ pkgsrc/devel/ruby-mixlib-shellout/distinfo Mon Jul 31 14:13:33 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/06/11 15:21:35 taca Exp $ +$NetBSD: distinfo,v 1.9 2017/07/31 14:13:33 taca Exp $ -SHA1 (mixlib-shellout-2.2.7.gem) = 7cbe91ef5bfe8e1c03d88b063d747e44fc66e443 -RMD160 (mixlib-shellout-2.2.7.gem) = 2389c6d9cbbd27ff53f15738149a2d7f7d8300a7 -SHA512 (mixlib-shellout-2.2.7.gem) = 2d6137a2a1108ed243eff65dca796babf3c8c0d2a463b47ef7eb5c6e4baacf9dd5e1d08a9ed85653ed98bf237f29b5187d3e929908d61082a3e08f45a064af3d -Size (mixlib-shellout-2.2.7.gem) = 24576 bytes +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 --_----------=_1501510413288780--