pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/consul
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Feb 14 10:27:50 UTC 2017
Modified Files:
pkgsrc/sysutils/consul: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/consul/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/consul/Makefile
diff -u pkgsrc/sysutils/consul/Makefile:1.9 pkgsrc/sysutils/consul/Makefile:1.10
--- pkgsrc/sysutils/consul/Makefile:1.9 Fri Jan 27 14:33:17 2017
+++ pkgsrc/sysutils/consul/Makefile Tue Feb 14 10:27:50 2017
@@ -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/}
Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.5 pkgsrc/sysutils/consul/distinfo:1.6
--- pkgsrc/sysutils/consul/distinfo:1.5 Fri Jan 27 14:33:17 2017
+++ pkgsrc/sysutils/consul/distinfo Tue Feb 14 10:27:50 2017
@@ -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