pkgsrc-WIP-changes archive

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

consul: Update to 1.8.3



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Aug 15 09:59:54 2020 +0900
Changeset:	b89a027c091ffc747b4aba22a1f505c822713d16

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.8.3

BUGFIXES:

* catalog: fixed a bug where nodes, services, and checks would not be
  restored with the correct Create/ModifyIndex when restoring from a snapshot
  [GH-8485]
* vendor: update github.com/armon/go-metrics to v0.3.4 to mitigate a
  potential panic when emitting Prometheus metrics at an interval longer than
  the metric expiry time [GH-8478]
* connect: (Consul Enterprise only) Fixed a regression that prevented mesh
  gateways from routing to services in their local datacenter that reside
  outside of the default namespace.

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

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

diffstat:
 consul/Makefile | 6 +++---
 consul/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index 4191b955aa..84b69472a3 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.8.2
+DISTNAME=	consul-1.8.3
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
@@ -79,8 +79,8 @@ GO_MODULE_FILES+=	github.com/armon/consul-api/@v/v0.0.0-20180202201655-eb2c6b5be
 GO_MODULE_FILES+=	github.com/armon/consul-api/@v/v0.0.0-20180202201655-eb2c6b5be1b6.zip
 GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.mod
 GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.0.0-20190430140413-ec5e00d3c878.mod
-GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.3.3.mod
-GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.3.3.zip
+GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.3.4.mod
+GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.3.4.zip
 GO_MODULE_FILES+=	github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.mod
 GO_MODULE_FILES+=	github.com/armon/go-radix/@v/v1.0.0.mod
 GO_MODULE_FILES+=	github.com/armon/go-radix/@v/v1.0.0.zip
diff --git a/consul/distinfo b/consul/distinfo
index bb768f42d1..6cdb2276d3 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -16,10 +16,10 @@ SHA1 (cloud.google.com_go_@v_v0.38.0.zip) = e8fc42c24b508308c1eeec0734355753957b
 RMD160 (cloud.google.com_go_@v_v0.38.0.zip) = d60966b058fbdaa89c0e915bf979655c09a0af14
 SHA512 (cloud.google.com_go_@v_v0.38.0.zip) = 8981a08b1ba0226854567b0977d8a349abe2b58420421ab1dccdaf9c98e7657cb2140ad1a38767d25cb54249b61f162ecd51d401374a29f7368a550b19196595
 Size (cloud.google.com_go_@v_v0.38.0.zip) = 2721920 bytes
-SHA1 (consul-1.8.2.tar.gz) = ed0954b68e23d7e8cfc88559d9063e22d39062b5
-RMD160 (consul-1.8.2.tar.gz) = 2893de0ca247a08ea8d0c28c362226b34182cd72
-SHA512 (consul-1.8.2.tar.gz) = c222d0989390fb256a07365844aa42aa7672087d29cb86b4fd486fc7ffd9a59ff35eac9ff5dca761194011d127489e38aa70d04232a8299c7b325d4d1d322cf2
-Size (consul-1.8.2.tar.gz) = 24237536 bytes
+SHA1 (consul-1.8.3.tar.gz) = cba2d906f88490c6502ab1a9b29d8d447bd73eb4
+RMD160 (consul-1.8.3.tar.gz) = 127cf460bfee95d0f9f1c2c3088bcc527e6f7dcc
+SHA512 (consul-1.8.3.tar.gz) = 841c21319b8937d1bccfc49c254db4d040368e678884c12fa67e8918e36c030c855c2b10fa7e372125c86345f0c6623fe7de54a4e657334db4a305752b7fd369
+Size (consul-1.8.3.tar.gz) = 24240809 bytes
 SHA1 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = f9109627fbe12f64f8eb8833bd5b229a66ce0b23
 RMD160 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = 23f84f3bda5e834ca479cd36203a4490457181a8
 SHA512 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e


Home | Main Index | Thread Index | Old Index