pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vault: Update to 1.3.3
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Sun Mar 8 14:17:35 2020 +0900
Changeset: 4c398b02d36a7f38e400476e4931766d71c0f263
Modified Files:
vault/Makefile
vault/distinfo
Log Message:
vault: Update to 1.3.3
BUG FIXES:
* approle: Fix excessive locking during tidy, which could potentially block
new approle logins for long enough to cause an outage [GH-8418]
* cli: Fix issue where Raft snapshots from standby nodes created an empty
backup file [GH-8097]
* identity: Fix incorrect caching of identity token JWKS responses
[GH-8412]
* secrets/database/influxdb: Fix potential panic if connection to the
InfluxDB database cannot be established [GH-8282]
* storage/mysql: Fix potential crash when using MySQL as coordination for
high availability [GH-8300]
* storage/raft: Fix potential crash when using Raft as coordination for
high availability [GH-8356]
* ui: Fix missing License menu item [GH-8230]
* ui: Fix bug where default auth method on login is defaulted to auth
method that is listing-visibility=unauth instead of “other” [GH-8218]
* ui: Fix bug where KMIP details were not shown in the UI Wizard [GH-8255]
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c398b02d36a7f38e400476e4931766d71c0f263
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vault/Makefile | 5 +++--
vault/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs:
diff --git a/vault/Makefile b/vault/Makefile
index ad31ae7106..b74121abbc 100644
--- a/vault/Makefile
+++ b/vault/Makefile
@@ -1,7 +1,6 @@
# $NetBSD$
-DISTNAME= vault-1.3.2
-PKGREVISION= 1
+DISTNAME= vault-1.3.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
@@ -21,6 +20,8 @@ USE_TOOLS+= bash gmake
INSTALLATION_DIRS+= bin
+REPLACE_BASH+= scripts/gen_openapi.sh
+
# Clumsy workaround for https://github.com/golang/go/issues/22409
pre-build:
${RM} -rf ${WRKSRC}/vault/external_tests
diff --git a/vault/distinfo b/vault/distinfo
index daf4ba2f54..c31329c4db 100644
--- a/vault/distinfo
+++ b/vault/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-SHA1 (vault-1.3.2.tar.gz) = 0842c52a74908c92ecc2930def564f47b6b72d79
-RMD160 (vault-1.3.2.tar.gz) = 0d5ea75cabc52cd6e85cc8de8f2c5e888ebafdc2
-SHA512 (vault-1.3.2.tar.gz) = 7335be2e16a1b39e94d0d8c32537cc8401f5f449b9cd6936cd72fe9f8da68e5c1c7521bd51f32eedd39ee67e637a04387388e34b78ef701cf16a96a66071577a
-Size (vault-1.3.2.tar.gz) = 31119205 bytes
+SHA1 (vault-1.3.3.tar.gz) = 2bdb5062b1f7ba97621ca7f390523a2bd7837b7b
+RMD160 (vault-1.3.3.tar.gz) = 8f853575bcc69182b67a959bda84345c15ec7bdd
+SHA512 (vault-1.3.3.tar.gz) = e50c5ea7ad9b5aa5f010dd8a0b9d8bb8005e38e40eeed055992bdc5f305447f0230647b23f9ab6bb4a2700107199efca1d8b2acd263628bbedd4dfcc70c32d9e
+Size (vault-1.3.3.tar.gz) = 31121317 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