2015-12-12 15:29:37 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-mixlib-shellout to 2.2.5.
Release 2.2.5
* tschuy: convert environment hash keys to strings
|
2015-11-29 15:20:56 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
Update ruby-mixlib-shellout to 2.2.3.
Release 2.2.3
* Kill all child processes on Windows when a command times out.
Release 2.2.2
* Ship gemspec and Gemfiles to facilate testing.
* Fix #111 by pulling in an updated version of win-32/process and correctly
patching Process::create.
* Kill all child processes on Windows when a command times out.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-09-13 12:17:11 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-mixlib-shellout to 2.2.1.
Release 2.2.1
* Fix executable resolution on Windows when a directory exists with the same
name as the command to run
Release 2.2.0
* Remove windows-pr dependency
|
2015-06-04 16:09:53 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-mixlib-shellout to 2.1.0.
Release 2.1.0
* BackSlasher: login flag now correctly does the magic on unix to
simulate a login shell for a user (secondary groups, environment
variables, set primary group and generally emulate su -).
* went back to setsid() to drop the controlling tty, fixed old AIX
issue with getpgid() via avoiding calling getpgid().
* converted specs to rspec3
|
2015-01-19 21:56:22 by Filip Hajny | Files touched by this commit (2) |
Log message:
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.
|
2014-06-03 15:15:33 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
Import devel/ruby-mixlib-shellout into pkgsrc.
Provides a simplified interface to shelling out yet still collecting
both standard out and standard error and providing full control over
environment, working directory, uid, gid, etc.
|