pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/elasticsearch
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Jan 17 17:34:16 UTC 2017
Modified Files:
pkgsrc/databases/elasticsearch: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/elasticsearch/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/elasticsearch/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/elasticsearch/Makefile
diff -u pkgsrc/databases/elasticsearch/Makefile:1.22 pkgsrc/databases/elasticsearch/Makefile:1.23
--- pkgsrc/databases/elasticsearch/Makefile:1.22 Tue Jan 3 09:05:33 2017
+++ pkgsrc/databases/elasticsearch/Makefile Tue Jan 17 17:34:15 2017
@@ -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/
Index: pkgsrc/databases/elasticsearch/distinfo
diff -u pkgsrc/databases/elasticsearch/distinfo:1.23 pkgsrc/databases/elasticsearch/distinfo:1.24
--- pkgsrc/databases/elasticsearch/distinfo:1.23 Tue Jan 3 09:05:33 2017
+++ pkgsrc/databases/elasticsearch/distinfo Tue Jan 17 17:34:15 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index