pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/elasticsearch Update databases/elasticsearch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58dcda42e61d
branches:  trunk
changeset: 351338:58dcda42e61d
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Aug 19 10:09:11 2016 +0000

description:
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:

 databases/elasticsearch/Makefile                              |   4 +-
 databases/elasticsearch/PLIST                                 |   4 +-
 databases/elasticsearch/distinfo                              |  12 +++++-----
 databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh |   6 ++--
 4 files changed, 13 insertions(+), 13 deletions(-)

diffs (69 lines):

diff -r 657331cd673c -r 58dcda42e61d databases/elasticsearch/Makefile
--- a/databases/elasticsearch/Makefile  Fri Aug 19 09:39:23 2016 +0000
+++ b/databases/elasticsearch/Makefile  Fri Aug 19 10:09:11 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/05/24 01:44:40 fhajny Exp $
+# $NetBSD: Makefile,v 1.17 2016/08/19 10:09:11 fhajny Exp $
 
-DISTNAME=      elasticsearch-2.3.3
+DISTNAME=      elasticsearch-2.3.5
 CATEGORIES=    textproc
 MASTER_SITES=  https://download.elasticsearch.org/elasticsearch/elasticsearch/
 
diff -r 657331cd673c -r 58dcda42e61d databases/elasticsearch/PLIST
--- a/databases/elasticsearch/PLIST     Fri Aug 19 09:39:23 2016 +0000
+++ b/databases/elasticsearch/PLIST     Fri Aug 19 10:09:11 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/05/24 01:44:40 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.11 2016/08/19 10:09:11 fhajny Exp $
 lib/elasticsearch/HdrHistogram-2.1.6.jar
 lib/elasticsearch/apache-log4j-extras-1.2.17.jar
 lib/elasticsearch/commons-cli-1.3.1.jar
@@ -13,7 +13,7 @@
 lib/elasticsearch/jackson-dataformat-yaml-2.6.6.jar
 lib/elasticsearch/jna-4.1.0.jar
 lib/elasticsearch/joda-convert-1.2.jar
-lib/elasticsearch/joda-time-2.8.2.jar
+lib/elasticsearch/joda-time-2.9.4.jar
 lib/elasticsearch/jsr166e-1.1.0.jar
 lib/elasticsearch/jts-1.13.jar
 lib/elasticsearch/log4j-1.2.17.jar
diff -r 657331cd673c -r 58dcda42e61d databases/elasticsearch/distinfo
--- a/databases/elasticsearch/distinfo  Fri Aug 19 09:39:23 2016 +0000
+++ b/databases/elasticsearch/distinfo  Fri Aug 19 10:09:11 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2016/05/24 01:44:40 fhajny Exp $
+$NetBSD: distinfo,v 1.18 2016/08/19 10:09:11 fhajny Exp $
 
-SHA1 (elasticsearch-2.3.3.tar.gz) = 59ad28b5d21801c67216ea1ee0c8ddf36a133456
-RMD160 (elasticsearch-2.3.3.tar.gz) = e6c3ac8d24cabb934b7d68327966d9179d84f488
-SHA512 (elasticsearch-2.3.3.tar.gz) = d3899d2f45128d218693ed2a0f9210ec6ce5fe4101d543b46edaaadceeb6768fe3cf04bf161ad09b38629bada74368133727dd735ef11132fffe81aabe0ef88b
-Size (elasticsearch-2.3.3.tar.gz) = 27542289 bytes
-SHA1 (patch-bin_elasticsearch.in.sh) = 9fc9288ec1b0855e5b310aa408e6c19807b590e2
+SHA1 (elasticsearch-2.3.5.tar.gz) = ba8842e4ff35370b9ae6a1a12b7f1d12aa9b5c66
+RMD160 (elasticsearch-2.3.5.tar.gz) = 1641528611e9c3caf0f0a7e01dd523e75c20b966
+SHA512 (elasticsearch-2.3.5.tar.gz) = 9c0cc8a9ae0fa2b52db583a5c006b05a84c1f84e1b8dbbafa88bec111190d056a23bd384d4241ce00dc8b56a6840857b296e4c0d2bf911f352ef67f128a87ca7
+Size (elasticsearch-2.3.5.tar.gz) = 27547995 bytes
+SHA1 (patch-bin_elasticsearch.in.sh) = 996cd326fdab47b4a9ebfc9f42c9687e18034ccb
 SHA1 (patch-bin_plugin) = 5ddd9b55797305c2c1e77b174ae410c00ecb7b89
 SHA1 (patch-config_elasticsearch.yml) = 7729dfb1ed106f0a34e6daaf7a46d0352d42f1f1
diff -r 657331cd673c -r 58dcda42e61d databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh
--- a/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh     Fri Aug 19 09:39:23 2016 +0000
+++ b/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh     Fri Aug 19 10:09:11 2016 +0000
@@ -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 @@
      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



Home | Main Index | Thread Index | Old Index