pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-mixlib-shellout



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 11 15:21:35 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-mixlib-shellout: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-mixlib-shellout/Makefile
cvs rdiff -u -r1.7 -r1.8 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.

Modified files:

Index: pkgsrc/devel/ruby-mixlib-shellout/Makefile
diff -u pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.6 pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.7
--- pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.6      Sat Dec 12 14:29:37 2015
+++ pkgsrc/devel/ruby-mixlib-shellout/Makefile  Sun Jun 11 15:21:35 2017
@@ -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
 

Index: pkgsrc/devel/ruby-mixlib-shellout/distinfo
diff -u pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.7 pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.8
--- pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.7      Sat Dec 12 14:29:37 2015
+++ pkgsrc/devel/ruby-mixlib-shellout/distinfo  Sun Jun 11 15:21:35 2017
@@ -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