diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-01-19 20:56:22 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-01-19 20:56:22 +0000 |
commit | f22664d6c0623825f4f94fba20551567cc2c5dff (patch) | |
tree | 1e62ddc07e8f4d4e32f01d2d44e1baa9fb9d6407 /devel | |
parent | 0455d6af8c21078ce6a359a21a9301b3bbaf7244 (diff) | |
download | pkgsrc-f22664d6c0623825f4f94fba20551567cc2c5dff.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/ruby-mixlib-shellout/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-mixlib-shellout/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-mixlib-shellout/Makefile b/devel/ruby-mixlib-shellout/Makefile index 726f1190baf..8b2214efaf6 100644 --- a/devel/ruby-mixlib-shellout/Makefile +++ b/devel/ruby-mixlib-shellout/Makefile @@ -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 diff --git a/devel/ruby-mixlib-shellout/distinfo b/devel/ruby-mixlib-shellout/distinfo index bc4d7fde70a..89d8f0c0fbf 100644 --- a/devel/ruby-mixlib-shellout/distinfo +++ b/devel/ruby-mixlib-shellout/distinfo @@ -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 |