pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

consul: Update to 1.4.4



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Mar 23 11:25:55 2019 +0900
Changeset:	201594f3f6225e4d319d67c23c5f23cd8a163a02

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.4.4

SECURITY:

* Fixed a problem where verify_server_hostname was not being respected and
  the default false was being used. This problem exists only in Consul
  1.4.3. (CVE-2019-9764) [GH-5519]

FEATURES:

* agent: enable reloading of agent-to-agent TLS configuration [GH-5419]

IMPROVEMENTS:

* api: /health/service/:service blocking queries now only need a single
  goroutine regardless of number of instances in the service and watch
  channel which can massively reduce the number of goroutines on busy
  servers. [GH-5449]

BUG FIXES:

* api: Fixed a bug where updating node information wasn't reflected in
  health result index. [GH-5450]
* agent: Fixed a bug that would cause removal of all of an agents health
  checks when only one service was removed. [GH-5456]
* connect: Fixed a bug where sidecar_service registered proxies might not
  be removed correctly due to ACLs for the service being removed first
  dissallowing the agent permission to delete the proxy. [GH-5482]

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=201594f3f6225e4d319d67c23c5f23cd8a163a02

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 consul/Makefile | 2 +-
 consul/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index 5cccd7cc8e..eafdc8b51d 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.4.3
+DISTNAME=	consul-1.4.4
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index 1a4b38e9cf..1bd10944bd 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (consul-1.4.3.tar.gz) = 55ee835cf16e10e85280a03a784185f39c8f533d
-RMD160 (consul-1.4.3.tar.gz) = 39910402aad489d12a20131f2225254559d343a0
-SHA512 (consul-1.4.3.tar.gz) = 8142edd64362ea6592f83c200c0ccd8d422dc271f6a7a51f2e1638de7603a2d2583525c4679f7c609790c87d4480df112862254b2b87f6a6261298d9e6d11623
-Size (consul-1.4.3.tar.gz) = 22526687 bytes
+SHA1 (consul-1.4.4.tar.gz) = fa1aa8a14bb2104dece84e1d059c829166c605b0
+RMD160 (consul-1.4.4.tar.gz) = 0fd2879b5c5cc4b29d8cd84a2e5b54957460890f
+SHA512 (consul-1.4.4.tar.gz) = d3e5dd536726976b705fe4c78c67eaf345b8f47225919c0ca1609d75e74343d9a16d893ef4cd5140998f23b3149cfa60f5b432ed9a7251bb3b232be9b65e7241
+Size (consul-1.4.4.tar.gz) = 22736827 bytes


Home | Main Index | Thread Index | Old Index