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: Mon Apr 16 12:36:12 UTC 2018
Modified Files:
pkgsrc/sysutils/consul: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.23 -r1.24 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.30 pkgsrc/sysutils/consul/Makefile:1.31
--- pkgsrc/sysutils/consul/Makefile:1.30 Fri Mar 30 11:56:25 2018
+++ pkgsrc/sysutils/consul/Makefile Mon Apr 16 12:36:12 2018
@@ -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/}
Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.23 pkgsrc/sysutils/consul/distinfo:1.24
--- pkgsrc/sysutils/consul/distinfo:1.23 Tue Feb 27 11:37:44 2018
+++ pkgsrc/sysutils/consul/distinfo Mon Apr 16 12:36:12 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index