summaryrefslogtreecommitdiff
path: root/sysutils/consul
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-07-03 12:14:30 +0000
committerfhajny <fhajny@pkgsrc.org>2018-07-03 12:14:30 +0000
commitc1f6abe0ad048088e88b5e5d182c5b0e9eee3c33 (patch)
treef028ff69a36b975f6cdd3b05d5588bf3b2b59d92 /sysutils/consul
parent0eea86f0895fe151a331afd61ac08cf14e288139 (diff)
downloadpkgsrc-c1f6abe0ad048088e88b5e5d182c5b0e9eee3c33.tar.gz
sysutils/consul: Update to 1.2.0.
FEATURES: - Connect Feature Beta: This version includes a major new feature for Consul named Connect. Connect enables secure service-to-service communication with automatic TLS encryption and identity-based authorization. - Connect must be enabled explicitly in configuration so upgrading a cluster will not affect any existing functionality until it's enabled. - This is a Beta feature, we don't recommend enabling this in production yet. Please see the documentation for more information. - dns: Enable PTR record lookups for services with IPs that have no registered node - ui: Default to serving the new UI. Setting the `CONSUL_UI_LEGACY` environment variable to `1` or `true` will revert to serving the old UI IMPROVEMENTS: - agent: A Consul user-agent string is now sent to providers when making retry-join requests - client: Add metrics for failed RPCs - agent: Add configuration entry to control including TXT records for node meta in DNS responses - client: Make RPC rate limit configuration reloadable BUG FIXES: - agent: Fixed an issue where watches were being duplicated on reload. - agent: Fixed an issue with Agent watches on a HTTPS only agent would fail to use TLS. - agent: Fixed bug that would cause unnecessary and frequent logging yamux keepalives - dns: Re-enable full DNS compression
Diffstat (limited to 'sysutils/consul')
-rw-r--r--sysutils/consul/Makefile5
-rw-r--r--sysutils/consul/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index 57db8deec14..7ce4f10cc75 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2018/06/12 17:50:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.34 2018/07/03 12:14:30 fhajny Exp $
-DISTNAME= consul-1.1.0
-PKGREVISION= 1
+DISTNAME= consul-1.2.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo
index 39eb60279c9..ad58c8c3d0e 100644
--- a/sysutils/consul/distinfo
+++ b/sysutils/consul/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2018/05/14 16:12:41 fhajny Exp $
+$NetBSD: distinfo,v 1.26 2018/07/03 12:14:30 fhajny Exp $
-SHA1 (consul-1.1.0.tar.gz) = e3a4f1047acb7c831bf772c3d26c4d5c0778df69
-RMD160 (consul-1.1.0.tar.gz) = 13d0527531883e7f9d2e60a1ff96ec0d9445e597
-SHA512 (consul-1.1.0.tar.gz) = 80c16a42fc58930234cb277bfdd21c3f1d9f7fe1cf2fea6284056a47f602a40a15ddd447779e83fc5b42502ca8a507a819f5ad7d11689c0bcbb0da739b217721
-Size (consul-1.1.0.tar.gz) = 11125956 bytes
+SHA1 (consul-1.2.0.tar.gz) = 80b62983aa44a7f90ad1619333a693a1d0af1fd5
+RMD160 (consul-1.2.0.tar.gz) = 97cd544c27de436a6f910f67e4a9cf4d643bb70c
+SHA512 (consul-1.2.0.tar.gz) = 1c018a5f35164a899a086ccdae94cb5e6e2a490e4c788d65b0026dbf448950d0c1038b2d61cb10f5e8c9ad22a1affad64dd4a7086b59dffd115d40aa7b3d0cce
+Size (consul-1.2.0.tar.gz) = 17187054 bytes