forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.0.9 (2021-05-17) * adds ntlm_flags & NegotiateResponseExtended * ntlm fix & improved extended_security handling * improve if statement readability * Land #171, Adds ntlm_flags & NegotiateResponseExtended 2.0.10 (2021-05-28) * Add double splat operator for ruby 3 support * Land #173, Fix a ruby 3.0.1 compatibility error
- Loading branch information
taca
committed
May 30, 2021
1 parent
3c09e17
commit 7ef898f
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.10 2021/05/09 14:00:08 taca Exp $ | ||
# $NetBSD: Makefile,v 1.11 2021/05/30 11:24:41 taca Exp $ | ||
|
||
DISTNAME= ruby_smb-2.0.8 | ||
DISTNAME= ruby_smb-2.0.10 | ||
CATEGORIES= net | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.9 2021/05/09 14:00:08 taca Exp $ | ||
$NetBSD: distinfo,v 1.10 2021/05/30 11:24:41 taca Exp $ | ||
|
||
SHA1 (ruby_smb-2.0.8.gem) = a2ea50313682a611bad8d54b79bb64fc0d283548 | ||
RMD160 (ruby_smb-2.0.8.gem) = 48e09773b42d7bf7b3db79c5c6ddaec474e927d3 | ||
SHA512 (ruby_smb-2.0.8.gem) = 1265b97102e30907c6855a4dd8619544efead1a9b601de3a2dc14fd71f58f77dfd6e253e670f665b1370b6875aee6b4dcd44aaf6093da186744d0ae4e8489942 | ||
Size (ruby_smb-2.0.8.gem) = 224768 bytes | ||
SHA1 (ruby_smb-2.0.10.gem) = ca7a636f98aa347a30641630000e33454987176b | ||
RMD160 (ruby_smb-2.0.10.gem) = 8dc89fa51874a18e8d3198a0e8821511b533d279 | ||
SHA512 (ruby_smb-2.0.10.gem) = 302f64d6d8a4ca94dc18121e9dfd40ffc6ed541f3774ecfd7656c656dcb96e39d3695b006f42ea3736eec6ae77b3d9956a92abb459f151393008d22388d1a2da | ||
Size (ruby_smb-2.0.10.gem) = 224768 bytes |