pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-vault



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 18 05:44:06 UTC 2026

Modified Files:
        pkgsrc/security/ruby-vault: Makefile PLIST distinfo

Log Message:
security/ruby-vault: update to 0.19.0

0.19.0 (2025-12-03)

What's Changed

* Add patch_metadata method to kv api by @hortoncd in #277
* defaults: add support for a token file environment variable by
  @matiasbertani in #291
* Set minimum ruby version to 3.1 by @nevans in #352
* Use upstream net-http-persistent, connection_pool (un-vendored) by @nevans
  in #345
* Replace deprecated JSON.fast_generate by @nevans in #349
* http client's shutdown should be lock-protected by @fxposter in #329


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ruby-vault/Makefile \
    pkgsrc/security/ruby-vault/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-vault/PLIST

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

Modified files:

Index: pkgsrc/security/ruby-vault/Makefile
diff -u pkgsrc/security/ruby-vault/Makefile:1.4 pkgsrc/security/ruby-vault/Makefile:1.5
--- pkgsrc/security/ruby-vault/Makefile:1.4     Sun Dec 17 15:24:42 2023
+++ pkgsrc/security/ruby-vault/Makefile Sun Jan 18 05:44:06 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/12/17 15:24:42 taca Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/18 05:44:06 taca Exp $
 
-DISTNAME=      vault-0.18.2
+DISTNAME=      vault-0.19.0
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,6 +9,8 @@ COMMENT=        Ruby API client for interacting
 LICENSE=       mpl-2.0
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-aws-sigv4>=0:../../www/ruby-aws-sigv4
+DEPENDS+=      ${RUBY_PKGPREFIX}-connection_pool>=2.4<5:../../net/ruby-connection_pool
+DEPENDS+=      ${RUBY_PKGPREFIX}-net-http-persistent>=4.0.2<5:../../www/ruby-net-http-persistent
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/security/ruby-vault/distinfo
diff -u pkgsrc/security/ruby-vault/distinfo:1.4 pkgsrc/security/ruby-vault/distinfo:1.5
--- pkgsrc/security/ruby-vault/distinfo:1.4     Sun Dec 17 15:24:42 2023
+++ pkgsrc/security/ruby-vault/distinfo Sun Jan 18 05:44:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/12/17 15:24:42 taca Exp $
+$NetBSD: distinfo,v 1.5 2026/01/18 05:44:06 taca Exp $
 
-BLAKE2s (vault-0.18.2.gem) = ac3b3a7f2be385bde27243298e544c319a9f363edff31dc7a3f19e3ee876ead3
-SHA512 (vault-0.18.2.gem) = a85f8a1256f99d52fb9c94581370507d02d77a8751d57c89df7edc20f7a954b1c7aab884f2ec84c7cf8b2e32b2accb3207466d18c671d82e720f665829a22073
-Size (vault-0.18.2.gem) = 50688 bytes
+BLAKE2s (vault-0.19.0.gem) = 913ec1860b3633768f0a8ef2ca8db7f6d5c804ada0641b0de2e588cd58e12949
+SHA512 (vault-0.19.0.gem) = 0428c3d249f49ea2b39c090ad3e88bcc6212cfc53f336a4138c27217154beb2934abf23426e5d5956358dfcfa0996a8b84e60725fe9964e61d3a465e2011b0aa
+Size (vault-0.19.0.gem) = 39424 bytes

Index: pkgsrc/security/ruby-vault/PLIST
diff -u pkgsrc/security/ruby-vault/PLIST:1.1 pkgsrc/security/ruby-vault/PLIST:1.2
--- pkgsrc/security/ruby-vault/PLIST:1.1        Sat Dec 11 14:07:31 2021
+++ pkgsrc/security/ruby-vault/PLIST    Sun Jan 18 05:44:06 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/12/11 14:07:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/01/18 05:44:06 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE
@@ -35,14 +35,7 @@ ${GEM_LIBDIR}/lib/vault/configurable.rb
 ${GEM_LIBDIR}/lib/vault/defaults.rb
 ${GEM_LIBDIR}/lib/vault/encode.rb
 ${GEM_LIBDIR}/lib/vault/errors.rb
-${GEM_LIBDIR}/lib/vault/persistent.rb
-${GEM_LIBDIR}/lib/vault/persistent/connection.rb
-${GEM_LIBDIR}/lib/vault/persistent/pool.rb
-${GEM_LIBDIR}/lib/vault/persistent/timed_stack_multi.rb
 ${GEM_LIBDIR}/lib/vault/request.rb
 ${GEM_LIBDIR}/lib/vault/response.rb
-${GEM_LIBDIR}/lib/vault/vendor/connection_pool.rb
-${GEM_LIBDIR}/lib/vault/vendor/connection_pool/timed_stack.rb
-${GEM_LIBDIR}/lib/vault/vendor/connection_pool/version.rb
 ${GEM_LIBDIR}/lib/vault/version.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index