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: Mon Jan 22 19:27:21 UTC 2018
Modified Files:
pkgsrc/databases/elasticsearch: Makefile PLIST distinfo
Log Message:
Update databases/elasticsearch to 6.1.2
== 6.1.2
=== Enhancements
Internal::
- Make AbstractQueryBuilder.declareStandardFields to be protected
=== Bug fixes
Aggregations::
- Fix incorrect results for aggregations nested under a nested
aggregation
- Fix composite aggregation when after term is missing in the shard
- Fix preserving FiltersAggregationBuilder#keyed field on rewrite
Engine::
- Use `_refresh` to shrink the version map on inactivity
- Allow resize version map under lock even if there are pending
operations
Network::
- Only bind loopback addresses when binding to local
Recovery::
- Allow shrinking of indices from a previous major
Search::
- Use the underlying connection version for CCS connections
- Carry forward weights, etc on rescore rewrite
Snapshot/Restore::
- Fail restore when the shard allocations max retries count is reached
Translog::
- Only sync translog when global checkpoint increased
== 6.1.1
=== Enhancements
Snapshot/Restore::
- Use AmazonS3.doesObjectExist() method in S3BlobContainer
=== Bug fixes
Inner Hits::
- Add version support for inner hits in field collapsing
Java REST Client::
- Do not use system properties when building the HttpAsyncClient
Search::
- Fix routing with leading or trailing whitespace
Sequence IDs::
- Recovery from snapshot may leave seq# gaps
- No longer unidle shard during recovery
=== Upgrades
Ingest::
- update ingest-attachment to use Tika 1.17 and newer deps
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/databases/elasticsearch/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/elasticsearch/PLIST
cvs rdiff -u -r1.39 -r1.40 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.38 pkgsrc/databases/elasticsearch/Makefile:1.39
--- pkgsrc/databases/elasticsearch/Makefile:1.38 Mon Dec 18 14:27:37 2017
+++ pkgsrc/databases/elasticsearch/Makefile Mon Jan 22 19:27:21 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2017/12/18 14:27:37 fhajny Exp $
+# $NetBSD: Makefile,v 1.39 2018/01/22 19:27:21 fhajny Exp $
-DISTNAME= elasticsearch-6.1.0
+DISTNAME= elasticsearch-6.1.2
CATEGORIES= textproc
MASTER_SITES= https://artifacts.elastic.co/downloads/elasticsearch/
Index: pkgsrc/databases/elasticsearch/PLIST
diff -u pkgsrc/databases/elasticsearch/PLIST:1.25 pkgsrc/databases/elasticsearch/PLIST:1.26
--- pkgsrc/databases/elasticsearch/PLIST:1.25 Mon Dec 18 14:27:37 2017
+++ pkgsrc/databases/elasticsearch/PLIST Mon Jan 22 19:27:21 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2017/12/18 14:27:37 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.26 2018/01/22 19:27:21 fhajny Exp $
bin/elasticsearch
bin/elasticsearch-plugin
lib/elasticsearch/bin/elasticsearch-env
@@ -69,7 +69,6 @@ lib/elasticsearch/modules/mapper-extras/
lib/elasticsearch/modules/mapper-extras/plugin-descriptor.properties
lib/elasticsearch/modules/parent-join/parent-join-${PKGVERSION}.jar
lib/elasticsearch/modules/parent-join/plugin-descriptor.properties
-lib/elasticsearch/modules/percolator/mapper-extras-${PKGVERSION}.jar
lib/elasticsearch/modules/percolator/percolator-${PKGVERSION}.jar
lib/elasticsearch/modules/percolator/plugin-descriptor.properties
lib/elasticsearch/modules/reindex/commons-codec-1.10.jar
Index: pkgsrc/databases/elasticsearch/distinfo
diff -u pkgsrc/databases/elasticsearch/distinfo:1.39 pkgsrc/databases/elasticsearch/distinfo:1.40
--- pkgsrc/databases/elasticsearch/distinfo:1.39 Mon Dec 18 14:27:37 2017
+++ pkgsrc/databases/elasticsearch/distinfo Mon Jan 22 19:27:21 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2017/12/18 14:27:37 fhajny Exp $
+$NetBSD: distinfo,v 1.40 2018/01/22 19:27:21 fhajny Exp $
-SHA1 (elasticsearch-6.1.0.tar.gz) = 20856cf7b920a8e9bbf16646bbf1b938b0ea9758
-RMD160 (elasticsearch-6.1.0.tar.gz) = 9685aae4d561d3e681aa12a4e7728a32b5ad0d37
-SHA512 (elasticsearch-6.1.0.tar.gz) = ba4829c7bb422b42bdc480797521399d9b39c6fd9bb2597585f8fdb0a261e8e11bd8e98b3df562b7320b2775643be9918b043d818caa79b0a6403c9c0657774e
-Size (elasticsearch-6.1.0.tar.gz) = 28535876 bytes
+SHA1 (elasticsearch-6.1.2.tar.gz) = 78de1f9b1b397fdfd7a50625bad02481ce4f7e85
+RMD160 (elasticsearch-6.1.2.tar.gz) = 82fe3faf1f6eb2208d2e62e254277df4068efba2
+SHA512 (elasticsearch-6.1.2.tar.gz) = c72e69700b60faf3b1a542c2317b83189926738affb38033c4b8d7cc0a1b3c21c4f743f441fb10657d4684111746ebb18c9dba2f54845ea6e02e4fb8dc950e5a
+Size (elasticsearch-6.1.2.tar.gz) = 28455845 bytes
SHA1 (patch-bin_elasticsearch-env) = 7d8f71c6c1a99168cc4a7322e054ddc8fe94b68e
SHA1 (patch-config_elasticsearch.yml) = f66dad65dec48a45a4d52b685d6e3ab29de62cf2
Home |
Main Index |
Thread Index |
Old Index