summaryrefslogtreecommitdiff
path: root/net/ruby-winrm/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-03net/ruby-winrm: update to 2.3.6taca1-5/+5
2.3.6 (2021-01-27) * Add compatibility with ruby 3.0.0
2021-01-13net/ruby-winrm: update to 2.3.5taca1-5/+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-19net/ruby-winrm: add version 2.3.4 packagetaca1-0/+6
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.