From eae38e272a958dbdfc64511ffaaadaa76fee0a44 Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 17 Jan 2017 17:34:15 +0000 Subject: Update databases/elasticsearch to 5.1.2. Aggregations:: - Allow terms aggregations on pure boolean scripts. - IP range masks exclude the maximum address of the range. - Fix `other_bucket` on the `filters` agg to be enabled if a key is set. Allocation:: - Promote shadow replica to primary when initializing primary fails - Trim in-sync allocations set only when it grows Analysis:: - Pre-built analysis factories do not implement MultiTermAware correctly. CRUD:: - Reject external versioning and explicit version numbers on create Core:: - Support negative numbers in readVLong Exceptions:: - Fixing shard recovery error message to report the number of docs correctly for each node Index APIs:: - Ensure shrunk indices carry over version information from its source Internal:: - Don't output null source node in RecoveryFailedException Java REST Client:: - Don't use null charset in RequestLogger Logging:: - Restores the original default format of search slow log Mapping:: - Only update DocumentMapper if field type changes - The `_all` default mapper is not completely configured. - Fix MapperService.allEnabled(). Network:: - Disable the Netty recycler - Tell Netty not to be unsafe in transport client Nested Docs:: - Fix bug in query builder rewrite that ignores the ignore_unmapped option Packaging:: - Another fix for handling of paths on Windows Percolator:: - Fix NPE in percolator's 'now' range check for percolator queries with range queries Plugins:: - Provide helpful error message if a plugin exists - Add shutdown hook for closing CLI commands Plugin Lang Painless:: - Update Painless Loop Counter to be Higher Plugin Repository Azure:: - readonly on azure repository must be taken into account Recovery:: - Fix primary relocation for shadow replicas - Don't close store under CancellableThreads - Use a fresh recovery id when retrying recoveries - Allow flush/force_merge/upgrade on shard marked as relocated Reindex API:: - Don't close rest client from its callback Search:: - Improve concurrency of ShardCoreKeyMap. - Make `-0` compare less than `+0` consistently. - FiltersAggregationBuilder: rewriting filter queries, the same way as in FilterAggregationBuilder Stats:: - Implement stats for geo_point and geo_shape field - Use reader for doc stats - Avoid NPE in NodeService#stats if HTTP is disabled - Add support for "include_segment_file_sizes" in indices stats REST handler Term Vectors:: - Fix _termvectors with preference to not hit NPE - Return correct term statistics when a field is not found in a shard --- databases/elasticsearch/Makefile | 4 ++-- databases/elasticsearch/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'databases') diff --git a/databases/elasticsearch/Makefile b/databases/elasticsearch/Makefile index f406420d3e2..3de1be018c3 100644 --- a/databases/elasticsearch/Makefile +++ b/databases/elasticsearch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2017/01/03 09:05:33 fhajny Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/17 17:34:15 fhajny Exp $ -DISTNAME= elasticsearch-5.1.1 +DISTNAME= elasticsearch-5.1.2 CATEGORIES= textproc MASTER_SITES= https://artifacts.elastic.co/downloads/elasticsearch/ diff --git a/databases/elasticsearch/distinfo b/databases/elasticsearch/distinfo index bee90716c7d..7720f06c827 100644 --- a/databases/elasticsearch/distinfo +++ b/databases/elasticsearch/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2017/01/03 09:05:33 fhajny Exp $ +$NetBSD: distinfo,v 1.24 2017/01/17 17:34:15 fhajny Exp $ -SHA1 (elasticsearch-5.1.1.tar.gz) = 7351cd29ac9c20592d94bde950f513b5c5bb44d3 -RMD160 (elasticsearch-5.1.1.tar.gz) = 302166ebfd85a1176ebbf5aa9883d9fb83488b40 -SHA512 (elasticsearch-5.1.1.tar.gz) = 2b5faf97c5ff41a9f12e21749d60f3632b39987d4886713ee9646110acdd17323d263168980d7dd4035732556b604acd68dc37ae7b805d84493075776b9d7bcd -Size (elasticsearch-5.1.1.tar.gz) = 33291322 bytes +SHA1 (elasticsearch-5.1.2.tar.gz) = ae3d5b0d631a61e72b88f930b3cc9f8475a766d6 +RMD160 (elasticsearch-5.1.2.tar.gz) = 9e2c6668fb9558e12e3f8806b3d0c5d1547a8f46 +SHA512 (elasticsearch-5.1.2.tar.gz) = 1867626e8a87f11ed109e1325fd1d16c9e0af06ebe6a30c78ea679ab533ab377f5da8ea55af6871be33af226f02187a2aadd77e5e23c097dd24055be21e9d691 +Size (elasticsearch-5.1.2.tar.gz) = 33299777 bytes SHA1 (patch-bin_elasticsearch) = 5360818fb870c0005e23f0fb247efa247a909f47 SHA1 (patch-bin_elasticsearch-plugin) = 56db071765b91a4846e1529b5fe8be2c549b449d SHA1 (patch-config_elasticsearch.yml) = 8a59f9123b8bc1c40d17131dc51c361fa210c17c -- cgit v1.2.3