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:           Wed Jun 14 13:49:35 UTC 2017

Modified Files:
        pkgsrc/databases/elasticsearch: Makefile PLIST distinfo

Log Message:
Update databases/elasticsearch to 5.4.1.

=== Enhancements

Aggregations::
- Allow scripted metric agg to access `_score`

Core::
- Improve bootstrap checks error messages

Internal::
- Log JVM arguments on startup

Network::
- Disable the Netty recycler in the client
- Remove Netty logging hack
- Set available processors for Netty

Snapshot/Restore::
- Ensure every repository has an incompatible-snapshots blob

Stats::
- Show JVM arguments

=== Bug fixes

Aggregations::
- Fix ArrayIndexOutOfBoundsException when no ranges are specified in
  the query

Allocation::
- Discard stale node responses from async shard fetching

Core::
- Fix cache expire after access

Index APIs::
- Fix legacy GeoPointField decoding in FieldStats
- Validates updated settings on closed indices

Internal::
- Remove `_UNRELEASED` from Version constants for released versions
- Avoid race when shutting down controller processes
- Fix NPE if field caps request has a field that exists not in all
  indices

More Like This::
- Pass over _routing value with more_like_this items to be retrieved

Network::
- Notify onConnectionClosed rather than onNodeDisconnect to prune
  transport handlers
- SniffNodesSampler should close connection after handling responses

Packaging::
- Handle parentheses in batch file path

Percolator::
- Fix range queries with date range based on current time in
  percolator queries.

Plugin Repository HDFS::
- Fixing permission errors for `KERBEROS` security mode for HDFS
  Repository

Plugins::
- X-Pack plugin download fails on Windows desktop [ISSUE]
- Fix plugin installation permissions

Reindex API::
- Reindex: don't duplicate _source parameter
- Add qa module that tests reindex-from-remote against pre-5.0
  versions of Elasticsearch

Scroll::
- Fix single shard scroll within a cluster with nodes in version `>=
  5.3` and `<= 5.3`

Search::
- Fix ExpandSearchPhase when response contains no hits
- Include all aliases including non-filtering in  `_search_shards`
  response

Settings::
- Allow resetting settings that use an IP validator

Snapshot/Restore::
- Removes completed snapshot from cluster state on master change
- Fix inefficient (worst case exponential) loading of snapshot
  repository

=== Upgrades

Core::
- Upgrade to Lucene 6.5.1

Network::
- Upgrade to Netty 4.1.11.Final
- Upgrade Netty to 4.1.10.Final


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/elasticsearch/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/elasticsearch/PLIST
cvs rdiff -u -r1.29 -r1.30 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.28 pkgsrc/databases/elasticsearch/Makefile:1.29
--- pkgsrc/databases/elasticsearch/Makefile:1.28        Thu May 11 08:36:30 2017
+++ pkgsrc/databases/elasticsearch/Makefile     Wed Jun 14 13:49:35 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/05/11 08:36:30 fhajny Exp $
+# $NetBSD: Makefile,v 1.29 2017/06/14 13:49:35 fhajny Exp $
 
-DISTNAME=      elasticsearch-5.4.0
+DISTNAME=      elasticsearch-5.4.1
 CATEGORIES=    textproc
 MASTER_SITES=  https://artifacts.elastic.co/downloads/elasticsearch/
 

Index: pkgsrc/databases/elasticsearch/PLIST
diff -u pkgsrc/databases/elasticsearch/PLIST:1.19 pkgsrc/databases/elasticsearch/PLIST:1.20
--- pkgsrc/databases/elasticsearch/PLIST:1.19   Thu May 11 08:36:30 2017
+++ pkgsrc/databases/elasticsearch/PLIST        Wed Jun 14 13:49:35 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2017/05/11 08:36:30 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.20 2017/06/14 13:49:35 fhajny Exp $
 bin/elasticsearch
 bin/elasticsearch-plugin
 lib/elasticsearch/bin/elasticsearch.in.sh
@@ -17,21 +17,21 @@ lib/elasticsearch/lib/jts-1.13.jar
 lib/elasticsearch/lib/log4j-1.2-api-2.8.2.jar
 lib/elasticsearch/lib/log4j-api-2.8.2.jar
 lib/elasticsearch/lib/log4j-core-2.8.2.jar
-lib/elasticsearch/lib/lucene-analyzers-common-6.5.0.jar
-lib/elasticsearch/lib/lucene-backward-codecs-6.5.0.jar
-lib/elasticsearch/lib/lucene-core-6.5.0.jar
-lib/elasticsearch/lib/lucene-grouping-6.5.0.jar
-lib/elasticsearch/lib/lucene-highlighter-6.5.0.jar
-lib/elasticsearch/lib/lucene-join-6.5.0.jar
-lib/elasticsearch/lib/lucene-memory-6.5.0.jar
-lib/elasticsearch/lib/lucene-misc-6.5.0.jar
-lib/elasticsearch/lib/lucene-queries-6.5.0.jar
-lib/elasticsearch/lib/lucene-queryparser-6.5.0.jar
-lib/elasticsearch/lib/lucene-sandbox-6.5.0.jar
-lib/elasticsearch/lib/lucene-spatial-6.5.0.jar
-lib/elasticsearch/lib/lucene-spatial-extras-6.5.0.jar
-lib/elasticsearch/lib/lucene-spatial3d-6.5.0.jar
-lib/elasticsearch/lib/lucene-suggest-6.5.0.jar
+lib/elasticsearch/lib/lucene-analyzers-common-6.5.1.jar
+lib/elasticsearch/lib/lucene-backward-codecs-6.5.1.jar
+lib/elasticsearch/lib/lucene-core-6.5.1.jar
+lib/elasticsearch/lib/lucene-grouping-6.5.1.jar
+lib/elasticsearch/lib/lucene-highlighter-6.5.1.jar
+lib/elasticsearch/lib/lucene-join-6.5.1.jar
+lib/elasticsearch/lib/lucene-memory-6.5.1.jar
+lib/elasticsearch/lib/lucene-misc-6.5.1.jar
+lib/elasticsearch/lib/lucene-queries-6.5.1.jar
+lib/elasticsearch/lib/lucene-queryparser-6.5.1.jar
+lib/elasticsearch/lib/lucene-sandbox-6.5.1.jar
+lib/elasticsearch/lib/lucene-spatial-6.5.1.jar
+lib/elasticsearch/lib/lucene-spatial-extras-6.5.1.jar
+lib/elasticsearch/lib/lucene-spatial3d-6.5.1.jar
+lib/elasticsearch/lib/lucene-suggest-6.5.1.jar
 lib/elasticsearch/lib/securesm-1.1.jar
 lib/elasticsearch/lib/snakeyaml-1.15.jar
 lib/elasticsearch/lib/spatial4j-0.6.jar
