pkgsrc-WIP-changes archive

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

vault: Update to 1.4.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun May 3 14:59:54 2020 +0900
Changeset:	5a7b38eacdf68808553bf9c7e9c2dddbf52a3b18

Modified Files:
	vault/Makefile
	vault/distinfo

Log Message:
vault: Update to 1.4.1

CHANGES:

* auth/aws: The default set of metadata fields added in 1.4.1 has been
  changed to account_id and auth_type [GH-8783]
* storage/raft: Disallow ha_storage to be specified if raft is set as the
  storage type. [GH-8707]

IMPROVEMENTS:

* auth/aws: The set of metadata stored during login is now configurable
  [GH-8783]
* auth/aws: Improve region selection to avoid errors seen if the account
  hasn't enabled some newer AWS regions [GH-8679]
* auth/azure: Enable login from Azure VMs with user-assigned identities
  [GH-33]
* auth/gcp: The set of metadata stored during login is now configurable
  [GH-92]
* auth/gcp: The type of alias name used during login is now configurable
  [GH-95]
* auth/ldap: Improve error messages during LDAP operation failures
  [GH-8740]
* identity: Add a batch delete API for identity entities [GH-8785]
* identity: Improve performance of logins when no group updates are needed
  [GH-8795]
* metrics: Add vault.identity.num_entities metric [GH-8816]
* secrets/kv: Allow delete-version-after to be reset to 0 via the CLI
  [GH-8635]
* secrets/rabbitmq: Improve error handling and reporting [GH-8619]
* ui: Provide One Time Password during Operation Token generation process
  [GH-8630]

BUG FIXES:

* auth/okta: Fix MFA regression (introduced in GH-8143) from 1.4.0
  [GH-8807]
* auth/userpass: Fix upgrade value for token_bound_cidrs being ignored due
  to incorrect key provided [GH-8826]
* config/seal: Fix segfault when seal block is removed [GH-8517]
* core: Fix an issue where users attempting to build Vault could receive Go
  module checksum errors [GH-8770]
* core: Fix blocked requests if a SIGHUP is issued during a long-running
  request has the state lock held. Also fixes deadlock that can happen if
  vault debug with the config target is ran during this time. [GH-8755]
* core: Always rewrite the .vault-token file as part of a vault login to
  ensure permissions and ownership are set correctly [GH-8867]
* database/mongodb: Fix context deadline error that may result due to retry
  attempts on failed commands [GH-8863]
* http: Fix superflous call messages from the http package on logs caused
  by missing returns after respondError calls [GH-8796]
* namespace (enterprise): Fix namespace listing to return key_info when a
  scoping namespace is also provided.
* seal/gcpkms: Fix panic that could occur if all seal parameters were
  provided via environment variables [GH-8840]
* storage/raft: Fix memory allocation and incorrect metadata tracking
  issues with snapshots [GH-8793]
* storage/raft: Fix panic that could occur if disable_clustering was set to
  true on Raft storage cluster [GH-8784]
* storage/raft: Handle errors returned from the API during snapshot
  operations [GH-8861]
* sys/wrapping: Allow unwrapping of wrapping tokens which contain nil data
  [GH-8714]

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5a7b38eacdf68808553bf9c7e9c2dddbf52a3b18

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

diffstat:
 vault/Makefile | 2 +-
 vault/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/vault/Makefile b/vault/Makefile
index 80142407ce..adc6d06617 100644
--- a/vault/Makefile
+++ b/vault/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	vault-1.4.0
+DISTNAME=	vault-1.4.1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/vault/distinfo b/vault/distinfo
index a0a9923ee0..45c370b58e 100644
--- a/vault/distinfo
+++ b/vault/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (vault-1.4.0.tar.gz) = bf0826b737fc1c829ff76fbbf7aa98fe7b75d5cc
-RMD160 (vault-1.4.0.tar.gz) = de972aef35a0500aa69f4c277e83c1baec0be67d
-SHA512 (vault-1.4.0.tar.gz) = 13c1fb901fe577d91f2734f8a0ae5e51083e1307e7fc32a4388a1be48f2c46cd3d121432fa7450d6f9b439285d3ad5819b123631f41bb347e8d75ce683d24a7e
-Size (vault-1.4.0.tar.gz) = 33097110 bytes
+SHA1 (vault-1.4.1.tar.gz) = 20fbc32df2ead528e9f2029758a643c559516e2f
+RMD160 (vault-1.4.1.tar.gz) = 0548c4e32c3c51c8025f3706fcfa7d1eef81d145
+SHA512 (vault-1.4.1.tar.gz) = 25df993d08ebbb8f9829113cd808b5d332808a0f24ebff8acf17caaab6932ad46bfb5e551593cefa50228701daa9b32dfda4405d3d35fb106e2fd0ea1bd8b903
+Size (vault-1.4.1.tar.gz) = 33149331 bytes
 SHA1 (patch-vendor_github.com_ory_dockertest_docker_pkg_system_stat__netbsd.go) = 723ce00bc56771008074e5d77efd465501fda2bb
 SHA1 (patch-vendor_github.com_ory_dockertest_docker_pkg_term_termios__bsd.go) = 9696daf0158de14d8756748b0dc5398be9ff64f4


Home | Main Index | Thread Index | Old Index