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 Apr 18 15:47:18 UTC 2017

Modified Files:
        pkgsrc/sysutils/consul: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/sysutils/consul/Makefile:1.14
--- pkgsrc/sysutils/consul/Makefile:1.13        Thu Apr 13 15:12:06 2017
+++ pkgsrc/sysutils/consul/Makefile     Tue Apr 18 15:47:17 2017
@@ -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/}
 

Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.8 pkgsrc/sysutils/consul/distinfo:1.9
--- pkgsrc/sysutils/consul/distinfo:1.8 Thu Apr  6 19:25:17 2017
+++ pkgsrc/sysutils/consul/distinfo     Tue Apr 18 15:47:17 2017
@@ -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