summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-02-02 12:20:27 +0000
committerfhajny <fhajny@pkgsrc.org>2018-02-02 12:20:27 +0000
commit67bb808f6575e6bdee66c2b2299638cc2f36fa21 (patch)
tree33c1deb07cef7f1169f532f05db437b68fb6a9dd /sysutils
parent03bf3822ec0d5b5bb42f2e66eebdca96b4cff875 (diff)
downloadpkgsrc-67bb808f6575e6bdee66c2b2299638cc2f36fa21.tar.gz
Update sysutils/consul to 1.0.3.
SECURITY: - ui: Patched handlebars JS to escape `=` to prevent potential XSS issues. BREAKING CHANGES: - agent: Updated Consul's HTTP server to ban all URLs containing non-printable characters (a bad request status will be returned for these cases). This affects some user-facing areas like key/value entry key names which are carried in URLs. FEATURES: - agent: Added retry-join support for Azure Virtual Machine Scale Sets. IMPROVEMENTS: - agent: Added agent-side telemetry around Catalog APIs to provide insight on Consul's operation from the user's perspecive. - agent: Added the `NodeID` field back to the /v1/agent/self endpoint's `Config` block. - api: Added missing `CheckID` and `Name` fields to API client's `AgentServiceCheck` structure so that IDs and names can be set when registering checks with services. BUG FIXES: - agent: Fixed an issue where config file symlinks were not being interpreted correctly. - agent: Ignore malformed leftover service/check files and warn about them instead of refusing to start. - agent: Enforce a valid port for the Serf WAN since it can't be disabled. - agent: Stopped looging messages about zero RTTs when updating network coordinates since they are not harmful to the algorithm. Since we are still trying to find the root cause of these zero measurements, we added new metrics counters so these are still observable. - server: Fixed a crash when POST-ing an empty body to the /v1/query endpoint. - server: (Consul Enterprise) Fixed an issue where unhealthy servers were not replaced in a redundancy zone by autopilot (servers previously needed to be removed in order for a replacement to occur). - ui: Added a URI escape around key/value keys so that it's not possible to create unexpected partial key names when entering characters like `?` inside a key.
Diffstat (limited to 'sysutils')
-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 8e62914d116..7d1ffa543ce 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2017/12/18 13:54:44 fhajny Exp $
+# $NetBSD: Makefile,v 1.25 2018/02/02 12:20:27 fhajny Exp $
-DISTNAME= consul-1.0.2
+DISTNAME= consul-1.0.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo
index 8dce89a5371..961e91ce8c8 100644
--- a/sysutils/consul/distinfo
+++ b/sysutils/consul/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2017/12/18 13:54:44 fhajny Exp $
+$NetBSD: distinfo,v 1.20 2018/02/02 12:20:27 fhajny Exp $
-SHA1 (consul-1.0.2.tar.gz) = 64101298b6982de1082a378a2d1af94dc68e6535
-RMD160 (consul-1.0.2.tar.gz) = d23a4acbd1f14b03b0b450b3b9d7ad5b9e9c508e
-SHA512 (consul-1.0.2.tar.gz) = 6544a0bfcaa1ad0982db5694c34ec2587e8f669c39ec1bd5310478dc9aed7e4a0926bded2b9890b897db5c3e834c63811ba389ab105314c555b7cb181810f318
-Size (consul-1.0.2.tar.gz) = 7977995 bytes
+SHA1 (consul-1.0.3.tar.gz) = 83f5893c0f04bfac75faedc963a3bbc3b4f8fe8c
+RMD160 (consul-1.0.3.tar.gz) = c2d1cf4575c91c1f24f8c407b8fce730e8e545d7
+SHA512 (consul-1.0.3.tar.gz) = edf2f2b70a00c923bee1844d1a14e72f3fad8e576fdf1fe24896b20b72a0c53cb222e3fdba413684ecd9031b00f1df321c7ed07a0fa6310a9d8e05fc70c5cb3a
+Size (consul-1.0.3.tar.gz) = 7983520 bytes