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:           Thu Feb  8 12:58:32 UTC 2018

Modified Files:
        pkgsrc/sysutils/consul: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.21 -r1.22 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.26 pkgsrc/sysutils/consul/Makefile:1.27
--- pkgsrc/sysutils/consul/Makefile:1.26        Wed Feb  7 16:14:38 2018
+++ pkgsrc/sysutils/consul/Makefile     Thu Feb  8 12:58:32 2018
@@ -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/}
 

Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.21 pkgsrc/sysutils/consul/distinfo:1.22
--- pkgsrc/sysutils/consul/distinfo:1.21        Wed Feb  7 16:14:38 2018
+++ pkgsrc/sysutils/consul/distinfo     Thu Feb  8 12:58:32 2018
@@ -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