summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorfhajny <fhajny>2017-01-27 14:33:17 +0000
committerfhajny <fhajny>2017-01-27 14:33:17 +0000
commit33f8392f63c5ce8cc7a1aa4da921bcebe1d681d6 (patch)
tree081429f8f3342b111f2a296e58a99070b1697a8d /sysutils
parent167e72a8137251f169f472013a42aa83c7deb1ca (diff)
downloadpkgsrc-33f8392f63c5ce8cc7a1aa4da921bcebe1d681d6.tar.gz
Update sysutils/consul to 0.7.3.
FEATURES: - KV Import/Export CLI: consul kv export and consul kv import can be used to move parts of the KV tree between disconnected consul clusters, using JSON as the intermediate representation. - Node Metadata: Support for assigning user-defined metadata key/value pairs to nodes has been added. - Node Identifiers: Consul agents can now be configured with a unique identifier, or they will generate one at startup that will persist across agent restarts. - Improved Blocking Queries: Consul's blocking query implementation was improved to provide a much more fine-grained mechanism for detecting changes. - GCE auto-discovery: New -retry-join-gce configuration options added to allow bootstrapping by automatically discovering Google Cloud instances with a given tag at startup. IMPROVEMENTS: - build: Consul is now built with Go 1.7.4. - cli: consul kv get now has a -base64 flag to base 64 encode the value. - cli: consul kv put now has a -base64 flag for setting values which are base 64 encoded. - ui: Added a notice that JS is required when viewing the web UI with JS disabled. BUG FIXES: - agent: Redacted the AWS access key and secret key ID from the /v1/agent/self output so they are not disclosed. - agent: Fixed a rare startup panic due to a Raft/Serf race condition. - cli: Fixed a panic when an empty quoted argument was given to consul kv put. - tests: Fixed a race condition with check mock's map usage.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/consul/Makefile4
-rw-r--r--sysutils/consul/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index d01ac9b2ecb..5ea3339aced 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/01/03 07:39:07 fhajny Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/27 14:33:17 fhajny Exp $
-DISTNAME= consul-0.7.2
+DISTNAME= consul-0.7.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo
index 957e0d8818e..8c3ec5375ef 100644
--- a/sysutils/consul/distinfo
+++ b/sysutils/consul/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/01/03 07:39:07 fhajny Exp $
+$NetBSD: distinfo,v 1.5 2017/01/27 14:33:17 fhajny Exp $
-SHA1 (consul-0.7.2.tar.gz) = c7aaf0068e401144cd4b2410543ded8f7b569bc2
-RMD160 (consul-0.7.2.tar.gz) = cf3dd07fe189e74641ec91141cf3a722bf82c766
-SHA512 (consul-0.7.2.tar.gz) = 62638f652bad421fe6400338f52f6a142dda9bf4838682f5a31c94ebdb3569ed217cfc7ba8b53a38fae44aaaa8e93912a486d445ed7addb2ff58c7c608469322
-Size (consul-0.7.2.tar.gz) = 4200076 bytes
+SHA1 (consul-0.7.3.tar.gz) = bd287182b7b6f3cf5bd28c08e1fbbbd0ac27a6fd
+RMD160 (consul-0.7.3.tar.gz) = f833a05340d66ded041f3b0ae3539ada24719153
+SHA512 (consul-0.7.3.tar.gz) = abb81183118fa3af0e3ef6c46b15441c8ce6b15dbd37e8516a36f2a2fe7eda8f98a11c40e14181392858ba92d86f4148849c15b6afef16439f1b2e250159a717
+Size (consul-0.7.3.tar.gz) = 5022341 bytes