summaryrefslogtreecommitdiff
path: root/sysutils/consul
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-05-10 17:15:25 +0000
committerfhajny <fhajny@pkgsrc.org>2017-05-10 17:15:25 +0000
commit6c3862039f000e947c5360d725534e92c13a14f6 (patch)
tree34f8f950c1eb086c021876b51a40ec200035fe33 /sysutils/consul
parent747196ef6f9943c35275a5b8fe51b945ce6c747a (diff)
downloadpkgsrc-6c3862039f000e947c5360d725534e92c13a14f6.tar.gz
Update sysutils/consul to 0.8.2
BREAKING CHANGES: - api: HttpClient now defaults to nil in the client config and will be generated if left blank. A NewHttpClient function has been added for creating an HttpClient with a custom Transport or TLS config. IMPROVEMENTS: - agent: Added an error at agent startup time if both -ui and -ui-dir are configured together. - agent: Added the datacenter of a node to the catalog, health, and query API endpoints which contain a Node structure. - agent: Added the ca_path, tls_cipher_suites, and tls_prefer_server_cipher_suites options to give more flexibility around configuring TLS. - agent: Reduced the timeouts for the -dev server mode so that the development server starts up almost instantly. - agent: Added verify_incoming_rpc and verify_incoming_https options for more granular control over incoming TLS enforcement. - agent: Use bind address as source for outgoing connections. - api: Added the ACL replication status endpoint to the Go API client library. - cli: Added Raft protocol version to output of operator raft list-peers command. - ui: Added optional JSON validation when editing KV entries in the web UI. - ui: Updated ACL guide links and made guides open in a new tab. BUG FIXES: - server: Fixed a panic when the tombstone garbage collector was stopped. - server: Fixed a panic in Autopilot that could occur when a node is elected but cannot complete leader establishment and steps back down. - server: Added a new peers.json format that allows outage recovery when using Raft protocol version 3 and higher. Previously, you'd have to set the Raft protocol version back to 2 in order to manually recover a cluster. - ui: Add and update favicons
Diffstat (limited to 'sysutils/consul')
-rw-r--r--sysutils/consul/Makefile4
-rw-r--r--sysutils/consul/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index 46237cd37bc..4a46c916606 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/04/18 15:47:17 fhajny Exp $
+# $NetBSD: Makefile,v 1.15 2017/05/10 17:15:25 fhajny Exp $
-DISTNAME= consul-0.8.1
+DISTNAME= consul-0.8.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo
index ade893d3535..5e628c9a679 100644
--- a/sysutils/consul/distinfo
+++ b/sysutils/consul/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/04/18 15:47:17 fhajny Exp $
+$NetBSD: distinfo,v 1.10 2017/05/10 17:15:25 fhajny Exp $
-SHA1 (consul-0.8.1.tar.gz) = 146f102e055e04804f0bae5fbc2e92e26b103f8a
-RMD160 (consul-0.8.1.tar.gz) = d3f04885b733233dfeb281c6cdcd448d0e48b715
-SHA512 (consul-0.8.1.tar.gz) = 484fb75f712c29571be5e7fb2f60cd70c8314392771e84756103571d809bb47212aa8572c7276b5e8db933ce48dc50662af89902ba997666fe49de52c8fa0497
-Size (consul-0.8.1.tar.gz) = 5103830 bytes
+SHA1 (consul-0.8.2.tar.gz) = 0c5072cb94d925da5ed5965fe05f7221fde36f09
+RMD160 (consul-0.8.2.tar.gz) = 05cb9697743ccdd95a0a1d68f999773bb615dd78
+SHA512 (consul-0.8.2.tar.gz) = 13bd28f0da488ee8fb3068515e2fddc7fe2d663c8848357b689332c44d757c1f3a017c604a68958f1fa22b5d6b58e3b09574a8fff9ab41d74ab6aec347b356d0
+Size (consul-0.8.2.tar.gz) = 6513370 bytes