CVS commit: pkgsrc/net/ruby-ruby_smb

"Takahiro Kambe" <[email protected]> Tue, 4 Aug 2026 14:31:42 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_178585390281730
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	taca
Date:		Tue Aug  4 14:31:42 UTC 2026

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

Log Message:
net/ruby-ruby_smb: update to 3.3.22

3.3.22 (2026-07-31)

* Merge pull request #302 from Isleynorth/bug/301/smb1-session-setup-uid;
  Use the final SessionSetup UID in SMB1 NTLMSSP authentication (fixes Tree
  Connect against Samba)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/ruby-ruby_smb/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/ruby-ruby_smb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--_----------=_178585390281730
Content-Disposition: inline
Content-Length: 1512
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/net/ruby-ruby_smb/Makefile
diff -u pkgsrc/net/ruby-ruby_smb/Makefile:1.34 pkgsrc/net/ruby-ruby_smb/Makefile:1.35
--- pkgsrc/net/ruby-ruby_smb/Makefile:1.34	Tue Jun  9 13:24:31 2026
+++ pkgsrc/net/ruby-ruby_smb/Makefile	Tue Aug  4 14:31:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2026/06/09 13:24:31 taca Exp $
+# $NetBSD: Makefile,v 1.35 2026/08/04 14:31:42 taca Exp $
 
-DISTNAME=	ruby_smb-3.3.21
+DISTNAME=	ruby_smb-3.3.22
 CATEGORIES=	net
 
 MAINTAINER=	[email protected]

Index: pkgsrc/net/ruby-ruby_smb/distinfo
diff -u pkgsrc/net/ruby-ruby_smb/distinfo:1.35 pkgsrc/net/ruby-ruby_smb/distinfo:1.36
--- pkgsrc/net/ruby-ruby_smb/distinfo:1.35	Tue Jun  9 13:24:31 2026
+++ pkgsrc/net/ruby-ruby_smb/distinfo	Tue Aug  4 14:31:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2026/06/09 13:24:31 taca Exp $
+$NetBSD: distinfo,v 1.36 2026/08/04 14:31:42 taca Exp $
 
-BLAKE2s (ruby_smb-3.3.21.gem) = db1ef304c3984f976ef01edfa724b26e3cad47c0ba5c4c1d92ac8a823752817f
-SHA512 (ruby_smb-3.3.21.gem) = 53b3e438a09211859bdb75e9a758d9cd742324d764a49a44d30c00b215007b6a7204b75b7827984b021e28bc961aaf5fbba90961ab3900496004203e614a5303
-Size (ruby_smb-3.3.21.gem) = 417280 bytes
+BLAKE2s (ruby_smb-3.3.22.gem) = 6d4990f1f4b5557f68a672155e368cc4348a7c312e3127e265eaa09a0cd4e2e8
+SHA512 (ruby_smb-3.3.22.gem) = 16de4535ff439eaf6f2421b817078ccd5622698d66e8b684b77fc11efc770220b04922d0608187e48ceaadac25d000771bc52d63c21c575c61d34fd4ea874538
+Size (ruby_smb-3.3.22.gem) = 417280 bytes


--_----------=_178585390281730--