pkgsrc-WIP-changes archive

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

vault: Update to 1.2.3



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Sep 14 09:44:47 2019 +0900
Changeset:	508625857791a69eb7b113a219ebf32eb7678dcb

Modified Files:
	vault/Makefile
	vault/distinfo

Log Message:
vault: Update to 1.2.3

FEATURES:

* Oracle Cloud (OCI) Integration: Vault now support using Oracle Cloud for
  storage, auto unseal, and authentication.

IMPROVEMENTS:

* auth/jwt: Groups claim matching now treats a string response as a single
  element list [JWT-63]
* auth/kubernetes: enable better support for projected tokens API by
  allowing user to specify issuer [GH-65]
* auth/pcf: The PCF auth plugin was renamed to the CF auth plugin,
  maintaining full backwards compatibility [GH-7346]
* replication: Premium packages now come with unlimited performance standby
  nodes

BUG FIXES:

* agent: Allow batch tokens and other non-renewable tokens to be used for
  agent operations [GH-7441]
* auth/jwt: Fix an error where newer (v1.2) token_* configuration
  parameters were not being applied to tokens generated using the OIDC login
  flow [JWT-67]
* seal/transit: Allow using Vault Agent for transit seal operations
  [GH-7441]
* storage/couchdb: Fix a file descriptor leak [GH-7345]
* ui: Fix a bug where the status menu would disappear when trying to revoke
  a token [GH-7337]
* ui: Fix a regression that prevented input of custom items in
  search-select [GH-7338]
* ui: Fix an issue with the namespace picker being unable to render nested
  namespaces named with numbers and sorting of namespaces in the picker
  [GH-7333]

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

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 31cc457ac8..e8c0b67588 100644
--- a/vault/Makefile
+++ b/vault/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	vault-1.2.2
+DISTNAME=	vault-1.2.3
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/vault/distinfo b/vault/distinfo
index 30eead79d8..49a173d58b 100644
--- a/vault/distinfo
+++ b/vault/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (vault-1.2.2.tar.gz) = 1d6904980f0e02ef09d8a74fc4b7a8080af8e0be
-RMD160 (vault-1.2.2.tar.gz) = f51bab81cae7b5951ca48ae7249cecf9bb787c42
-SHA512 (vault-1.2.2.tar.gz) = ce9211b3deb1839759646f8488fe2b89fec379bafed472921a62cd507f842ed05647fe4da7cb9482d195b028a29eb576f947da24aecd8b19181c7282fd3a155d
-Size (vault-1.2.2.tar.gz) = 27588019 bytes
+SHA1 (vault-1.2.3.tar.gz) = 83765d89ce4630e8e61e81d830378b11af8078e5
+RMD160 (vault-1.2.3.tar.gz) = cd82e5658a8018eb5be7cad8a71b860d5fad0162
+SHA512 (vault-1.2.3.tar.gz) = 9543e394f187cd9b06e88b64319504e07519041741650db3b7b905f1b34348ed7d9e22955ce2a456ffd2e06210e9e01b1a0ded459cde4840fbf5903ff6e21e75
+Size (vault-1.2.3.tar.gz) = 27773681 bytes
 SHA1 (patch-vendor_github.com_ory_dockertest_docker_pkg_system_stat__netbsd.go) = ae03a0790d6cebaca808db07f55ac3c34539329a
 SHA1 (patch-vendor_github.com_ory_dockertest_docker_pkg_term_termios__bsd.go) = d13fe7d333f1b892de6d385acc53482d268dd474


Home | Main Index | Thread Index | Old Index