pkgsrc-WIP-changes archive

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

vault: Update to 1.10.4



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jun 12 09:23:15 2022 +0900
Changeset:	6494f375911f52bb45c6f18ec3e43dc51b5b8b18

Modified Files:
	vault/Makefile
	vault/distinfo
	vault/go-modules.mk

Log Message:
vault: Update to 1.10.4

CHANGES:

* core: Bump Go version to 1.17.11. [GH-go-ver-1104]

IMPROVEMENTS:

* api/monitor: Add log_format option to allow for logs to be emitted in
JSON format [GH-15536]
* auth: Globally scoped Login MFA method Get/List endpoints [GH-15248]
* auth: forward cached MFA auth response to the leader using RPC instead of
forwarding all login requests [GH-15469]
* cli/debug: added support for retrieving metrics from DR clusters if
unauthenticated_metrics_access is enabled [GH-15316]
* command/debug: Add log_format flag to allow for logs to be emitted in
JSON format [GH-15536]
* core: Fix some identity data races found by Go race detector (no known
impact yet). [GH-15123]
* storage/raft: Use larger timeouts at startup to reduce likelihood of
inducing elections. [GH-15042]
* ui: Allow namespace param to be parsed from state queryParam [GH-15378]

BUG FIXES:

* agent: Redact auto auth token from renew endpoints [GH-15380]
* auth/kubernetes: Fix error code when using the wrong service account
[GH-15585]
* auth/ldap: The logic for setting the entity alias when username_as_alias
is set has been fixed. The previous behavior would make a request to the
LDAP server to get user_attr before discarding it and using the username
instead. This would make it impossible for a user to connect if this
attribute was missing or had multiple values, even though it would not be
used anyway. This has been fixed and the username is now used without
making superfluous LDAP searches. [GH-15525]
* auth: Fixed erroneous success message when using vault login in case of
two-phase MFA [GH-15428]
* auth: Fixed erroneous token information being displayed when using vault
login in case of two-phase MFA [GH-15428]
* auth: Fixed two-phase MFA information missing from table format when
using vault login [GH-15428]
* auth: Prevent deleting a valid MFA method ID using the endpoint for a
different MFA method type [GH-15482]
* core (enterprise): Fix overcounting of lease count quota usage at
startup.
* core: Prevent changing file permissions of audit logs when mode 0000 is
used. [GH-15759]
* core: Prevent metrics generation from causing deadlocks. [GH-15693]
* core: fixed systemd reloading notification [GH-15041]
* mfa/okta: disable client side rate limiting causing delays in push
notifications [GH-15369]
* storage/raft (enterprise): Auto-snapshot configuration now forbids
slashes in file prefixes for all types, and "/" in path prefix for local
storage type. Strip leading prefix in path prefix for AWS. Improve error
handling/reporting.
* transform (enterprise): Fix non-overridable column default value causing
tokenization tokens to expire prematurely when using the MySQL storage
backend.
* ui: Fix inconsistent behavior in client count calendar widget [GH-15789]
* ui: Fixed client count timezone for start and end months [GH-15167]
* ui: fix firefox inability to recognize file format of client count csv
export [GH-15364]

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

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      | 30 +++++++++++++++---------------
 vault/go-modules.mk |  8 ++++----
 3 files changed, 20 insertions(+), 20 deletions(-)

diffs:
diff --git a/vault/Makefile b/vault/Makefile
index 23fddf45ed..f2b7ccd5bf 100644
--- a/vault/Makefile
+++ b/vault/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	vault-1.10.3
+DISTNAME=	vault-1.10.4
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/vault/distinfo b/vault/distinfo
index ca7a17676d..193b9458e5 100644
--- a/vault/distinfo
+++ b/vault/distinfo
@@ -3231,12 +3231,12 @@ Size (github.com_hashicorp_raft_@v_v1.1.2-0.20191002163536-9c6bd3e3eb17.mod) = 4
 BLAKE2s (github.com_hashicorp_raft_@v_v1.2.0.mod) = e00f7090bdde995fe6e3f964e66b48250a3e094f9ab863d20daa577b2afa809d
 SHA512 (github.com_hashicorp_raft_@v_v1.2.0.mod) = e44c233e6bf407eac6a4eb6f7a72dc0118575b6dfe48a9d0afb95d99a847ad30f75b11e6d008238b7761965182df56e52ec183bb0905e054a638c76898368e6d
 Size (github.com_hashicorp_raft_@v_v1.2.0.mod) = 410 bytes
