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)
|
2020-09-14 18:22:14 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-mixlib-shellout: update to 3.1.6
Update ruby-mixlib-shellout package to 3.1.6.
3.1.6 (2020-09-10)
* Use dir instead of FILE #220 (tas50)
* Simplify things a bit with &. #221 (tas50)
3.1.4 (2020-08-13)
* Fix a few typos #217 (tas50)
* Optimize requires for non-omnibus installs #218 (tas50)
3.1.2 (2020-07-24)
* convert helper to default_paths API #216 (lamont-granquist)
3.1.1 (2020-07-18)
3.1.0 (2020-07-17)
* shellout_spec: make "current user" independent of the environment #203
(terceiro)
* Minor doc fixes #205 (phiggins)
* extracting shell_out helper to mixlib-shellout #206 (lamont-granquist)
* Bumping minor version #207 (lamont-granquist)
* Test on Ruby 2.7 final, update chefstyle, and other CI fixes #208 (tas50)
* Bump minor for release #210 (lamont-granquist)
* Bumping minor for release again, again. #211 (lamont-granquist)
|
2020-03-24 18:52:35 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-mixlib-shellout: update to 3.0.9
Update ruby-mixlib-shellout to 3.0.9.
3.0.9 (2019-12-30)
* Add Ruby 2.6/2.7 and Windows testing #198 (tas50)
* Substitute require for require_relative #199 (tas50)
3.0.7 (2019-07-31)
* Add the actual BK pipeline config #185 (tas50)
* Blinding applying chefstyle -a. #191 (zenspider)
* Fix return type of Process.create to be a ProcessInfo instance again. #190
(zenspider)
3.0.4 (2019-06-07)
* update travis/appveyor, drop ruby 2.2 support, test on 2.6 #176
(lamont-granquist)
* Misnamed parameter in README #178 (martinisoft)
* Add new github templates and codeowners file #179 (tas50)
* Add BuildKite pipeline #184 (tas50)
* Support array args on windows WIP #182 (lamont-granquist)
* Load and unload user profile as required #177 (dayglojesus)
2.4.4 (2018-12-12)
* Have expeditor promote the windows gem as well #172 (tas50)
* Don't ship the readme in the gem artifact #173 (tas50)
2.4.2 (2018-12-06)
* Test on ruby-head and Ruby 2.6 in Travis #170 (tas50)
* Remove dev deps from the gemspec #171 (tas50)
|
2018-09-23 16:51:05 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-shellout: update to 2.4.0
Release 2.4.0 (2018/07/23)
* Added username and password validation for elevated option on Windows
* Added support for setting sensitive so that potentially sensitive output is
suppressed
|
2017-07-31 16:13:33 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-mixlib-shellout to 2.3.2.
Release 2.3.2
* Fix bad method call in Windows Process module
Release 2.3.1
* Make Mixlib::ShellOut::EmptyWindowsCommand inherit from ShellCommandFailed
Release 2.3.0
* Add support for 'elevated' option on Windows, which logs on as batch server
which is not affected by User Account Control (UAC)
|
2017-06-11 17:21:35 by Takahiro Kambe | Files touched by this commit (2) |
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.
|