diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-02-08 12:58:32 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-02-08 12:58:32 +0000 |
commit | e3998c25dde07e19e15f8e04c34dcc79f0e0f057 (patch) | |
tree | e67e47259a3842d39a96be82375aeeebdd90ce8e /sysutils/consul | |
parent | fc6b98ec5fae67f4d86e42d33f22dcff8f80a433 (diff) | |
download | pkgsrc-e3998c25dde07e19e15f8e04c34dcc79f0e0f057.tar.gz |
sysutils/consul: Update to 1.0.5.
SECURITY:
- dns: Updated DNS vendor library to pick up bug fix in the DNS server
where an open idle connection blocks the accept loop.
FEATURES:
- agent: Added support for gRPC health checks that probe the standard
gRPC health endpoint.
IMPROVEMENTS:
- agent: (Consul Enterprise) The `disable_update_check` option to
disable Checkpoint now defaults to `true`
- build: Bumped Go version to 1.9.3.
BUG FIXES:
- agent: (Consul Enterprise) Fixed an issue where the snapshot agent's
HTTP client config was being ignored in favor of the HTTP
command-line flags.
- agent: Fixed an issue where health checks added to services with
tags would cause extra periodic writes to the Consul servers, even
if nothing had changed.
- agent: Fixed several areas where reading from catalog, health, or
agent HTTP endpoints could make unintended mofidications to Consul's
state in a way that would cause unnecessary anti-entropy syncs back
to the Consul servers.
- agent: Fixed an issue where Serf events for failed Consul servers
weren't being proactively processed by the RPC router.
Diffstat (limited to 'sysutils/consul')
-rw-r--r-- | sysutils/consul/Makefile | 4 | ||||
-rw-r--r-- | sysutils/consul/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 4fa526bf3ac..e280a2df296 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2018/02/07 16:14:38 fhajny Exp $ +# $NetBSD: Makefile,v 1.27 2018/02/08 12:58:32 fhajny Exp $ -DISTNAME= consul-1.0.4 +DISTNAME= consul-1.0.5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo index 6060f3beb16..56d7eedcedf 100644 --- a/sysutils/consul/distinfo +++ b/sysutils/consul/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2018/02/07 16:14:38 fhajny Exp $ +$NetBSD: distinfo,v 1.22 2018/02/08 12:58:32 fhajny Exp $ -SHA1 (consul-1.0.4.tar.gz) = a5de2838b07121ae851522b35c91b734d068392b -RMD160 (consul-1.0.4.tar.gz) = 67d848163968b21cb9ca5c14878d0cc135b3df1b -SHA512 (consul-1.0.4.tar.gz) = 8c3265d23933181201752952b7c470046202b3e0afd1c6f56e2e9937e2712fed67e0764908afc1a193b7554f2b74723529580130e78765beb21f48b7c0199c3b -Size (consul-1.0.4.tar.gz) = 8204445 bytes +SHA1 (consul-1.0.5.tar.gz) = 2e106bdd525487d9f6bfda00a7841ef3783a41b4 +RMD160 (consul-1.0.5.tar.gz) = 4d20e3eb4f9b3b9bcc9933df3de78bb1307daae8 +SHA512 (consul-1.0.5.tar.gz) = ac5467b359c9a4431d7b0b7052436376ec7ba8e8123845e88594e424577d2c202e07c9ea069a39d5fd873665f2a0675908f066058f9a15913cbeef7d36f7fbf2 +Size (consul-1.0.5.tar.gz) = 8204330 bytes |