pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ruby-ruby_smb



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 21 14:23:23 UTC 2020

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

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

Update ruby-ruby_smb to 2.0.1.

* store server time values and GUDI

* Fix issues with Mac OS X SMB server

  - Set the unicode flag on the Negotiate SMB Header request
  - Check if the Socket is closed before calling IO.select
  - Improve Socket#recv_packet exception handling

* Update related to Win8 errors

  - Change :encryption_required parameter name to a more meaningful name
    according to the context: :session_encrypt_data and
    :tree_connect_encrypt_data.
  - #can_be_encrypted? now returns false with SMB1 packet.
  - Improve exception handling in #recv_encrypt in case an encryption error
    occurs on the server (this will help in detecting the unpatched Win8
    bug).
  - Only enable session encryption if the server supports it. This only
    applies if session_encrypt_data was originally set (forced). If it is
    not set, session encryption will stay disabled even if the server
    supports encryption.

* More fixes
  - Remove the `OEM` flag when initializing the `Net::NTLM::Client`.
    Unicode is the default now and `Net::NTLM::Client` does not handle OEM
    string correctly.
  - Improve error message when an SMB1 `NtCreateAndxResponse` is received
    without extended information.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/ruby-ruby_smb/Makefile
cvs rdiff -u -r1.5 -r1.6 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.

Modified files:

Index: pkgsrc/net/ruby-ruby_smb/Makefile
diff -u pkgsrc/net/ruby-ruby_smb/Makefile:1.6 pkgsrc/net/ruby-ruby_smb/Makefile:1.7
--- pkgsrc/net/ruby-ruby_smb/Makefile:1.6       Wed Jun 10 14:48:05 2020
+++ pkgsrc/net/ruby-ruby_smb/Makefile   Sun Jun 21 14:23:23 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/06/10 14:48:05 taca Exp $
+# $NetBSD: Makefile,v 1.7 2020/06/21 14:23:23 taca Exp $
 
-DISTNAME=      ruby_smb-2.0.0
+DISTNAME=      ruby_smb-2.0.1
 CATEGORIES=    net
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/net/ruby-ruby_smb/distinfo
diff -u pkgsrc/net/ruby-ruby_smb/distinfo:1.5 pkgsrc/net/ruby-ruby_smb/distinfo:1.6
--- pkgsrc/net/ruby-ruby_smb/distinfo:1.5       Wed Jun 10 14:48:05 2020
+++ pkgsrc/net/ruby-ruby_smb/distinfo   Sun Jun 21 14:23:23 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/06/10 14:48:05 taca Exp $
+$NetBSD: distinfo,v 1.6 2020/06/21 14:23:23 taca Exp $
 
-SHA1 (ruby_smb-2.0.0.gem) = a99c0e3e1015a714393d2c566ca8988df19e2d9f
-RMD160 (ruby_smb-2.0.0.gem) = 8c4fa567dcf7c3642fe9b639c757c889a194377f
-SHA512 (ruby_smb-2.0.0.gem) = e235a634b77a4ef072949f1977401112c9ae88b58afdb5b479b7b7244229dfa1a9fcb267b83a8b86e4cd809d8448da0483e942fe8db1ec6e25ae2f09fe52ebf2
-Size (ruby_smb-2.0.0.gem) = 195072 bytes
+SHA1 (ruby_smb-2.0.1.gem) = 746e1b06f7e5b862e7ae4e330ee1e5567a915052
+RMD160 (ruby_smb-2.0.1.gem) = 82af11accc275ffd17a1d1847c83547e3c301be1
+SHA512 (ruby_smb-2.0.1.gem) = 7a6ada7b49cae3dff8943ff7aacd950b8e78ed3d2f0882785b362d10d04e6daf56311673ffd241bbfd334451ac576edf6c8f3d85e737450f7a95b4a4b5315467
+Size (ruby_smb-2.0.1.gem) = 196096 bytes



Home | Main Index | Thread Index | Old Index