-BLAKE2s (github.com_hashicorp_raft_@v_v1.3.3.mod) = 6e3b92be0a713cdcec234d995701142aa0203885d013f41e97e50c7f7331caa4
-SHA512 (github.com_hashicorp_raft_@v_v1.3.3.mod) = a687048d5ba12f826081a5c4c39501e0dfe949b98e7c8b4b4bfa2b9be27fb650d6fe8ec31ca379ab0c13b79909a1edbe1f410500651f7226206bd4e0d21eb296
-Size (github.com_hashicorp_raft_@v_v1.3.3.mod) = 233 bytes
-BLAKE2s (github.com_hashicorp_raft_@v_v1.3.3.zip) = 70376568119b847289ade5974b982d5bf9fddc4d9ee3b881c2aeb1e930f33376
-SHA512 (github.com_hashicorp_raft_@v_v1.3.3.zip) = 9b789767529c5882a69fe043dfaec02d1c4e8ebeae5155403ca55f0e32d009321c1c9514ad90b30007e299ccbbaeaa02a00cc3f008627e3d2a0f8d6791c42954
-Size (github.com_hashicorp_raft_@v_v1.3.3.zip) = 146769 bytes
+BLAKE2s (github.com_hashicorp_raft_@v_v1.3.9.mod) = 6e3b92be0a713cdcec234d995701142aa0203885d013f41e97e50c7f7331caa4
+SHA512 (github.com_hashicorp_raft_@v_v1.3.9.mod) = a687048d5ba12f826081a5c4c39501e0dfe949b98e7c8b4b4bfa2b9be27fb650d6fe8ec31ca379ab0c13b79909a1edbe1f410500651f7226206bd4e0d21eb296
+Size (github.com_hashicorp_raft_@v_v1.3.9.mod) = 233 bytes
+BLAKE2s (github.com_hashicorp_raft_@v_v1.3.9.zip) = 5e4c6043566c8ec4b7d43cbd1919f6a925f4971eb6d8918a9c139e659a97797f
+SHA512 (github.com_hashicorp_raft_@v_v1.3.9.zip) = 38e8cb28cf6d2d5f9aa6d851b056e2d0a1457ea0e71c9948fc091c219085711a15c9e9fed590d9ceeb21cd2ab6ebebd6c1cba4099ca5d91666afc5373322cf7c
+Size (github.com_hashicorp_raft_@v_v1.3.9.zip) = 158560 bytes
 BLAKE2s (github.com_hashicorp_serf_@v_v0.8.2.mod) = f4e7df96fc57b0c0cb50df6613ba18d49aa5c26769be0bf85f701ee09d2db4c1
 SHA512 (github.com_hashicorp_serf_@v_v0.8.2.mod) = 7fb4f6b07a08973d6cf33be6f03356eb1b176d816955274a4aa1571b8965fc311ff0c832901fe9a716c5d5bb697e7c861c458ce618fd7d2d4eecb316b2efbbdd
 Size (github.com_hashicorp_serf_@v_v0.8.2.mod) = 774 bytes
@@ -3291,12 +3291,12 @@ Size (github.com_hashicorp_vault-plugin-auth-kerberos_@v_v0.6.0.mod) = 901 bytes
 BLAKE2s (github.com_hashicorp_vault-plugin-auth-kerberos_@v_v0.6.0.zip) = 739692fa7beed10200741360305ce4f51098cbba499bf157f6720a7e24a0e887
 SHA512 (github.com_hashicorp_vault-plugin-auth-kerberos_@v_v0.6.0.zip) = 2b3ad1add6d30ab6293c0a7ea4a4b3673b827a3b77e5fd51ea50f5bad26e6ac3d1ca24c62aaf4935fd5893aa306d85bddf9aa489f66b83c920abce60f42d6749
 Size (github.com_hashicorp_vault-plugin-auth-kerberos_@v_v0.6.0.zip) = 65023 bytes
