pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/445ac8cbffc2
branches:  trunk
changeset: 376241:445ac8cbffc2
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Feb 27 12:37:56 2018 +0000

description:
databases/elasticsearch: Update to 6.2.2.

== 6.2.2 Release Notes

=== Enhancements

Recovery::
- Synced-flush should not seal index of out of sync replicas

=== Bug fixes

Core::
- Handle throws on tasks submitted to thread pools
- Fix size blocking queue to not lie about its weight

Ingest::
- Guard accessDeclaredMembers for Tika on JDK 10
- Fix for bug that prevents pipelines to load that use stored scripts
  after a restart

Java High Level REST Client::
- Fix parsing of script fields
- Move to POST when calling API to retrieve which support request body

Packaging::
- Fix using relative custom config path
- Disable console logging in the Windows service

Percolator::
- Do not take duplicate query extractions into account for
  minimum_should_match attribute

Recovery::
- Fsync directory after cleanup


== 6.2.1 Release Notes

=== Bug fixes

Plugin Lang Painless::
- Painless: Fix For Loop NullPointerException

Plugins::
- Fix the ability to remove old plugin

diffstat:

 databases/elasticsearch/Makefile |   4 ++--
 databases/elasticsearch/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r ec4218b1129c -r 445ac8cbffc2 databases/elasticsearch/Makefile
--- a/databases/elasticsearch/Makefile  Tue Feb 27 12:37:53 2018 +0000
+++ b/databases/elasticsearch/Makefile  Tue Feb 27 12:37:56 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2018/02/07 16:26:16 fhajny Exp $
+# $NetBSD: Makefile,v 1.41 2018/02/27 12:37:56 fhajny Exp $
 
-DISTNAME=      elasticsearch-6.2.0
+DISTNAME=      elasticsearch-6.2.2
 CATEGORIES=    textproc
 MASTER_SITES=  https://artifacts.elastic.co/downloads/elasticsearch/
 
diff -r ec4218b1129c -r 445ac8cbffc2 databases/elasticsearch/distinfo
--- a/databases/elasticsearch/distinfo  Tue Feb 27 12:37:53 2018 +0000
+++ b/databases/elasticsearch/distinfo  Tue Feb 27 12:37:56 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2018/02/07 16:26:16 fhajny Exp $
+$NetBSD: distinfo,v 1.42 2018/02/27 12:37:56 fhajny Exp $
 
-SHA1 (elasticsearch-6.2.0.tar.gz) = 05f8527be810d45888a00f69edee5c73a13b737c
-RMD160 (elasticsearch-6.2.0.tar.gz) = 4ea13b8681c2439cf64fe648615a3530bc8f2693
-SHA512 (elasticsearch-6.2.0.tar.gz) = a6b5e36b09a8d2c1f3a744036937b4d66df01f3a789ea7d255654d3389a0c5ef3667b52a406cf31dc3abcc2a874a25636a816b0a3c8a157a8deea7f58df95297
-Size (elasticsearch-6.2.0.tar.gz) = 29047381 bytes
+SHA1 (elasticsearch-6.2.2.tar.gz) = b0c2c4f98b7bfe97ddc1be53b121ce08e488442f
+RMD160 (elasticsearch-6.2.2.tar.gz) = a5f62f46b9a90533d6cb4235994b2488428f3ae9
+SHA512 (elasticsearch-6.2.2.tar.gz) = e8363a3022b7c8d67be37bcdf4d026cefb166403dcdb19950fdf2da508eb0ccfe2b2e3717a60edb932b7b6f5ec94cd06726d4fc5c7bcdd24711df16945fb8c5c
+Size (elasticsearch-6.2.2.tar.gz) = 29049540 bytes
 SHA1 (patch-bin_elasticsearch-env) = 7d8f71c6c1a99168cc4a7322e054ddc8fe94b68e
 SHA1 (patch-config_elasticsearch.yml) = f66dad65dec48a45a4d52b685d6e3ab29de62cf2



Home | Main Index | Thread Index | Old Index