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 Apr 12 15:02:55 UTC 2026
Modified Files:
pkgsrc/security/ruby-vault: Makefile distinfo
Log Message:
security/ruby-vault: update to 0.20.1
0.20.1 (2026-03-31)
BUG FIXES
* Removed explicit connection_pool runtime dependency to allow use of
connection_pool 3.x for compatibility with sidekiq 8.1+. The gem is
already managed as a transitive dependency by net-http-persistent, which
supports connection_pool 2.2.4+ through 3.x. [GH-393]
* Hardened STS endpoint parsing in AWS auth by replacing permissive matching
with strict HTTPS URI and host validation, preserving supported global,
regional, GovCloud, and China endpoints while rejecting malformed inputs.
[GH-402]
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/security/ruby-vault/Makefile:1.7
--- pkgsrc/security/ruby-vault/Makefile:1.6 Mon Feb 23 15:31:21 2026
+++ pkgsrc/security/ruby-vault/Makefile Sun Apr 12 15:02:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2026/02/23 15:31:21 taca Exp $
+# $NetBSD: Makefile,v 1.7 2026/04/12 15:02:55 taca Exp $
-DISTNAME= vault-0.20.0
+DISTNAME= vault-0.20.1
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/ruby-vault/distinfo
diff -u pkgsrc/security/ruby-vault/distinfo:1.6 pkgsrc/security/ruby-vault/distinfo:1.7
--- pkgsrc/security/ruby-vault/distinfo:1.6 Mon Feb 23 15:31:21 2026
+++ pkgsrc/security/ruby-vault/distinfo Sun Apr 12 15:02:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/02/23 15:31:21 taca Exp $
+$NetBSD: distinfo,v 1.7 2026/04/12 15:02:55 taca Exp $
-BLAKE2s (vault-0.20.0.gem) = df386af110b8901b945352d96852aa9dd9a2db71d362f474ef56a271abf5fdc3
-SHA512 (vault-0.20.0.gem) = d00f1af2211f093dd614613e50f998920746f023ca3a677ceb70f6acb8523d7cb25b8cee205165e49d68d8cc2c84693845dfc6550f6ca816664ad89eec67b500
-Size (vault-0.20.0.gem) = 40960 bytes
+BLAKE2s (vault-0.20.1.gem) = 9d1fdc218209bdec2b2cb1a443be7c61aabd87e2dfb50061898a17b0a808a58a
+SHA512 (vault-0.20.1.gem) = 0162025dc207e53fe0ca1adc4553c156e93e1bd13c8640f7227eee94efa3bd91d3ac7d0945a7c1e4ea88e2a72fa18680549ed02f94410ec6036f231626fb641a
+Size (vault-0.20.1.gem) = 41472 bytes
Home |
Main Index |
Thread Index |
Old Index