pkgsrc-WIP-changes archive

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

vault: Update to 1.4.3



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jul 5 10:48:43 2020 +0900
Changeset:	facb73f14201f967e149dcdfdb47c07c07390668

Modified Files:
	vault/Makefile
	vault/distinfo

Log Message:
vault: Update to 1.4.3

IMPROVEMENTS:

* auth/aws: Add support for Web Identity credentials [GH-9251]
* core: Add the Go version used to build a Vault binary to the server
  message output. [GH-9078]
* secrets/database: Add static role rotation for MongoDB Atlas database
  plugin [GH-9311]
* ui: Link to the Vault Changelog in the UI footer [GH-9216]

BUG FIXES:

* auth/oci: Fix issue where users of the Oracle Cloud Infrastructure (OCI)
  auth method could not authenticate when the plugin backend was mounted at a
  non-default path. [GH-9278]
* replication: The issue causing cubbyholes in namespaces on performance
  secondaries to not work, which was fixed in 1.4.0, was still an issue when
  the primary was both a performance primary and DR primary.
* seal: (enterprise) Fix issue causing stored seal and recovery keys to be
  mistaken as sealwrapped values
* secrets/aws: Fix issue where performance standbys weren't able to
  generate STS credentials after an IAM access key rotation in AWS and root
  IAM credential update in Vault [GH-9207]
* secrets/database: Fix issue that prevents performance standbys from
  connecting to databases after a root credential rotation [GH-9208]
* secrets/gcp: Fix issue were updates were not being applied to the
  token_scopes of a roleset. [GH-9277]

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

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 c999c57f99..a40072608f 100644
--- a/vault/Makefile
+++ b/vault/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	vault-1.4.2
+DISTNAME=	vault-1.4.3
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/vault/distinfo b/vault/distinfo
index a1a6b1d9a1..ad8ebdd60d 100644
--- a/vault/distinfo
+++ b/vault/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (vault-1.4.2.tar.gz) = 1fa6ef69a56719bda1022b0503766bbcce74f019
-RMD160 (vault-1.4.2.tar.gz) = c2c8d1ce32c9c511f55693a0dfb280f7a1c74641
-SHA512 (vault-1.4.2.tar.gz) = d4f2a426a4c0531cca0d3812c2e29ebc5ebbd6da2897d3ee57fe57d4dfde0395f30713cfe21600b4dd51fdc90bf2a10527957b04c8215bd185bd502267f93503
-Size (vault-1.4.2.tar.gz) = 33158384 bytes
+SHA1 (vault-1.4.3.tar.gz) = b78225f2d06a4c9bb7c7e0136254de7b79c4503a
+RMD160 (vault-1.4.3.tar.gz) = f50a00f8ac67f4a9821b8269af850f89b96add8a
+SHA512 (vault-1.4.3.tar.gz) = 638bdeaaee122263d8f8c44b6db48b0f10869dd6f2cd6d35bcefb96e8b25dde4596a4a41f287d065f0cece01c5e75f9a4ae220864dddc381365fe57faeb2efe2
+Size (vault-1.4.3.tar.gz) = 33169383 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