summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-04-16 12:36:12 +0000
committerfhajny <fhajny@pkgsrc.org>2018-04-16 12:36:12 +0000
commitd70c87bde7c320172958c079afaccd265b69c6ef (patch)
tree49b9eeb93c8a4768c3bc7af9827aa13e11c37b0d /sysutils
parent60f3810a7bef2ea78d66efa6bc93cc3fe5070fd9 (diff)
downloadpkgsrc-d70c87bde7c320172958c079afaccd265b69c6ef.tar.gz
sysutils/consul: Update to 1.0.7.
IMPROVEMENTS: - build: Bumped Go version to 1.10 - agent: Blocking queries on service-specific health and catalog endpoints now return a per-service `X-Consul-Index` improving watch performance on very busy clusters. - agent: All endpoints now respond to OPTIONS requests. - agent: List of supported TLS cipher suites updated to include newer options, - agent: WAN federation can now be disabled by setting the serf WAN port to -1. - agent: Added support for specifying metadata during service registration. - agent: Added a new `discover-max-stale` config option to enable stale requests for service discovery endpoints. - agent: (Consul Enterprise) Added a new option to the snapshot agent for configuring the S3 endpoint. - dns: Introduced a new config param to limit the number of A/AAAA records returned. - dns: Upgrade vendored DNS library to pick up bugfixes and improvements. - server: Updated yamux library to pick up a performance improvement. - server: Add near=\_ip support for prepared queries - api: Add support for GZIP compression in HTTP responses. - api: Add `IgnoreCheckIDs` to Prepared Query definition to allow temporarily bypassing faulty health checks BUG FIXES: - agent: Fixed an issue where the coordinate update endpoint was not correctly parsing the ACL token. - agent: Fixed an issue where `consul monitor` couldn't be terminated until the first log line is delivered - agent: Added warnings for when a node name isn't a valid DNS name and when the node name, a service name or service tags would exceed the allowed lengths for DNS names - agent: Added truncation of TCP DNS responses to prevent errors for exceeding message size limits - agent: Added -config-format flag to validate command to specify the syntax that should be used for parsing the config - agent: HTTP Checks now report the HTTP method used instead of always reporting as a GET - server: Fixed an issue where the leader could miss clean up after a leadership transition.
Diffstat (limited to 'sysutils')
-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 4b3ac751772..baef4a4ea26 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2018/03/30 11:56:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2018/04/16 12:36:12 fhajny Exp $
-DISTNAME= consul-1.0.6
-PKGREVISION= 2
+DISTNAME= consul-1.0.7
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo
index 230c03963bf..3fff96a683c 100644
--- a/sysutils/consul/distinfo
+++ b/sysutils/consul/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2018/02/27 11:37:44 fhajny Exp $
+$NetBSD: distinfo,v 1.24 2018/04/16 12:36:12 fhajny Exp $
-SHA1 (consul-1.0.6.tar.gz) = cf7dd8a70fdff13e91fbe7619c1ca3a90743196c
-RMD160 (consul-1.0.6.tar.gz) = 4dc135f14713686ff227b6b4d597e5426fa40ee9
-SHA512 (consul-1.0.6.tar.gz) = c55f09272859b828816ddf548952769172331c22be8a70a7f73ab9362744fb1f4bc5fdf81955a0dbc4101584cf3660f182620dcdc56bcf94b42dce644be232a8
-Size (consul-1.0.6.tar.gz) = 8211299 bytes
+SHA1 (consul-1.0.7.tar.gz) = b15defab27a7cde7e1b94ec0389403c4618e8575
+RMD160 (consul-1.0.7.tar.gz) = 1b01cfb7f98e691267cf4923f5dc06a4233f24b1
+SHA512 (consul-1.0.7.tar.gz) = 0abedfeef1fd46e3885ef43e1a60e73380e67c3bb29eb3014e35cb2b64d3a158e1958306ce2144e0f6a26e94ea720528827dfcb448fa2fbeeab9263ae3abe03b
+Size (consul-1.0.7.tar.gz) = 8331575 bytes