pkgsrc-WIP-changes archive

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

vault: Update to 1.5.5



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Oct 24 13:57:56 2020 +0900
Changeset:	1872e577936584e2b0ec922b901014319e901587

Modified Files:
	vault/Makefile
	vault/distinfo

Log Message:
vault: Update to 1.5.5

IMPROVEMENTS:

* auth/aws, core/seal, secret/aws: Set default IMDS timeouts to match AWS
  SDK [GH-10133]

BUG FIXES:

* auth/aws: Restrict region selection when in the aws-us-gov partition to
  avoid IAM errors [GH-9947]
* core (enterprise): Allow operators to add and remove (Raft) peers in a DR
  secondary cluster using Integrated Storage.
* core (enterprise): Add DR operation token to the remove peer API and CLI
  command (when DR secondary).
* core (enterprise): Fix deadlock in handling EGP policies
* core (enterprise): Fix extraneous error messages in DR Cluster
* secrets/mysql: Conditionally overwrite TLS parameters for MySQL secrets
  engine [GH-9729]
* secrets/ad: Fix bug where password_policy setting was not using correct
  key when ad/config was read [GH-71]

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

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 94a58543a8..85d277eaae 100644
--- a/vault/Makefile
+++ b/vault/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	vault-1.5.4
+DISTNAME=	vault-1.5.5
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/vault/distinfo b/vault/distinfo
index 514d63b822..d0e911ead3 100644
--- a/vault/distinfo
+++ b/vault/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (vault-1.5.4.tar.gz) = 3ee6842614f41be471e9873ae80328c8f862788d
-RMD160 (vault-1.5.4.tar.gz) = 94c82a572a1e3b2f6483adf842d37a2ef1042732
-SHA512 (vault-1.5.4.tar.gz) = 9a3d4d30a61e89aeb5c622fa82dcbc0fed28ae17fce8c6f29c71cb47784aae57f08b0cad5532e18178683f823581e306b5a37e5d2391af7dec3bd9a6889ab75d
-Size (vault-1.5.4.tar.gz) = 35116452 bytes
+SHA1 (vault-1.5.5.tar.gz) = 0dcf5785dfd46f4dce34b2ed45a44333c568c7ae
+RMD160 (vault-1.5.5.tar.gz) = d73c5410e284cf82e5f9037256253ad8891a3eb6
+SHA512 (vault-1.5.5.tar.gz) = de19be6b9fdaf06ce2debc7784ef1a6dff00ced7811a110b58348d61b304ed2c850d957605a47abfa0cc7568488b3b0920437ace7891a69d470e98b44c0f9fae
+Size (vault-1.5.5.tar.gz) = 35123385 bytes
 SHA1 (patch-vendor_github.com_docker_docker_client_client__unix.go) = 51a400f6adaa6abe4cd42c31cfba4f037d9d81e5
 SHA1 (patch-vendor_github.com_docker_docker_pkg_system_stat__netbsd.go) = 125e35b6f5e9a0cdec8c0a5e0b7c67cc326467ea
 SHA1 (patch-vendor_github.com_ory_dockertest_docker_pkg_system_stat__netbsd.go) = 723ce00bc56771008074e5d77efd465501fda2bb


Home | Main Index | Thread Index | Old Index