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/e43591debcc6
branches:  trunk
changeset: 644931:e43591debcc6
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jan 19 20:56:22 2015 +0000

description:
Update ruby-mixlib-shellout to 2.0.1.

Release: 2.0.1
- add buffering to the child process status pipe to fix chef-client deadlocks
- fix timeouts on Windows

Release: 2.0.0
- remove LC_ALL=C default setting, consumers should now set this if they
  still need it.
- Change the minimum required version of Ruby to >= 1.9.3.

Release: 1.6.0
- Steven Proctor: Updated link to posix-spawn in README.md.
- Akshay Karle: Added the functionality to reflect $stderr when using
  live_stream.
- Tyler Cipriani: Fixed typos in the code.
- Max Lincoln: Support separate live stream for stderr.

diffstat:

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

diffs (25 lines):

diff -r 1862b9377f3a -r e43591debcc6 devel/ruby-mixlib-shellout/Makefile
--- a/devel/ruby-mixlib-shellout/Makefile       Mon Jan 19 20:52:54 2015 +0000
+++ b/devel/ruby-mixlib-shellout/Makefile       Mon Jan 19 20:56:22 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/06/03 13:15:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2015/01/19 20:56:22 fhajny Exp $
 
-DISTNAME=      mixlib-shellout-1.4.0
+DISTNAME=      mixlib-shellout-2.0.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 1862b9377f3a -r e43591debcc6 devel/ruby-mixlib-shellout/distinfo
--- a/devel/ruby-mixlib-shellout/distinfo       Mon Jan 19 20:52:54 2015 +0000
+++ b/devel/ruby-mixlib-shellout/distinfo       Mon Jan 19 20:56:22 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/06/03 13:15:33 jperkin Exp $
+$NetBSD: distinfo,v 1.2 2015/01/19 20:56:22 fhajny Exp $
 
-SHA1 (mixlib-shellout-1.4.0.gem) = c4a7323acbbdc57486d7a9bb6a2da9a067f1a9dd
-RMD160 (mixlib-shellout-1.4.0.gem) = be772025656f5f88babea4cb091af9623fb82949
-Size (mixlib-shellout-1.4.0.gem) = 22016 bytes
+SHA1 (mixlib-shellout-2.0.1.gem) = aca33dca9145b3766a7d40e5d3110034e4373ed6
+RMD160 (mixlib-shellout-2.0.1.gem) = 9d76f073ea0581bad032ced991790018a6eba824
+Size (mixlib-shellout-2.0.1.gem) = 22016 bytes



Home | Main Index | Thread Index | Old Index