summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorfhajny <fhajny>2017-04-18 15:47:17 +0000
committerfhajny <fhajny>2017-04-18 15:47:17 +0000
commite020a9a430a058b4a0198f04c9006394d409f345 (patch)
treedbea5719a02fa62e6ed45e26ac223eb562343b94 /sysutils
parentc9eca3fdcaadfd5f90c847ee8cf423d483ea7faa (diff)
downloadpkgsrc-e020a9a430a058b4a0198f04c9006394d409f345.tar.gz
Update sysutils/consul to 0.8.1.
IMPROVEMENTS: - agent: Node IDs derived from host information are now hashed to prevent things like common server hardware from generating IDs with a common prefix across nodes. - agent: Added new -disable-host-node-id CLI flag and disable_host_node_id config option to the Consul agent to prevent it from using information from the host when generating a node ID. - agent: Removed useless "==> Caught signal: broken pipe" logging since that often results from problems sending telemetry or broken incoming client connections; operators don't need to be alerted to these. - cli: Added TLS options for setting the client/CA certificates to use when communicating with Consul. - build: Consul is now built with Go 1.8.1. - ui: Updates Consul assets to new branding. BUG FIXES: - api: Added missing Raft index fields to AgentService and Node structures. - server: Fixed an issue where flood joins would not work with IPv6 addresses. - server: Fixed an issue where electing a 0.8.x leader during an upgrade would cause a panic in older servers. - server: Fixed an issue where tracking of leadership changes could become incorrect when changes occurred very rapidly. - server: Fixed a panic when checking ACLs on a session that doesn't exist.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/consul/Makefile5
-rw-r--r--sysutils/consul/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index ede99476bb2..46237cd37bc 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/04/13 15:12:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.14 2017/04/18 15:47:17 fhajny Exp $
-DISTNAME= consul-0.8.0
-PKGREVISION= 1
+DISTNAME= consul-0.8.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo
index c01e5d7f4c3..ade893d3535 100644
--- a/sysutils/consul/distinfo
+++ b/sysutils/consul/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/04/06 19:25:17 fhajny Exp $
+$NetBSD: distinfo,v 1.9 2017/04/18 15:47:17 fhajny Exp $
-SHA1 (consul-0.8.0.tar.gz) = 66e5cdc1657c852003e01458ae200f1918638c9e
-RMD160 (consul-0.8.0.tar.gz) = 0fcc43785991e1a90e60f85505e2ca32e10d1c02
-SHA512 (consul-0.8.0.tar.gz) = 4bb8bb50e4ab897cac7936bef590c7d8f93eca61913cd88588d5d0324c04fe2582d224dd25191b20bf76b000f764b4decce23118d3f8ed024b887b3194520644
-Size (consul-0.8.0.tar.gz) = 4629677 bytes
+SHA1 (consul-0.8.1.tar.gz) = 146f102e055e04804f0bae5fbc2e92e26b103f8a
+RMD160 (consul-0.8.1.tar.gz) = d3f04885b733233dfeb281c6cdcd448d0e48b715
+SHA512 (consul-0.8.1.tar.gz) = 484fb75f712c29571be5e7fb2f60cd70c8314392771e84756103571d809bb47212aa8572c7276b5e8db933ce48dc50662af89902ba997666fe49de52c8fa0497
+Size (consul-0.8.1.tar.gz) = 5103830 bytes