pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-mixlib-shellout UPdate ruby-mixlib-shellout...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1c1331379d2
branches:  trunk
changeset: 363536:c1c1331379d2
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 11 15:21:35 2017 +0000

description:
UPdate ruby-mixlib-shellout to 2.2.7.

Release 2.2.7

* Format markdown for better rendering.
* Document more advanced usage.
* Link to the code for the complete list.
* Add logging message if attempting to kill critical process.

Release 2.2.6

* Fix regression introduced in 2.2.2 by changing CreateProcessAsUserW to use a
  :int instead of :bool for the inherit flag to fix shell_out on windows from
  a service context.

diffstat:

 devel/ruby-mixlib-shellout/Makefile |   6 +++---
 devel/ruby-mixlib-shellout/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 6197a18815c8 -r c1c1331379d2 devel/ruby-mixlib-shellout/Makefile
--- a/devel/ruby-mixlib-shellout/Makefile       Sun Jun 11 15:01:47 2017 +0000
+++ b/devel/ruby-mixlib-shellout/Makefile       Sun Jun 11 15:21:35 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2015/12/12 14:29:37 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/11 15:21:35 taca Exp $
 
-DISTNAME=      mixlib-shellout-2.2.5
+DISTNAME=      mixlib-shellout-2.2.7
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/opscode/mixlib-shellout
+HOMEPAGE=      https://github.com/chef/mixlib-shellout
 COMMENT=       Mixin library for subprocess management
 LICENSE=       apache-2.0
 
diff -r 6197a18815c8 -r c1c1331379d2 devel/ruby-mixlib-shellout/distinfo
--- a/devel/ruby-mixlib-shellout/distinfo       Sun Jun 11 15:01:47 2017 +0000
+++ b/devel/ruby-mixlib-shellout/distinfo       Sun Jun 11 15:21:35 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/12/12 14:29:37 taca Exp $
+$NetBSD: distinfo,v 1.8 2017/06/11 15:21:35 taca Exp $
 
-SHA1 (mixlib-shellout-2.2.5.gem) = 2d34253b55f8a626050d69c78fd765b1359bfc22
-RMD160 (mixlib-shellout-2.2.5.gem) = b8b5a4169742ec99537269c504765cba9c3104c9
-SHA512 (mixlib-shellout-2.2.5.gem) = 7f4c2876444a63047c9bd4dbdfbecf904fe04e3cabd2f619314f3a5f8533a80fcef9b5b165432ca46a2280d76526dc39a4e12e8dd28e4d187485214774c4b374
-Size (mixlib-shellout-2.2.5.gem) = 24064 bytes
+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



Home | Main Index | Thread Index | Old Index