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 Jun 30 16:18:18 UTC 2024

Modified Files:
        pkgsrc/net/ruby-winrm: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ruby-winrm/Makefile
cvs rdiff -u -r1.5 -r1.6 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.3 pkgsrc/net/ruby-winrm/Makefile:1.4
--- pkgsrc/net/ruby-winrm/Makefile:1.3  Wed Feb  3 14:35:28 2021
+++ pkgsrc/net/ruby-winrm/Makefile      Sun Jun 30 16:18:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/02/03 14:35:28 taca Exp $
+# $NetBSD: Makefile,v 1.4 2024/06/30 16:18:17 taca Exp $
 
-DISTNAME=      winrm-2.3.6
+DISTNAME=      winrm-2.3.7
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +12,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-builder>=2.1
 DEPENDS+=      ${RUBY_PKGPREFIX}-erubi>=1.8<2:../../textproc/ruby-erubi
 DEPENDS+=      ${RUBY_PKGPREFIX}-gssapi>=1.2<2:../../security/ruby-gssapi
 DEPENDS+=      ${RUBY_PKGPREFIX}-gyoku>=1.0<2:../../textproc/ruby-gyoku
-DEPENDS+=      ${RUBY_PKGPREFIX}-httpclient>=2.2<3:../../www/ruby-httpclient
+DEPENDS+=      ${RUBY_PKGPREFIX}-httpclient>=2.2.0.2<3:../../www/ruby-httpclient
 DEPENDS+=      ${RUBY_PKGPREFIX}-logging>=1.6.1:../../devel/ruby-logging
 DEPENDS+=      ${RUBY_PKGPREFIX}-nori>=2.0<3:../../textproc/ruby-nori
 DEPENDS+=      ${RUBY_PKGPREFIX}-rubyntlm>=0.6.1:../../security/ruby-rubyntlm

Index: pkgsrc/net/ruby-winrm/distinfo
diff -u pkgsrc/net/ruby-winrm/distinfo:1.5 pkgsrc/net/ruby-winrm/distinfo:1.6
--- pkgsrc/net/ruby-winrm/distinfo:1.5  Tue Oct 26 11:06:53 2021
+++ pkgsrc/net/ruby-winrm/distinfo      Sun Jun 30 16:18:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:06:53 nia Exp $
+$NetBSD: distinfo,v 1.6 2024/06/30 16:18:17 taca Exp $
 
-BLAKE2s (winrm-2.3.6.gem) = e80f15f65833fea28afbd174bb74437de62bf968d421377c2122edd488dd8b9d
-SHA512 (winrm-2.3.6.gem) = 555bc17585daac9573e856a282e7805e00438d270dd6b9a15b0c0dd485101292e887ac3fd2433e7eea697b92d2bd5809a96cfbb916314046989ef22315341071
-Size (winrm-2.3.6.gem) = 43008 bytes
+BLAKE2s (winrm-2.3.7.gem) = a1192a9ec9d7f2bc7c4a6e33bb1e661d44799a9337c6c9f243c6669c0360fbc9
+SHA512 (winrm-2.3.7.gem) = 90ba23031b870925004cab5893787096cd193a686cf3a5e402c917294888008ded902c7a4385680052551ff5153f355cc7c86cdbd73685e32cfd2c884be0d247
+Size (winrm-2.3.7.gem) = 43008 bytes



Home | Main Index | Thread Index | Old Index