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.
3.3.3 (2024-03-12) * Land #262, add desired delete permissions when opening directory 3.3.4 (2024-03-20) * Land #263, ensure EOFError is raised
- Loading branch information
taca
committed
Mar 24, 2024
1 parent
4b86075
commit 1104872
Showing
2 changed files
with
8 additions
and
6 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.23 2024/02/03 16:13:00 taca Exp $ | ||
# $NetBSD: Makefile,v 1.24 2024/03/24 14:27:58 taca Exp $ | ||
|
||
DISTNAME= ruby_smb-3.3.2 | ||
DISTNAME= ruby_smb-3.3.4 | ||
CATEGORIES= net | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -16,5 +16,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-openssl-cmac-[0-9]*:../../security/ruby-openssl-cmac | |
|
||
USE_LANGUAGES= # none | ||
|
||
OVERRIDE_GEMSPEC+= bindata>=2.4.15 | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.24 2024/02/03 16:13:00 taca Exp $ | ||
$NetBSD: distinfo,v 1.25 2024/03/24 14:27:58 taca Exp $ | ||
|
||
BLAKE2s (ruby_smb-3.3.2.gem) = 349f3f30ac499bf674324bdfe2c01ac0ed08d422820774bf3b25acb08cd805c0 | ||
SHA512 (ruby_smb-3.3.2.gem) = e09039c55d4a4605a091f17da4f4c7b3292c53c2262bc122be17518ea4f051defa49f0efd506fddf477ce03e2495069b23dccfd3ffd36989eb18036c765555f1 | ||
Size (ruby_smb-3.3.2.gem) = 378368 bytes | ||
BLAKE2s (ruby_smb-3.3.4.gem) = 6fec31b23cf50171141a302fbc975fd23ea134825b24502ad6f247a6f2233030 | ||
SHA512 (ruby_smb-3.3.4.gem) = 24d5b102b1a35e95c1a4de02bffb1c544aa1f05f67ce7b0ac2aab39770322e319cc1cf7d964e7858bbe242855c9625b7cb17d1cc9266478ef5d130ea3635f80d | ||
Size (ruby_smb-3.3.4.gem) = 378368 bytes |