pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

consul: Update to 1.5.3



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Jul 27 08:34:18 2019 +0900
Changeset:	9f38a5e0580774a7c273b914fb9602ee408198a3

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.5.3

IMPROVEMENTS:

* raft: allow trailing logs to be configured as an escape hatch for extreme
  load that prevents followers catching up with leader [GH-6186]
* raft: added raft log chunking capabilities to allow for storing larger KV
  entries [GH-6172]
* agent: added configurable limit for log files to be rotated [GH-5831]
* api: The v1/status endpoints can now be forwarded to remote datacenters
  [GH-6198]

BUG FIXES:

* autopilot: update to also remove failed nodes from WAN gossip pool
  [GH-6028]
* agent: avoid reverting any check updates that occur while a service is
  being added or the config is reloaded [GH-6144]
* auto-encrypt: fix an issue that could cause cloud retry-join to fail when
  utilized with auto-encrypt by falling back to a default port [GH-6205]

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f38a5e0580774a7c273b914fb9602ee408198a3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 consul/Makefile | 2 +-
 consul/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index a57d2ca212..f038f883f5 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.5.2
+DISTNAME=	consul-1.5.3
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index 9c8a0234f2..e90c425ad3 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (consul-1.5.2.tar.gz) = f1a487052be99601446196cf1953bb798fa641af
-RMD160 (consul-1.5.2.tar.gz) = 18285546b0894092ae83a8d7fb05500dabe103ce
-SHA512 (consul-1.5.2.tar.gz) = e0820592abc5e119f74c8bf3d11a23726ee6dda7d193864a4486d64deef0bfd6ae4c9170b57d6f978e7ddfeb425229a019c45a8edcdea0938bce9315f2444fd6
-Size (consul-1.5.2.tar.gz) = 21697719 bytes
+SHA1 (consul-1.5.3.tar.gz) = 2c0ddec0f1014dfcbfc8e9852acb5a8028266add
+RMD160 (consul-1.5.3.tar.gz) = a9a61e34653af66e277c4f7d0880a9ef2cff73fa
+SHA512 (consul-1.5.3.tar.gz) = 3f275ec160b9e583b81ba8d463fdb05e9fc9058db2453d9393a56b67337ea04df98a89225323192230938e1abfb48fa60fe0a32b4d8980573b749217b69933e9
+Size (consul-1.5.3.tar.gz) = 21743194 bytes


Home | Main Index | Thread Index | Old Index