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:           Mon Dec  9 15:36:51 UTC 2024

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

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

3.3.11 (2024-11-15)

* Land #272, Bump RubySMB to require rubyntlm>=0.6.5 and remove old
  workarounds

* Land #278, Support querying group memberships

3.3.12 (2024-11-22)

* Land #280, Fix two fields in UserProperties

3.3.13 (2024-12-06)

* Add more password changing structures and calls


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/ruby-ruby_smb/Makefile

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.28 pkgsrc/net/ruby-ruby_smb/Makefile:1.29
--- pkgsrc/net/ruby-ruby_smb/Makefile:1.28      Sun Sep 22 06:00:30 2024
+++ pkgsrc/net/ruby-ruby_smb/Makefile   Mon Dec  9 15:36:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/09/22 06:00:30 taca Exp $
+# $NetBSD: Makefile,v 1.29 2024/12/09 15:36:51 taca Exp $
 
-DISTNAME=      ruby_smb-3.3.10
+DISTNAME=      ruby_smb-3.3.13
 CATEGORIES=    net
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,15 +8,13 @@ HOMEPAGE=     https://github.com/rapid7/ruby
 COMMENT=       Ruby implementation of the SMB Protocol Family
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-bindata-[0-9]*:../../devel/ruby-bindata
+DEPENDS+=      ${RUBY_PKGPREFIX}-bindata>=2.4.15:../../devel/ruby-bindata
 DEPENDS+=      ${RUBY_PKGPREFIX}-windows_error>=0.1.4:../../misc/ruby-windows_error
-DEPENDS+=      ${RUBY_PKGPREFIX}-rubyntlm-[0-9]*:../../security/ruby-rubyntlm
+DEPENDS+=      ${RUBY_PKGPREFIX}-rubyntlm>=0.6.5:../../security/ruby-rubyntlm
 DEPENDS+=      ${RUBY_PKGPREFIX}-openssl-ccm-[0-9]*:../../security/ruby-openssl-ccm
 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"



Home | Main Index | Thread Index | Old Index