pkgsrc-WIP-changes archive

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

vault: Update to 1.3.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Dec 21 13:40:36 2019 +0900
Changeset:	a5ef13a8aa90aa20eee329c902331931eeef8a83

Modified Files:
	vault/Makefile
	vault/distinfo
	vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_system_stat__netbsd.go
	vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_term_termios__bsd.go

Log Message:
vault: Update to 1.3.1

IMPROVEMENTS:

* agent: Add ability to set exit-after-auth via the CLI [GH-7920]
* auth/ldap: Add a request_timeout configuration option to prevent
  connection requests from hanging [GH-7909]
* auth/kubernetes: Add audience to tokenreview API request for Kube
  deployments where issuer is not Kube. [GH-74]
* secrets/ad: Add a request_timeout configuration option to prevent
  connection requests from hanging [AD-59]
* storage/postgresql: Add support for setting connection_url from
  enviornment variable VAULT_PG_CONNECTION_URL [GH-7937]
* telemetry: Add enable_hostname_label option to telemetry stanza [GH-7902]
* telemetry: Add accept header check for prometheus mime type [GH-7958]

BUG FIXES:

* agent: Fix issue where Agent exits before all templates are rendered when
  using and exit_after_auth [GH-7899]
* auth/aws: Fixes region-related issues when using a custom sts_endpoint by
  adding a sts_region parameter [GH-7922]
* auth/token: Fix panic when getting batch tokens on a performance standby
  from a role that does not exist [GH-8027]
* core: Improve warning message for lease TTLs [GH-7901]
* identity: Fix identity token panic during invalidation [GH-8043]
* plugin: Fix a panic that could occur if a mount/auth entry was unable to
  mount the plugin backend and a request that required the system view to be
  retrieved was made [GH-7991]
* replication: Add generate-public-key endpoint to list of allowed
  endpoints for existing DR secondaries
* secrets/gcp: Fix panic if bindings aren't provided in roleset
  create/update. [GCP-56]
* secrets/pki: Prevent generating certificate on performance standby when
  storing [GH-7904]
* secrets/transit: Prevent restoring keys to new names that are sub paths
  [GH-7998]
* storage/s3: Fix a bug in configurable S3 paths that was preventing use of
  S3 as a source during operator migrate operations [GH-7966]
* ui: Ensure secrets with a period in their key can be viewed and copied
  [GH-7926]
* ui: Fix status menu after demotion [GH-7997]
* ui: Fix select dropdowns in Safari when running Mojave [GH-8023]

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

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

diffstat:
 vault/Makefile                                               |  3 +--
 vault/distinfo                                               | 12 ++++++------
 ...thub.com_ory_dockertest_docker_pkg_system_stat__netbsd.go |  2 ++
 ...github.com_ory_dockertest_docker_pkg_term_termios__bsd.go |  2 ++
 4 files changed, 11 insertions(+), 8 deletions(-)

diffs:
diff --git a/vault/Makefile b/vault/Makefile
index 7bfa71014b..3526b8f15f 100644
--- a/vault/Makefile
+++ b/vault/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	vault-1.3.0
-PKGREVISION=	1
+DISTNAME=	vault-1.3.1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/vault/distinfo b/vault/distinfo
index 0d72b18294..c22ffc86f0 100644
--- a/vault/distinfo
+++ b/vault/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (vault-1.3.0.tar.gz) = 5ab26dc4742e60c3b5f807a142e56bc4b9e18491
-RMD160 (vault-1.3.0.tar.gz) = 19113cb55c0def3c7e9cfb48b79e627f3c807b19
-SHA512 (vault-1.3.0.tar.gz) = 4011706c2d418e4e13369f5afa5541af8296d6731c12aa670ed0fce66cc4d950edb76a0d24722be6b63538dc3479dcf68bb89ce7d9f37437062635feb6432165
-Size (vault-1.3.0.tar.gz) = 31098388 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
+SHA1 (vault-1.3.1.tar.gz) = 6928209d3760003babeed6852a7cd4c800bdf3b8
+RMD160 (vault-1.3.1.tar.gz) = 51c28b46abe211c91a2330a4b677f9c1b9a277f4
+SHA512 (vault-1.3.1.tar.gz) = 082833136d4fd4ab0986243dc36c5b39786ab379eb30d21096412bd68a4f5024b24ebc9ebd07cbcf6ef65e3a6753774dd4f38c57b071ce6b126d54ef53c100bb
+Size (vault-1.3.1.tar.gz) = 31112300 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
diff --git a/vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_system_stat__netbsd.go b/vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_system_stat__netbsd.go
index 9adea9a664..14ab12ea35 100644
--- a/vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_system_stat__netbsd.go
+++ b/vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_system_stat__netbsd.go
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Provides stat conversion function for NetBSD.
+
 --- vendor/github.com/ory/dockertest/docker/pkg/system/stat_netbsd.go.orig	2019-09-08 00:43:25.064582087 +0000
 +++ vendor/github.com/ory/dockertest/docker/pkg/system/stat_netbsd.go
 @@ -0,0 +1,13 @@
diff --git a/vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_term_termios__bsd.go b/vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_term_termios__bsd.go
index c17a62ef76..de045c604f 100644
--- a/vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_term_termios__bsd.go
+++ b/vault/patches/patch-vendor_github.com_ory_dockertest_docker_pkg_term_termios__bsd.go
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Add "netbsd" to build termios_bsd.go.
+
 --- vendor/github.com/ory/dockertest/docker/pkg/term/termios_bsd.go.orig	2019-08-14 23:03:48.000000000 +0000
 +++ vendor/github.com/ory/dockertest/docker/pkg/term/termios_bsd.go
 @@ -1,4 +1,4 @@


Home | Main Index | Thread Index | Old Index