diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-02-27 12:37:56 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-02-27 12:37:56 +0000 |
commit | a734cdf7c796ffbc1a28c29f28532889f66ad576 (patch) | |
tree | abb3f5bd4595690e61247d9f2db76286393bc2ce /databases | |
parent | a88b46464ee8490b85799ae1b0b4ac170ce62592 (diff) | |
download | pkgsrc-a734cdf7c796ffbc1a28c29f28532889f66ad576.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/elasticsearch/Makefile | 4 | ||||
-rw-r--r-- | databases/elasticsearch/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/elasticsearch/Makefile b/databases/elasticsearch/Makefile index 3cbac510ae3..0c6c0e35b76 100644 --- a/databases/elasticsearch/Makefile +++ b/databases/elasticsearch/Makefile @@ -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 --git a/databases/elasticsearch/distinfo b/databases/elasticsearch/distinfo index 1eacb58ce9c..624c0942d34 100644 --- a/databases/elasticsearch/distinfo +++ b/databases/elasticsearch/distinfo @@ -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 |