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.8.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcb0973febb0
branches:  trunk
changeset: 361243:dcb0973febb0
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Apr 18 15:47:17 2017 +0000

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

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

diffs (28 lines):

diff -r 959804562b1e -r dcb0973febb0 sysutils/consul/Makefile
--- a/sysutils/consul/Makefile  Tue Apr 18 15:39:27 2017 +0000
+++ b/sysutils/consul/Makefile  Tue Apr 18 15:47:17 2017 +0000
@@ -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 -r 959804562b1e -r dcb0973febb0 sysutils/consul/distinfo
--- a/sysutils/consul/distinfo  Tue Apr 18 15:39:27 2017 +0000
+++ b/sysutils/consul/distinfo  Tue Apr 18 15:47:17 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index