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:           Mon Feb 23 15:31:21 UTC 2026

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

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

0.20.0 (2026-02-04)

What's New in v0.20.0

Improvements

* Added cluster_address field to LeaderStatus response from sys/leader
  endpoint [GH-204]

* Updated AppRole set_role documentation to include modern parameters like
  secret_id_bound_cidrs, token_bound_cidrs, and token_policies [GH-220]

* Added support for custom mount paths in AppRole authentication via mount:
  option [GH-292]

Bug Fixes

* Fixed encode_path incorrectly encoding hyphens (-), which caused 403
  errors on Vault 1.15+ [GH-350, GH-343]

* Fixed FrozenError when loading the gem with OpenSSL 4.0.0+ by removing
  modification of OpenSSL::SSL::SSLContext::DEFAULT_PARAMS.  Modern Ruby
  (3.1+) already has secure SSL defaults.  [GH-366, GH-381]

* Fixed Vault.logical.read throwing NoMethodError when Vault responds with
  HTTP 204 (No Content).  Now correctly returns nil for empty
  responses.  [GH-241]


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

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.5 pkgsrc/security/ruby-vault/Makefile:1.6
--- pkgsrc/security/ruby-vault/Makefile:1.5     Sun Jan 18 05:44:06 2026
+++ pkgsrc/security/ruby-vault/Makefile Mon Feb 23 15:31:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2026/01/18 05:44:06 taca Exp $
+# $NetBSD: Makefile,v 1.6 2026/02/23 15:31:21 taca Exp $
 
-DISTNAME=      vault-0.19.0
+DISTNAME=      vault-0.20.0
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/ruby-vault/distinfo
diff -u pkgsrc/security/ruby-vault/distinfo:1.5 pkgsrc/security/ruby-vault/distinfo:1.6
--- pkgsrc/security/ruby-vault/distinfo:1.5     Sun Jan 18 05:44:06 2026
+++ pkgsrc/security/ruby-vault/distinfo Mon Feb 23 15:31:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2026/01/18 05:44:06 taca Exp $
+$NetBSD: distinfo,v 1.6 2026/02/23 15:31:21 taca Exp $
 
-BLAKE2s (vault-0.19.0.gem) = 913ec1860b3633768f0a8ef2ca8db7f6d5c804ada0641b0de2e588cd58e12949
-SHA512 (vault-0.19.0.gem) = 0428c3d249f49ea2b39c090ad3e88bcc6212cfc53f336a4138c27217154beb2934abf23426e5d5956358dfcfa0996a8b84e60725fe9964e61d3a465e2011b0aa
-Size (vault-0.19.0.gem) = 39424 bytes
+BLAKE2s (vault-0.20.0.gem) = df386af110b8901b945352d96852aa9dd9a2db71d362f474ef56a271abf5fdc3
+SHA512 (vault-0.20.0.gem) = d00f1af2211f093dd614613e50f998920746f023ca3a677ceb70f6acb8523d7cb25b8cee205165e49d68d8cc2c84693845dfc6550f6ca816664ad89eec67b500
+Size (vault-0.20.0.gem) = 40960 bytes



Home | Main Index | Thread Index | Old Index