pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/consul



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed May 10 17:15:25 UTC 2017

Modified Files:
        pkgsrc/sysutils/consul: Makefile distinfo

Log Message:
Update sysutils/consul to 0.8.2

BREAKING CHANGES:

- api: HttpClient now defaults to nil in the client config and will be
  generated if left blank. A NewHttpClient function has been added for
  creating an HttpClient with a custom Transport or TLS config.

IMPROVEMENTS:

- agent: Added an error at agent startup time if both -ui and -ui-dir
  are configured together.
- agent: Added the datacenter of a node to the catalog, health, and
  query API endpoints which contain a Node structure.
- agent: Added the ca_path, tls_cipher_suites, and
  tls_prefer_server_cipher_suites options to give more flexibility
  around configuring TLS.
- agent: Reduced the timeouts for the -dev server mode so that the
  development server starts up almost instantly.
- agent: Added verify_incoming_rpc and verify_incoming_https options
  for more granular control over incoming TLS enforcement.
- agent: Use bind address as source for outgoing connections.
- api: Added the ACL replication status endpoint to the Go API client
  library.
- cli: Added Raft protocol version to output of operator raft
  list-peers command.
- ui: Added optional JSON validation when editing KV entries in the
  web UI.
- ui: Updated ACL guide links and made guides open in a new tab.

BUG FIXES:

- server: Fixed a panic when the tombstone garbage collector was
  stopped.
- server: Fixed a panic in Autopilot that could occur when a node is
  elected but cannot complete leader establishment and steps back
  down.
- server: Added a new peers.json format that allows outage recovery
  when using Raft protocol version 3 and higher. Previously, you'd
  have to set the Raft protocol version back to 2 in order to manually
  recover a cluster.
- ui: Add and update favicons


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/consul/distinfo

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

Modified files:

Index: pkgsrc/sysutils/consul/Makefile
diff -u pkgsrc/sysutils/consul/Makefile:1.14 pkgsrc/sysutils/consul/Makefile:1.15
--- pkgsrc/sysutils/consul/Makefile:1.14        Tue Apr 18 15:47:17 2017
+++ pkgsrc/sysutils/consul/Makefile     Wed May 10 17:15:25 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/04/18 15:47:17 fhajny Exp $
+# $NetBSD: Makefile,v 1.15 2017/05/10 17:15:25 fhajny Exp $
 
-DISTNAME=      consul-0.8.1
+DISTNAME=      consul-0.8.2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 

Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.9 pkgsrc/sysutils/consul/distinfo:1.10
--- pkgsrc/sysutils/consul/distinfo:1.9 Tue Apr 18 15:47:17 2017
+++ pkgsrc/sysutils/consul/distinfo     Wed May 10 17:15:25 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/04/18 15:47:17 fhajny Exp $
+$NetBSD: distinfo,v 1.10 2017/05/10 17:15:25 fhajny Exp $
 
-SHA1 (consul-0.8.1.tar.gz) = 146f102e055e04804f0bae5fbc2e92e26b103f8a
-RMD160 (consul-0.8.1.tar.gz) = d3f04885b733233dfeb281c6cdcd448d0e48b715
-SHA512 (consul-0.8.1.tar.gz) = 484fb75f712c29571be5e7fb2f60cd70c8314392771e84756103571d809bb47212aa8572c7276b5e8db933ce48dc50662af89902ba997666fe49de52c8fa0497
-Size (consul-0.8.1.tar.gz) = 5103830 bytes
+SHA1 (consul-0.8.2.tar.gz) = 0c5072cb94d925da5ed5965fe05f7221fde36f09
+RMD160 (consul-0.8.2.tar.gz) = 05cb9697743ccdd95a0a1d68f999773bb615dd78
+SHA512 (consul-0.8.2.tar.gz) = 13bd28f0da488ee8fb3068515e2fddc7fe2d663c8848357b689332c44d757c1f3a017c604a68958f1fa22b5d6b58e3b09574a8fff9ab41d74ab6aec347b356d0
+Size (consul-0.8.2.tar.gz) = 6513370 bytes



Home | Main Index | Thread Index | Old Index