2024-09-22 08:07:58 by Takahiro Kambe | Files touched by this commit (2) | ![]() |
Log message: net/ruby-winrm: update to 2.3.9 2.3.9 (2023-08-02) What's Changed * Fix snakecase NoMethodError in nori by @ripa1995 in #347 New Contributors * @ripa1995 made their first contribution in #347 |
2024-07-14 09:52:34 by Takahiro Kambe | Files touched by this commit (2) | ![]() |
Log message: net/ruby-winrm: update to 2.3.8 2.3.8 (2023-07-02) What's Changed * Add a cert_store option by @ussu in #330 New Contributors * @ussu made their first contribution in #330 |
2024-06-30 18:18:18 by Takahiro Kambe | Files touched by this commit (2) | ![]() |
Log message: net/ruby-winrm: update to 2.3.7 2.3.7 (2024-06-27) What's Changed * Add ruby-3.1 test by @skeshari12 in #332 * move from travis to GH actions and test ruby 3.1 by @mwrock in #335 * Add rexml as an explicit dependency for Ruby 3.x by @postmodern in #334 * Adding user-agent option by @laxa in #337 * Update CI to use ruby 3.X by @fwininger in #343 * Create thread in shell finalizer by @akihikodaki in #339 New Contributors * @skeshari12 made their first contribution in #332 * @postmodern made their first contribution in #334 * @laxa made their first contribution in #337 * @akihikodaki made their first contribution in #339 |
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message: net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch |
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message: net: Remove SHA1 hashes for distfiles |
2021-02-03 15:35:28 by Takahiro Kambe | Files touched by this commit (2) | ![]() |
Log message: net/ruby-winrm: update to 2.3.6 2.3.6 (2021-01-27) * Add compatibility with ruby 3.0.0 |
2021-01-13 15:51:00 by Takahiro Kambe | Files touched by this commit (2) | ![]() |
Log message: net/ruby-winrm: update to 2.3.5 Update ruby-winrm to 2.3.5. No release information but a few bug fixes. Please refer <https://github.com/WinRb/WinRM/compare/v2.3.4...v2.3.5> in detail. |
2020-01-19 16:29:26 by Takahiro Kambe | Files touched by this commit (5) |
Log message: net/ruby-winrm: add version 2.3.4 package Add ruby-winrm version 2.3.4 package. Windows Remote Management (WinRM) for Ruby This is a SOAP library that uses the functionality in Windows Remote Management(WinRM) to call native object in Windows. This includes, but is not limited to, running batch scripts, powershell scripts and fetching WMI variables. For more information on WinRM, please visit Microsoft's WinRM site (http://msdn.microsoft.com/en-us/library/aa384426.aspx). As of version 2.0, this gem retains the WinRM name but all powershell calls use the more modern Powershell Remoting Protocol (PSRP) (https://msdn.microsoft.com/en-us/library/dd357801.aspx) for initializing runspace pools as well as creating and processing powershell pipelines. |