-BLAKE2s (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.0.mod) = 042c30fc6f370518b26d843573d2826582878adbacbd1125b92aec985a05b030
-SHA512 (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.0.mod) = b4e51f525e9ef3088f4ab7ed6712cf6adf4f70ae0bb56d3f410554bde88874ad8a1b034afafd10d2c9c518dc4d213fa0f498655d0da2f9f248fd6c95f535a2a7
-Size (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.0.mod) = 778 bytes
-BLAKE2s (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.0.zip) = d1eb5021682ff9c3399df76f021ee918565ab00bfa24757b7ca129fe0d4b4733
-SHA512 (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.0.zip) = e1c1a7c760c51cb75ce1a38b693411548b0c6efe07b194ecf8f307c5e2449c219faeaf3ecb27988cdcc886f4f18ee4827d8d8766234055dc6754bb6c6c995d5a
-Size (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.0.zip) = 69131 bytes
+BLAKE2s (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.1.mod) = e1e8f10d5b12665e626609602ff5180e1df4375f3abbfc610598c095ddce6e9b
+SHA512 (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.1.mod) = 90dc885ef8b877ab15c8a904cf8cbbea47f2c984b66be30fdcc1d07ec82ae24946134ed9f02bc96bb161495b44d0916234036f58c481fd481417b5b275c7b848
+Size (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.1.mod) = 778 bytes
+BLAKE2s (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.1.zip) = 9939b2e38015da82de1b7cd6ac18b8ccf89922b65bca54e684569c7dbededa1f
+SHA512 (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.1.zip) = 0dbf241ec7e9e6814117b729f552b32826f8384f377d7c5c3e0a488f316a907ef3cfdce0af23e1045343c10b4046e8dc4362e176d862e3cb0f6f1e102df38aa0
+Size (github.com_hashicorp_vault-plugin-auth-kubernetes_@v_v0.12.1.zip) = 68743 bytes
 BLAKE2s (github.com_hashicorp_vault-plugin-auth-oci_@v_v0.10.0.mod) = 93ebc939061995d8a210edc679c7544120c631cbf2850e007e933dc439b2b9fe
 SHA512 (github.com_hashicorp_vault-plugin-auth-oci_@v_v0.10.0.mod) = 532a95bef5f921b247f8db9ec3507852bc9d021d9c1aa68c5c4cdee2a3680c2cad74ed89cd76268d27a77c4d743b0807f663d48ce3c85ed89ac7309144aff77c
 Size (github.com_hashicorp_vault-plugin-auth-oci_@v_v0.10.0.mod) = 1073 bytes
@@ -7608,6 +7608,6 @@ Size (sigs.k8s.io_yaml_@v_v1.2.0.mod) = 106 bytes
 BLAKE2s (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 196614bfe35a861524f0dd2e2e0b63fbd650b889bab18114f167720f05506b70
 SHA512 (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 52a52b3d380ae6e2cbe1b2c849d3089f74aa876fb3fadfbd02eada97446e0f2cf387f10ddb527f2dfefd57dccba8c82b0b349efbecaa0e6e3d00dc2b5d4fc21e
 Size (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 20937 bytes
-BLAKE2s (vault-1.10.3.tar.gz) = 7862631a014c186bd10079c49aeda8efedf95f6fe470683311f98c84410ba66e
-SHA512 (vault-1.10.3.tar.gz) = 11e260fc8d6d98304af9ed90b674b46d8ed5ff2aeaa35e198ea8a667536e37a7d58ae05aece7aeced8bf0501cd179cc7711f91c8a2dedae706868a5e164f8001
-Size (vault-1.10.3.tar.gz) = 26488573 bytes
+BLAKE2s (vault-1.10.4.tar.gz) = bbbd414391ba004b16586a818b60267068c1adf4480a38058d0e051b064385a0
+SHA512 (vault-1.10.4.tar.gz) = f5ffa3e5933fba8d15b5500aad9936c80dc988e0da26a74c8675351c68d3a9d5e231dfc281d0e7a1385e11434f96a8ce4297309b8e62174bb94f6b30adcf5b10
+Size (vault-1.10.4.tar.gz) = 28464973 bytes
diff --git a/vault/go-modules.mk b/vault/go-modules.mk
index 6cdaac3e6d..6db3e66419 100644
--- a/vault/go-modules.mk
+++ b/vault/go-modules.mk
@@ -1077,8 +1077,8 @@ GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.0.1.mod
 GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.1.0.mod
 GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.1.2-0.20191002163536-9c6bd3e3eb17.mod
 GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.2.0.mod
-GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.3.3.mod
-GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.3.3.zip
+GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.3.9.mod
+GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.3.9.zip
 GO_MODULE_FILES+=	github.com/hashicorp/serf/@v/v0.8.2.mod
 GO_MODULE_FILES+=	github.com/hashicorp/serf/@v/v0.9.4.mod
 GO_MODULE_FILES+=	github.com/hashicorp/serf/@v/v0.9.6.mod
@@ -1097,8 +1097,8 @@ GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-jwt/@v/v0.12.1.mod
 GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-jwt/@v/v0.12.1.zip
 GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-kerberos/@v/v0.6.0.mod
 GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-kerberos/@v/v0.6.0.zip
-GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-kubernetes/@v/v0.12.0.mod
-GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-kubernetes/@v/v0.12.0.zip
+GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-kubernetes/@v/v0.12.1.mod
+GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-kubernetes/@v/v0.12.1.zip
 GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-oci/@v/v0.10.0.mod
 GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-auth-oci/@v/v0.10.0.zip
 GO_MODULE_FILES+=	github.com/hashicorp/vault-plugin-database-couchbase/@v/v0.6.0.mod


Home | Main Index | Thread Index | Old Index