pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/consul Update sysutils/consul to 0.7.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58abd804edbc
branches:  trunk
changeset: 358535:58abd804edbc
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Feb 14 10:27:50 2017 +0000

description:
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:

 sysutils/consul/Makefile |   4 ++--
 sysutils/consul/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r d9c2c128848a -r 58abd804edbc sysutils/consul/Makefile
--- a/sysutils/consul/Makefile  Tue Feb 14 10:26:27 2017 +0000
+++ b/sysutils/consul/Makefile  Tue Feb 14 10:27:50 2017 +0000
@@ -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 -r d9c2c128848a -r 58abd804edbc sysutils/consul/distinfo
--- a/sysutils/consul/distinfo  Tue Feb 14 10:26:27 2017 +0000
+++ b/sysutils/consul/distinfo  Tue Feb 14 10:27:50 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index