pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/consul sysutils/consul: Update to 1.0.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b527a491690
branches: trunk
changeset: 375308:6b527a491690
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Thu Feb 08 12:58:32 2018 +0000
description:
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:
sysutils/consul/Makefile | 4 ++--
sysutils/consul/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 170fcef68ef6 -r 6b527a491690 sysutils/consul/Makefile
--- a/sysutils/consul/Makefile Thu Feb 08 12:56:19 2018 +0000
+++ b/sysutils/consul/Makefile Thu Feb 08 12:58:32 2018 +0000
@@ -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 -r 170fcef68ef6 -r 6b527a491690 sysutils/consul/distinfo
--- a/sysutils/consul/distinfo Thu Feb 08 12:56:19 2018 +0000
+++ b/sysutils/consul/distinfo Thu Feb 08 12:58:32 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index