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 Aug 28 12:53:19 UTC 2022
Modified Files:
pkgsrc/security/ruby-vault: Makefile distinfo
Log Message:
security/ruby-vault: update to 0.17.0
0.17.0 (2022-05-11)
IMPROVEMENTS
* Added MissingRequiredStateErr error type to refer to 412s returned by
Vault 1.10 when the WAL index on the node does not match the index in the
Server-Side Consistent Token. This error type can be passed as a
parameter to #with_retries, and will also be retried automatically when
#with_retries is used with no parameters.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/security/ruby-vault/Makefile:1.2
--- pkgsrc/security/ruby-vault/Makefile:1.1 Sat Dec 11 14:07:31 2021
+++ pkgsrc/security/ruby-vault/Makefile Sun Aug 28 12:53:19 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/12/11 14:07:31 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/28 12:53:19 taca Exp $
-DISTNAME= vault-0.16.0
+DISTNAME= vault-0.17.0
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/ruby-vault/distinfo
diff -u pkgsrc/security/ruby-vault/distinfo:1.1 pkgsrc/security/ruby-vault/distinfo:1.2
--- pkgsrc/security/ruby-vault/distinfo:1.1 Sat Dec 11 14:07:31 2021
+++ pkgsrc/security/ruby-vault/distinfo Sun Aug 28 12:53:19 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/12/11 14:07:31 taca Exp $
+$NetBSD: distinfo,v 1.2 2022/08/28 12:53:19 taca Exp $
-BLAKE2s (vault-0.16.0.gem) = d81b0dcf22656296f4d959c39683413e6ceaa5fd3f7990ab0539d8002e9559b0
-SHA512 (vault-0.16.0.gem) = 4bb8e6c4472d483734be9f12ecb898d531a0a7f4df92ef26d9f83fd2cccbe58f4fee1fa870c0d6737d93c84929cbcb211fef6caad74f5a5f895cce0776ca51cd
-Size (vault-0.16.0.gem) = 49664 bytes
+BLAKE2s (vault-0.17.0.gem) = df333dd4635b740b0530eea5afef250cb25d2d489644345654f85232ca0e304a
+SHA512 (vault-0.17.0.gem) = d0e0284d884c200a19cec568ef5158ef0acb74530fd8958b9d8792c69c20960e73fdcfc44a4a87a5690a0b58a0dd16e8a239844b630fe8f5609b5e51d8780fbc
+Size (vault-0.17.0.gem) = 50176 bytes
Home |
Main Index |
Thread Index |
Old Index