Received: by mail.netbsd.org (Postfix, from userid 605) id B25EC84E98; Tue, 27 Feb 2018 12:37:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21AE884E9B for ; Tue, 27 Feb 2018 12:37:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZahctRS5y4h1 for ; Tue, 27 Feb 2018 12:37:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5A51784E98 for ; Tue, 27 Feb 2018 12:37:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 568CAFB40; Tue, 27 Feb 2018 12:37:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519735076278340" MIME-Version: 1.0 Date: Tue, 27 Feb 2018 12:37:56 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/databases/elasticsearch To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20180227123756.568CAFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519735076278340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Feb 27 12:37:56 UTC 2018 Modified Files: pkgsrc/databases/elasticsearch: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/elasticsearch/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/elasticsearch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519735076278340 Content-Disposition: inline Content-Length: 1943 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/elasticsearch/Makefile diff -u pkgsrc/databases/elasticsearch/Makefile:1.40 pkgsrc/databases/elasticsearch/Makefile:1.41 --- pkgsrc/databases/elasticsearch/Makefile:1.40 Wed Feb 7 16:26:16 2018 +++ pkgsrc/databases/elasticsearch/Makefile Tue Feb 27 12:37:56 2018 @@ -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/ Index: pkgsrc/databases/elasticsearch/distinfo diff -u pkgsrc/databases/elasticsearch/distinfo:1.41 pkgsrc/databases/elasticsearch/distinfo:1.42 --- pkgsrc/databases/elasticsearch/distinfo:1.41 Wed Feb 7 16:26:16 2018 +++ pkgsrc/databases/elasticsearch/distinfo Tue Feb 27 12:37:56 2018 @@ -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 --_----------=_1519735076278340--