Path to this page:
./
devel/ruby-mixlib-shellout,
Mixin library for subprocess management
Branch: CURRENT,
Version: 3.3.4,
Package name: ruby32-mixlib-shellout-3.3.4,
Maintainer: pkgsrc-usersProvides 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.
No means for passing input to the subprocess is provided.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 27 KB
Version history: (Expand)
- (2024-11-06) Updated to version: ruby32-mixlib-shellout-3.3.4
- (2024-10-21) Updated to version: ruby32-mixlib-shellout-3.3.3
- (2024-06-11) Updated to version: ruby32-mixlib-shellout-3.2.8
- (2023-02-09) Updated to version: ruby31-mixlib-shellout-3.2.7
- (2022-08-11) Updated to version: ruby27-mixlib-shellout-3.2.7
- (2021-10-07) Updated to version: ruby27-mixlib-shellout-3.2.5
CVS history: (Expand)
2024-11-06 15:36:42 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-shellout: update to 3.3.4
3.3.4 (2024-11-05)
Merged Pull Requests
* Fix quoting of command arguments in Target Mode #251 (thheinen)
|
2024-10-21 15:49:51 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-shellout: update to 3.3.3
Looks like version 3.2.9, 3.2.10, 3.2.11, 3.3.0, 3.3.1 and 3.3.2 did not
released. (All changes are described in 3.3.3's section.)
3.3.3 (2024-10-14)
Merged Pull Requests
* [Unix#run_command] Remove Ruby 1.8.7 check #242 (dafyddcrosby)
* [#239] Add execution time to Windows shellout object #247 (dafyddcrosby)
* Increase EPIPE test input size based on platform page size #241 (matoro)
* Adjustments for Chef Target Mode #243 (thheinen)
* Migrate from Chefstyle to Cookstyle #249 (dafyddcrosby)
* Fix execution in target mode with cwd parameter given #250 (thheinen)
* Fix execution of multiline inputs to target mode; Improve error output
#248 (thheinen)
|
2024-06-11 17:05:06 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-shellout: update to 3.2.8
3.2.8 (2024-06-11)
Merged Pull Requests
* Keep ffi version below 1.17 #244 (tpowell-progress)
|
2022-08-11 15:55:17 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-shellout: update to 3.2.7
3.2.7 (2022-04-04)
Merged Pull Requests
* Loosen platform regex to allow 64 or 32 bit mingw #234 (clintoncwolfe)
* Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bug #235
(johnmccrae)
3.2.6 (2022-03-31)
Merged Pull Requests
* Loosen platform regex to allow 64 or 32 bit mingw #234 (clintoncwolfe)
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-02-14 14:37:17 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
devel/ruby-mixlib-shellout: udpate to 3.2.5
3.2.5 (2021-02-13)
Merged Pull Requests
* fix broken windows tests #227 (mwrock)
* Add Ruby 3 testing + cleanup deps #228 (tas50)
* gemspec: add license metadata #229 (priv-kweihmann)
|
2021-01-10 16:12:14 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-shellout: update to 3.2.2
3.2.2 (2020-11-16)
* Remove copyright dates #225 (tas50)
* Cleanup deps and fix the failing spec helper loading of support files
#226 (tas50)
v3.2.0 (2020-11-12)
* Windows: fetch env variables for specified users #224 (kapilchouhan99)
v3.1.7 (2020-10-29)
* Loosen win32-process dep to resolve Ruby 3 deprecation warnings #223
(tas50)
|