@@ -47,7 +47,7 @@ lib/elasticsearch/modules/lang-expressio
 lib/elasticsearch/modules/lang-expression/asm-commons-5.0.4.jar
 lib/elasticsearch/modules/lang-expression/asm-tree-5.0.4.jar
 lib/elasticsearch/modules/lang-expression/lang-expression-${PKGVERSION}.jar
-lib/elasticsearch/modules/lang-expression/lucene-expressions-6.5.0.jar
+lib/elasticsearch/modules/lang-expression/lucene-expressions-6.5.1.jar
 lib/elasticsearch/modules/lang-expression/plugin-descriptor.properties
 lib/elasticsearch/modules/lang-expression/plugin-security.policy
 lib/elasticsearch/modules/lang-groovy/groovy-2.4.6-indy.jar
@@ -78,13 +78,13 @@ lib/elasticsearch/modules/transport-nett
 lib/elasticsearch/modules/transport-netty3/plugin-descriptor.properties
 lib/elasticsearch/modules/transport-netty3/plugin-security.policy
 lib/elasticsearch/modules/transport-netty3/transport-netty3-${PKGVERSION}.jar
-lib/elasticsearch/modules/transport-netty4/netty-buffer-4.1.9.Final.jar
-lib/elasticsearch/modules/transport-netty4/netty-codec-4.1.9.Final.jar
-lib/elasticsearch/modules/transport-netty4/netty-codec-http-4.1.9.Final.jar
-lib/elasticsearch/modules/transport-netty4/netty-common-4.1.9.Final.jar
-lib/elasticsearch/modules/transport-netty4/netty-handler-4.1.9.Final.jar
-lib/elasticsearch/modules/transport-netty4/netty-resolver-4.1.9.Final.jar
-lib/elasticsearch/modules/transport-netty4/netty-transport-4.1.9.Final.jar
+lib/elasticsearch/modules/transport-netty4/netty-buffer-4.1.11.Final.jar
+lib/elasticsearch/modules/transport-netty4/netty-codec-4.1.11.Final.jar
+lib/elasticsearch/modules/transport-netty4/netty-codec-http-4.1.11.Final.jar
+lib/elasticsearch/modules/transport-netty4/netty-common-4.1.11.Final.jar
+lib/elasticsearch/modules/transport-netty4/netty-handler-4.1.11.Final.jar
+lib/elasticsearch/modules/transport-netty4/netty-resolver-4.1.11.Final.jar
+lib/elasticsearch/modules/transport-netty4/netty-transport-4.1.11.Final.jar
 lib/elasticsearch/modules/transport-netty4/plugin-descriptor.properties
 lib/elasticsearch/modules/transport-netty4/plugin-security.policy
 lib/elasticsearch/modules/transport-netty4/transport-netty4-${PKGVERSION}.jar

Index: pkgsrc/databases/elasticsearch/distinfo
diff -u pkgsrc/databases/elasticsearch/distinfo:1.29 pkgsrc/databases/elasticsearch/distinfo:1.30
--- pkgsrc/databases/elasticsearch/distinfo:1.29        Thu May 11 08:36:30 2017
+++ pkgsrc/databases/elasticsearch/distinfo     Wed Jun 14 13:49:35 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2017/05/11 08:36:30 fhajny Exp $
+$NetBSD: distinfo,v 1.30 2017/06/14 13:49:35 fhajny Exp $
 
-SHA1 (elasticsearch-5.4.0.tar.gz) = 880b115be755a923f25aea810e3386ccb723cc55
-RMD160 (elasticsearch-5.4.0.tar.gz) = 0c8a81e9a458c171fa65075bb8f73f62d7a039f9
-SHA512 (elasticsearch-5.4.0.tar.gz) = 52718b73ebf9de491d1815adce62e7ef61d257a074495b7f81d9ff3a81e5a4c25600f02a2de01edda4d8fa798d81602a75375b6774dced714b1c14edce46739b
-Size (elasticsearch-5.4.0.tar.gz) = 33302352 bytes
+SHA1 (elasticsearch-5.4.1.tar.gz) = 08c0ea54d5c89b852f378659df1b4bd48a182640
+RMD160 (elasticsearch-5.4.1.tar.gz) = 5df6c432d4fe87b4cdf0d530a376a357cb9558c4
+SHA512 (elasticsearch-5.4.1.tar.gz) = 6b88c1f93516aea57af462ced95fd32f3b2639c919fbb00348f4ea12849ce88521e095d9a4c7d96a09b420ac4ed07c7ad6fc9c54c0f2fa1f9f8fa4ec36071cb3
+Size (elasticsearch-5.4.1.tar.gz) = 33321278 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