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:           Mon Nov 14 15:00:26 UTC 2016

Modified Files:
        pkgsrc/sysutils/consul: Makefile distinfo

Log Message:
Update sysutils/consul to 0.7.1.

BACKWARDS INCOMPATIBILITIES:

- Child process reaping support has been removed, along with the reap
  configuration option.
- The default for max_stale has been increased to a near-indefinite
  threshold (10 years) to allow DNS queries to continue to be served in
  the event of a long outage with no leader.
- The api package's PreparedQuery.Delete() method now takes WriteOptions
  instead of QueryOptions.

FEATURES:

- Key/Value Store Command Line Interface: New consul kv commands were
  added for easy access to all basic key/value store operations.
- Snapshot/Restore: A new /v1/snapshot HTTP endpoint and corresponding
  set of consul snapshot commands were added for easy point-in-time
  snapshots for disaster recovery.
- AWS auto-discovery: New -retry-join-ec2 configuration options added to
  allow bootstrapping by automatically discovering AWS instances with a
  given tag key/value at startup.

IMPROVEMENTS:

- api: All session options can now be set when using api.Lock().
- agent: Added the ability to bind Serf WAN and LAN to different
  interfaces than the general bind address.
- agent: Added a new tls_skip_verify configuration option for HTTP
  checks.
- agent: Consul is now built with Go 1.7.3.

BUG FIXES:

- agent: Fixed a Go race issue with log buffering at startup.
- agent: Fixed a panic during anti-entropy sync for services and checks.
- agent: Fixed an issue on Windows where "wsarecv" errors were logged
  when CLI commands accessed the RPC interface.
- agent: Syslog initialization will now retry on errors for up to 60
  seconds to avoid a race condition at system startup.
- agent: Fixed a panic when both -dev and -bootstrap-expect flags were
  provided.
- agent: Added a retry with backoff when a session fails to invalidate
  after expiring.
- agent: Fixed an issue where Consul would fail to start because of
  leftover malformed check/service state files.
- agent: Fixed agent crashes on macOS Sierra by upgrading Go.
- agent: Log a warning instead of success when attempting to deregister
  a nonexistent service.
- api: Trim leading slashes from keys/prefixes when querying KV
  endpoints to avoid a bug with redirects in Go 1.7 (golang/go#4800).
- dns: Fixed external services that pointed to consul addresses (CNAME
  records) not resolving to A-records.
- dns: Fixed an issue with SRV lookups where the service address was
  different from the node's.
- dns: Fixed an issue where truncated records from a recursor query were
  improperly reported as errors.
- server: Fixed the port numbers in the sample JSON inside peers.info.
- server: Squashes ACL datacenter name to lower case and checks for
  proper formatting at startup.
- ui: Fixed an XSS issue with the display of sessions and ACLs in the
  web UI.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.2 -r1.3 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.5 pkgsrc/sysutils/consul/Makefile:1.6
--- pkgsrc/sysutils/consul/Makefile:1.5 Wed Oct 26 13:49:17 2016
+++ pkgsrc/sysutils/consul/Makefile     Mon Nov 14 15:00:26 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/10/26 13:49:17 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2016/11/14 15:00:26 fhajny Exp $
 
-DISTNAME=      consul-0.7.0
+DISTNAME=      consul-0.7.1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 

Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.2 pkgsrc/sysutils/consul/distinfo:1.3
--- pkgsrc/sysutils/consul/distinfo:1.2 Wed Oct 26 13:49:17 2016
+++ pkgsrc/sysutils/consul/distinfo     Mon Nov 14 15:00:26 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/10/26 13:49:17 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2016/11/14 15:00:26 fhajny Exp $
 
-SHA1 (consul-0.7.0.tar.gz) = c8721a30549c2e5af3da96fe89704623981d06fb
-RMD160 (consul-0.7.0.tar.gz) = 4b1f3338a79a495dc77d607953e85262836f71a0
-SHA512 (consul-0.7.0.tar.gz) = 1073dacbd2c9ceb5bb05f15f173daf8ac8ae215e32eefdb7fec0e5bf2c49cd486bb7d07829da217cf78956ea978d02c03611b74a7fa9d77003c42d1ba392f06f
-Size (consul-0.7.0.tar.gz) = 3625239 bytes
+SHA1 (consul-0.7.1.tar.gz) = d765701d7d1534d508910045c2f73685ef33b9e2
+RMD160 (consul-0.7.1.tar.gz) = 560c1e2e00c470c4efb35a9aed9448bd82e8db09
+SHA512 (consul-0.7.1.tar.gz) = 0cc7dfb5b13c9aa5c59f3c74d44c863cb4099108dadc448233edd006bfd1c1ad422c18224d58113bdad1ca6160a89d1a0a04bf1f5e5f645d5499c0c4422d12ba
+Size (consul-0.7.1.tar.gz) = 4003354 bytes



Home | Main Index | Thread Index | Old Index