pkgsrc-WIP-changes archive

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

Update consul to 0.6.3.



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Sat Jan 16 10:10:05 2016 +0000
Changeset:	9aeace187fbdb53959f1b2df6b6fcd702d3263d4

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
Update consul to 0.6.3.

0.6.3 (January 15, 2016)

Fixed an issue when running Consul as PID 1 in a Docker container
where it could consume CPU and show spurious failures for health
checks, watch handlers, and consul exec commands [GH-1592]

0.6.2 (January 13, 2016)

Build against Go 1.5.3 to mitigate a security vulnerability
introduced in Go 1.5. For more information, please see
https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4

This is a security-only release; other than the version number and
building against Go 1.5.3, there are no changes from 0.6.1.

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

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

diffstat:
 consul/Makefile |  4 ++--
 consul/distinfo | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index 75646ee..7843654 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-0.6.1
+DISTNAME=	consul-0.6.3
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
@@ -10,7 +10,7 @@ COMMENT=	Tool for service discovery, monitoring and configuration
 LICENSE=	mpl-2.0
 
 GITHUB_TAG=	v${PKGVERSION_NOREV}
-DEPS=		${DISTNAME}-deps-20160108.tar.gz
+DEPS=		${DISTNAME}-deps-20160116.tar.gz
 DISTFILES+=	${DEFAULT_DISTFILES} ${DEPS}
 SITES.${DEPS}=	ftp://ftp.NetBSD.org/pub/NetBSD/misc/fhajny/
 
diff --git a/consul/distinfo b/consul/distinfo
index ab0d2c4..fa5ab05 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -1,10 +1,10 @@
 $NetBSD$
 
-SHA1 (consul-0.6.1-deps-20160108.tar.gz) = 196248ba969ddd5de4896b41d405896230039f8c
-RMD160 (consul-0.6.1-deps-20160108.tar.gz) = 4e124e3363d7a2f49b61e55d971704f414a03d76
-SHA512 (consul-0.6.1-deps-20160108.tar.gz) = 3220245edfd9394a996180c63723a90cc948a66d4297b6e18ff1bd402c12affb43c809b2c3f51771cea6a61925c5a33b415bd48e0081c48c3ecb084a866afdc4
-Size (consul-0.6.1-deps-20160108.tar.gz) = 38775961 bytes
-SHA1 (consul-0.6.1.tar.gz) = 6dccc89b47e03a27a0e68802923fd46739551915
-RMD160 (consul-0.6.1.tar.gz) = 7694ea275df4f890c2b22acb1905178e8410def9
-SHA512 (consul-0.6.1.tar.gz) = ad7cbecff8abe48a5b3f4e1eaea61290db3f0ce0d52e99cf165bb2f0ed3d1c01ea595ef946176c7af5f37590a688b3c7852cf30aa7b348c61aeb2862b5da1820
-Size (consul-0.6.1.tar.gz) = 2355580 bytes
+SHA1 (consul-0.6.3-deps-20160116.tar.gz) = 84d4a39f08d5d8515bf703f48e5ec24ffc194bd3
+RMD160 (consul-0.6.3-deps-20160116.tar.gz) = a881672bc505baaf60c0186e55e7786071f3f913
+SHA512 (consul-0.6.3-deps-20160116.tar.gz) = 4ecff379066f86a12eb8cb283e6866cbea59f2738aebe848d6cbdb38d0d75686ad1b3fc65429739c1b4eb459aa2f2e16ab6de48997126dc12215ae868ef7e692
+Size (consul-0.6.3-deps-20160116.tar.gz) = 39217145 bytes
+SHA1 (consul-0.6.3.tar.gz) = f93913c67b7dec68bce3495dcc855abc01aa88ee
+RMD160 (consul-0.6.3.tar.gz) = 9c258ed20168ae5bec1909d26450de6fa4c0e0b6
+SHA512 (consul-0.6.3.tar.gz) = c80b96e18c283f8d2dc7542393e9d788c8247200890b1f2ecdf292b545c01c971f1452f6b37b23b92654409a191fbd4608710b1ca31d6c426ff77b53c4840c4b
+Size (consul-0.6.3.tar.gz) = 2224536 bytes


Home | Main Index | Thread Index | Old Index