pkgsrc-WIP-changes archive

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

consul: Update to 1.10.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Thu Jul 22 13:46:24 2021 +0900
Changeset:	ba65190b7730329d28512fa12cabf40060654251

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.10.1

SECURITY:

* xds: ensure envoy verifies the subject alternative name for upstreams
  CVE-2021-32574 [GH-10621]
* xds: ensure single L7 deny intention with default deny policy does not
  result in allow action CVE-2021-36213 [GH-10619]

FEATURES:

* cli: allow running redirect-traffic command in a provided Linux
  namespace. [GH-10564]
* sdk: allow applying iptables rules in a provided Linux
  namespace. [GH-10564]

IMPROVEMENTS:

* acl: Return secret ID when listing tokens if accessor has acl:write
  [GH-10546]
* structs: prevent service-defaults upstream configs from using wildcard
  names or namespaces [GH-10475]
* ui: Move all CSS icons to use standard CSS custom properties rather than
  SASS variables [GH-10298]

DEPRECATIONS:

* connect/ca: remove the RotationPeriod field from the Consul CA provider,
  it was not used for anything. [GH-10552]

BUG FIXES:

* agent: fix a panic on 32-bit platforms caused by misaligned struct fields
  used with sync/atomic. [GH-10515]
* ca: Fixed a bug that returned a malformed certificate chain when the
  certificate did not having a trailing newline. [GH-10411]
* checks: fixes the default ServerName used with TLS health
  checks. [GH-10490]
* connect/proxy: fixes logic bug preventing builtin/native proxy from
  starting upstream listeners [GH-10486]
* streaming: fix a bug that was preventing streaming from being
  enabled. [GH-10514]
* ui: (Enterprise only) Ensure permissions are checked based on the
  actively selected namespace [GH-10608]
* ui: Ensure in-folder KVs are created in the correct folder [GH-10569]
* ui: Fix KV editor syntax highlighting [GH-10605]
* ui: Send service name down to Stats to properly call endpoint for
  Upstreams and Downstreams metrics [GH-10535]
* ui: Show ACLs disabled page at Tokens page instead of 403 error when ACLs
  are disabled [GH-10604]
* ui: Use the token's namespace instead of the default namespace when not
* specifying a namespace in the URL [GH-10503]

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

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 dcf6d7a647..8a9ca91269 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.10.0
+DISTNAME=	consul-1.10.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index 6c18488e8c..910d9c7f26 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -16,10 +16,10 @@ SHA1 (cloud.google.com_go_@v_v0.38.0.zip) = e8fc42c24b508308c1eeec0734355753957b
 RMD160 (cloud.google.com_go_@v_v0.38.0.zip) = d60966b058fbdaa89c0e915bf979655c09a0af14
 SHA512 (cloud.google.com_go_@v_v0.38.0.zip) = 8981a08b1ba0226854567b0977d8a349abe2b58420421ab1dccdaf9c98e7657cb2140ad1a38767d25cb54249b61f162ecd51d401374a29f7368a550b19196595
 Size (cloud.google.com_go_@v_v0.38.0.zip) = 2721920 bytes
-SHA1 (consul-1.10.0.tar.gz) = 6dfdc166820c7759c3ec491e9fbed72ee9072eb7
-RMD160 (consul-1.10.0.tar.gz) = eebffefcd763e0f5099dfc7e26e967cd56025f60
-SHA512 (consul-1.10.0.tar.gz) = 55061e82af28c951ba67b450bbc4092cf15de73c1852b5315833143a176582da937d2bdcd121809c2efab693d29388623791b8ac5b8357dec142471618ff7347
-Size (consul-1.10.0.tar.gz) = 29559783 bytes
+SHA1 (consul-1.10.1.tar.gz) = 89a096489ab993466b437306b201cf7372cde692
+RMD160 (consul-1.10.1.tar.gz) = 8ff08a84772f3a0d10a136a12a42958b805bceb4
+SHA512 (consul-1.10.1.tar.gz) = c3d03ad65f15d648bf88472f1f90c6e5f57846bc5fd58194f212a57a29c7122354749a7a5ec70dd644d455c0bbc3e49c42709fa5c0b82d05d5b384f6d0304219
+Size (consul-1.10.1.tar.gz) = 29598444 bytes
 SHA1 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = f9109627fbe12f64f8eb8833bd5b229a66ce0b23
 RMD160 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = 23f84f3bda5e834ca479cd36203a4490457181a8
 SHA512 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e


Home | Main Index | Thread Index | Old Index