pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-winrm
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 13 15:50:12 UTC 2026
Modified Files:
pkgsrc/net/ruby-winrm: Makefile PLIST distinfo
Log Message:
net/ruby-winrm: udpate to 2.4.0
2.4.0 (2026-09-10)
What changed
* Fix WinRM shell finalizer for Ruby 3.1+ by safely handling ThreadError
(#354)
* Rename object_id to message_id (#352)
* Replace the unmaintained logging gem with the Ruby standard library Logger
(#358, by @fwininger). Connection#logger is now a stdlib Logger subclass:
the standard API is unchanged, and the one logging-specific call
(add_appenders) still works but logs a deprecation warning (#360)
* Modernize build chain (#357, by @fwininger)
* CI modernization, README fixes
Upgrade notes
If you were calling logging-gem-specific methods (e.g. add_appenders) on
conn.logger, you will now see a deprecation warning. Configure the stdlib
logger directly or inject your own via conn.logger= instead.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/ruby-winrm/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-winrm/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/ruby-winrm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ruby-winrm/Makefile
diff -u pkgsrc/net/ruby-winrm/Makefile:1.6 pkgsrc/net/ruby-winrm/Makefile:1.7
--- pkgsrc/net/ruby-winrm/Makefile:1.6 Sun Sep 22 06:07:58 2024
+++ pkgsrc/net/ruby-winrm/Makefile Sun Sep 13 15:50:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/09/22 06:07:58 taca Exp $
+# $NetBSD: Makefile,v 1.7 2026/09/13 15:50:12 taca Exp $
-DISTNAME= winrm-2.3.9
+DISTNAME= winrm-2.4.0
CATEGORIES= net
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/net/ruby-winrm/PLIST
diff -u pkgsrc/net/ruby-winrm/PLIST:1.1 pkgsrc/net/ruby-winrm/PLIST:1.2
--- pkgsrc/net/ruby-winrm/PLIST:1.1 Sun Jan 19 15:29:26 2020
+++ pkgsrc/net/ruby-winrm/PLIST Sun Sep 13 15:50:12 2026
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2020/01/19 15:29:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/09/13 15:50:12 taca Exp $
bin/rwinrm${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/bin/rwinrm
${GEM_LIBDIR}/lib/winrm.rb
+${GEM_LIBDIR}/lib/winrm/compat_logger.rb
${GEM_LIBDIR}/lib/winrm/connection.rb
${GEM_LIBDIR}/lib/winrm/connection_opts.rb
${GEM_LIBDIR}/lib/winrm/exceptions.rb
Index: pkgsrc/net/ruby-winrm/distinfo
diff -u pkgsrc/net/ruby-winrm/distinfo:1.8 pkgsrc/net/ruby-winrm/distinfo:1.9
--- pkgsrc/net/ruby-winrm/distinfo:1.8 Sun Sep 22 06:07:58 2024
+++ pkgsrc/net/ruby-winrm/distinfo Sun Sep 13 15:50:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/09/22 06:07:58 taca Exp $
+$NetBSD: distinfo,v 1.9 2026/09/13 15:50:12 taca Exp $
-BLAKE2s (winrm-2.3.9.gem) = cc9faf01b47b92607e35126cef556a0dde639edf05da116655cd4527a41f3def
-SHA512 (winrm-2.3.9.gem) = 19fd36f6f37c4490e69e849785a8ff3d2f97b72b35225de342fc5968aff16ab59e29edefb4fc5aeb951f43b17d445adef7bf21d5b7d81f14fc8bc66cfe7a4687
-Size (winrm-2.3.9.gem) = 43008 bytes
+BLAKE2s (winrm-2.4.0.gem) = 0ac2b9beda2bef2a0e93493dcb834d59a17345e534640f97fe7f2715ae3b0082
+SHA512 (winrm-2.4.0.gem) = 1839655285ad8d91b234ad5c5517847b0f2784c8720f2da02b9bc41736b7d7ec3347a9e22f4c019844be79ebf824308bb8cd6c77c234aa30243c1fbedfaa0fb8
+Size (winrm-2.4.0.gem) = 44032 bytes
Home |
Main Index |
Thread Index |
Old Index