summaryrefslogtreecommitdiff
path: root/databases/elasticsearch/patches
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-08-19 10:09:11 +0000
committerfhajny <fhajny>2016-08-19 10:09:11 +0000
commit4a14064070bae3bc58e4d8dabf301f316d3b9e13 (patch)
treef8f4d1f3ba8f3432d4148799159e5430804c7b42 /databases/elasticsearch/patches
parentb69117b9b4da4693f973b4f3c034a443ed220fe9 (diff)
downloadpkgsrc-4a14064070bae3bc58e4d8dabf301f316d3b9e13.tar.gz
Update databases/elasticsearch to 2.3.5.
2.3.5 There are no changes in Elasticsearch 2.3.5 except for the version bump. This is a compatibility release for bug fixes in Marvel, Watcher, and Shield. 2.3.4 Bulk - Copy headers and context to individual requests inside a bulk CAT API - Fix merge stats rendering in RestIndicesAction - Expand wildcards to closed indices in /_cat/indices Cluster - Fix block checks when no indices are specified Core - Fix misplaced cast when parsing seconds Highlighting - Skip all geo point queries in plain highlighter Internal - Fix filtering of node ids for TransportNodesAction Percolator - Fixed NPE when percolator filter option is "empty". REST - Do not decode path when sending error Translog - Translog can delete valid .ckp file when views are closed after the translog - Dates Upgrade joda-time to 2.9.4
Diffstat (limited to 'databases/elasticsearch/patches')
-rw-r--r--databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh b/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh
index 51215fecde3..ee725296176 100644
--- a/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh
+++ b/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh
@@ -1,4 +1,4 @@
-$NetBSD: patch-bin_elasticsearch.in.sh,v 1.4 2016/05/24 01:44:41 fhajny Exp $
+$NetBSD: patch-bin_elasticsearch.in.sh,v 1.5 2016/08/19 10:09:11 fhajny Exp $
Fix paths.
@@ -8,8 +8,8 @@ Fix paths.
exit 1
fi
--ES_CLASSPATH="$ES_HOME/lib/elasticsearch-2.3.3.jar:$ES_HOME/lib/*"
-+ES_CLASSPATH="@ES_LIBDIR@/elasticsearch-2.3.3.jar:@ES_LIBDIR@/*"
+-ES_CLASSPATH="$ES_HOME/lib/elasticsearch-2.3.5.jar:$ES_HOME/lib/*"
++ES_CLASSPATH="@ES_LIBDIR@/elasticsearch-2.3.5.jar:@ES_LIBDIR@/*"
if [ "x$ES_MIN_MEM" = "x" ]; then
ES_MIN_MEM=256m