summaryrefslogtreecommitdiff
path: root/sysutils/consul
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-02-14 10:27:50 +0000
committerfhajny <fhajny@pkgsrc.org>2017-02-14 10:27:50 +0000
commitad9b8b1c1a3bb84091c136ed6232b9b8aadf255a (patch)
treed188b64742f93d55a6bf1eb8169f5555948e42ad /sysutils/consul
parentb5c8cbdee8e7dbf7d7867c2791c3b2a2bc4d836d (diff)
downloadpkgsrc-ad9b8b1c1a3bb84091c136ed6232b9b8aadf255a.tar.gz
Update sysutils/consul to 0.7.4.
- agent: Integrated gopsutil library to use built in host UUID as node ID, if available, instead of a randomly generated UUID. This makes it easier for other applications on the same host to generate the same node ID without coordinating with Consul. - agent: Added a configuration option, tls_min_version, for setting the minimum allowed TLS version used for the HTTP API and RPC. - agent: Added a relay-factor option to keyring operations to allow nodes to relay their response through N randomly-chosen other nodes in the cluster. - build: Consul is now built with Go 1.7.5. - dns: Add ability to lookup Consul agents by either their Node ID or Node Name through the node interface (e.g. DNS (node-id|node-name).node.consul). - dns: Fixed an issue where SRV lookups for services on a node registered with non-IP addresses were missing the CNAME record in the additional section of the response.
Diffstat (limited to 'sysutils/consul')
-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 5ea3339aced..7a0c6376cc6 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/01/27 14:33:17 fhajny Exp $
+# $NetBSD: Makefile,v 1.10 2017/02/14 10:27:50 fhajny Exp $
-DISTNAME= consul-0.7.3
+DISTNAME= consul-0.7.4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo
index 8c3ec5375ef..1033b7aae4a 100644
--- a/sysutils/consul/distinfo
+++ b/sysutils/consul/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/01/27 14:33:17 fhajny Exp $
+$NetBSD: distinfo,v 1.6 2017/02/14 10:27:50 fhajny Exp $
-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
+SHA1 (consul-0.7.4.tar.gz) = 4f488c667dee40fb7b89fef9d1abebe68f246d45
+RMD160 (consul-0.7.4.tar.gz) = a6f12a4cdb75ed50ddab6a276ab7e157011010da
+SHA512 (consul-0.7.4.tar.gz) = 21e5b76aa2ebb6d2adb69fbc8520a46747257da209fa620a1f9bea8fdde93fdfa9ec52536efaa00eeaa24c6ae89bc878f3244a038b0836b36a494adbbfb559b8
+Size (consul-0.7.4.tar.gz) = 5156813 bytes