pkgsrc-WIP-changes archive

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

consul: Update to 1.5.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat May 25 13:03:19 2019 +0900
Changeset:	ed9a98a24e0ab0e5c9926c4c4c42ad681aa84938

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.5.1

SECURITY:

* acl: fixed an issue that if an ACL rule is used for prefix matching in a
  policy, keys not matching that specific prefix can be deleted by a token
  using that policy even with default_deny settings configured [GH-5888]

BUG FIXES:

* agent: Fixed an issue where recreating a node using a different ID would
  prevent the new node from correctly joining. [GH-5485]

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

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 4c4258f7e6..bda66b6cf8 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.5.0
+DISTNAME=	consul-1.5.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index 4950171a75..af2d2a38ce 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (consul-1.5.0.tar.gz) = 97faed32e3985cc0b23b7044ff2bae8a8092ca91
-RMD160 (consul-1.5.0.tar.gz) = d8b4e5299b4663f50198df852ce43cf72ca78c31
-SHA512 (consul-1.5.0.tar.gz) = 8cefb77b56b27995bba38517144bf42585bd1d9ad9a10fc0c9b6bc1a87bfbd042e336ed5e945cfce1fb8eb4b8162dbc8246e2b4109dea5767b8745a7b2159ef8
-Size (consul-1.5.0.tar.gz) = 20830405 bytes
+SHA1 (consul-1.5.1.tar.gz) = 2c02f1412460e84ebe55d13b2e73e8fb9e935ca2
+RMD160 (consul-1.5.1.tar.gz) = 2c998e4c962204f4f35b1f4c48885b0ad07db6b8
+SHA512 (consul-1.5.1.tar.gz) = 7486d24bf1fa9fe94175abf9e008dc4fe4277c509381a524a9ee20e17bc4959f621e39be29e33622cb672ef3a04f9161e575009197bcd35c78b45f1d2637a2ea
+Size (consul-1.5.1.tar.gz) = 21123963 bytes


Home | Main Index | Thread Index | Old Index