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:           Mon Jul  3 21:25:03 UTC 2017

Modified Files:
        pkgsrc/sysutils/consul: Makefile distinfo

Log Message:
Update sysutils/consul to 0.8.5.

BREAKING CHANGES:

- agent: Parse values given to `?passing` for health endpoints.
- agent: The default value of `-disable-host-node-id` has been changed
  from false to true.

IMPROVEMENTS:

- agent: Added a `-disable-keyring-file` option to prevent writing
  keyring data to disk.
- agent: Added automatic notify to systemd on Linux after LAN join is
  complete, which makes it easier to order services that depend on
  Consul being available.
- agent: The `http_api_response_headers` config has been moved into a
  new `http_config` struct, so the old form is still supported but is
  deprecated.
- dns: Added support for EDNS(0) size adjustments if set in the
  request frame.
- server: Added a startup warning for servers when expecting to
  bootstrap with an even number of nodes.
- agent: (Consul Enterprise) Added support for non rotating,
  statically named snapshots for S3 snapshots using the snapshot
  agent.

BUG FIXES:

- agent: Fixed a regression where configuring -1 for the port was no
  longer disabling the DNS server.
- agent: Fix `consul leave` shutdown race.
- agent: Show a better error message than 'EOF' when attempting to
  join with the wrong gossip key.
- agent: Fixed an issue where the `Method` and `Header` features of
  HTTP health checks were not being applied.
- agent: Fixed an issue where internally-configured watches were not
  working because of an incorrect protocol error, and unified internal
  watch handling during reloads of the Consul agent.
- server: Fixed an issue where the leader could return stale data
  duing queries as it is starting up.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.12 -r1.13 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.17 pkgsrc/sysutils/consul/Makefile:1.18
--- pkgsrc/sysutils/consul/Makefile:1.17        Tue Jun 13 06:09:25 2017
+++ pkgsrc/sysutils/consul/Makefile     Mon Jul  3 21:25:03 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/06/13 06:09:25 fhajny Exp $
+# $NetBSD: Makefile,v 1.18 2017/07/03 21:25:03 fhajny Exp $
 
-DISTNAME=      consul-0.8.4
+DISTNAME=      consul-0.8.5
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 

Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.12 pkgsrc/sysutils/consul/distinfo:1.13
--- pkgsrc/sysutils/consul/distinfo:1.12        Tue Jun 13 06:09:25 2017
+++ pkgsrc/sysutils/consul/distinfo     Mon Jul  3 21:25:03 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/06/13 06:09:25 fhajny Exp $
+$NetBSD: distinfo,v 1.13 2017/07/03 21:25:03 fhajny Exp $
 
-SHA1 (consul-0.8.4.tar.gz) = 5710418659782be7ac0a50940719b1ad8fb13d5f
-RMD160 (consul-0.8.4.tar.gz) = 5cb4b9d65cbfe44ead1f974b229a17665df3b710
-SHA512 (consul-0.8.4.tar.gz) = 4bbb167a603f1d20940330bd9615ba0f50e0113e1d96ce47773f5d2813635f76dd1aec8f43dae4c8c547cec8a891eb0726eeeda7bd7c5b1d495029b359378e68
-Size (consul-0.8.4.tar.gz) = 6614287 bytes
+SHA1 (consul-0.8.5.tar.gz) = d37fec9db54109a0638b578e4681ca41dfb05a0c
+RMD160 (consul-0.8.5.tar.gz) = c99cf5ee7493eb4b1db0f624e9025bda021c8506
+SHA512 (consul-0.8.5.tar.gz) = ebd73c2fd43ba39e26a1ea62a982d9ac162a45022d3a495ce7e6c660cef58eb5115fa59128694324d9e713acc5c260f2cf2fb3f1c0ab85379a0ebe79ac7f46b2
+Size (consul-0.8.5.tar.gz) = 6630059 bytes



Home | Main Index | Thread Index | Old Index