Received: by mail.netbsd.org (Postfix, from userid 605) id 9BDAF84E73; Wed, 13 Dec 2017 12:53:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 249BA84DFD for ; Wed, 13 Dec 2017 12:53:46 +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 i8Ah_xEUgH8T for ; Wed, 13 Dec 2017 12:53:45 +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 72B0984D22 for ; Wed, 13 Dec 2017 12:53:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6DA66FB40; Wed, 13 Dec 2017 12:53:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15131696253020" MIME-Version: 1.0 Date: Wed, 13 Dec 2017 12:53:45 +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: <20171213125345.6DA66FB40@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. --_----------=_15131696253020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Wed Dec 13 12:53:45 UTC 2017 Modified Files: pkgsrc/databases/elasticsearch: Makefile PLIST distinfo Log Message: Update databases/elasticsearch to 6.0.1 === Breaking changes Scroll:: - Fail queries with scroll that explicitely set request_cache === Enhancements Core:: - Fix classes that can exit Discovery:: - Stop responding to ping requests before master abdication Plugin Repository S3:: - Remove S3 output stream - Update to AWS SDK 1.11.223 Search:: - fix unnecessary logger creation Sequence IDs:: - Log primary-replica resync failures Snapshot/Restore:: - Remove XContentType auto detection in BlobStoreRepository === Bug fixes Cluster:: - Properly format IndexGraveyard deletion date as date Core:: - Do not set data paths on no local storage required - Ensure threadcontext is preserved when refresh listeners are invoked - Avoid NPE when getting build information - When building Settings do not set SecureSettings if empty Engine:: - Reset LiveVersionMap on sync commit - Carry over version map size to prevent excessive resizing Inner Hits:: - Return an empty _source for nested inner hit when filtering on a field that doesn't exist Mapping:: - Fix dynamic mapping update generation. - Fixed rounding of bounds in scaled float comparison Nested Docs:: - Ensure nested documents have consistent version and seq_ids Network:: - Throw UOE from compressible bytes stream reset - Bubble exceptions when closing compressible streams Plugin Lang Painless:: - Painless: Fix errors allowing void to be assigned to def. Plugin Repository GCS:: - Create new handlers for every new request in GoogleCloudStorageService Recovery:: - Flush old indices on primary promotion and relocation Reindex API:: - Reindex: Fix headers in reindex action Search:: - Fix profiling naming issues Sequence IDs:: - Fix resync request serialization Snapshot/Restore:: - Do not swallow exception in ChecksumBlobStoreFormat.writeAtomic() - Delete shard store files before restoring a snapshot - Fix snapshot getting stuck in INIT state - Fix default value of ignore_unavailable for snapshot REST API - Do not create directory on readonly repository === Upgrades Plugin Discovery EC2:: - Upgrade AWS SDK Jackson Databind to 2.6.7.1 Plugin Discovery GCE:: - Update Google SDK to version 1.23.0 To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/elasticsearch/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/elasticsearch/PLIST cvs rdiff -u -r1.37 -r1.38 pkgsrc/databases/elasticsearch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15131696253020 Content-Disposition: inline Content-Length: 2861 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.36 pkgsrc/databases/elasticsearch/Makefile:1.37 --- pkgsrc/databases/elasticsearch/Makefile:1.36 Mon Nov 20 15:36:47 2017 +++ pkgsrc/databases/elasticsearch/Makefile Wed Dec 13 12:53:45 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2017/11/20 15:36:47 fhajny Exp $ +# $NetBSD: Makefile,v 1.37 2017/12/13 12:53:45 fhajny Exp $ -DISTNAME= elasticsearch-6.0.0 +DISTNAME= elasticsearch-6.0.1 CATEGORIES= textproc MASTER_SITES= https://artifacts.elastic.co/downloads/elasticsearch/ Index: pkgsrc/databases/elasticsearch/PLIST diff -u pkgsrc/databases/elasticsearch/PLIST:1.23 pkgsrc/databases/elasticsearch/PLIST:1.24 --- pkgsrc/databases/elasticsearch/PLIST:1.23 Mon Nov 20 15:36:47 2017 +++ pkgsrc/databases/elasticsearch/PLIST Wed Dec 13 12:53:45 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2017/11/20 15:36:47 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.24 2017/12/13 12:53:45 fhajny Exp $ bin/elasticsearch bin/elasticsearch-plugin lib/elasticsearch/bin/elasticsearch-env @@ -35,7 +35,7 @@ lib/elasticsearch/lib/lucene-spatial-ext lib/elasticsearch/lib/lucene-spatial3d-7.0.1.jar lib/elasticsearch/lib/lucene-suggest-7.0.1.jar lib/elasticsearch/lib/plugin-cli-${PKGVERSION}.jar -lib/elasticsearch/lib/securesm-1.1.jar +lib/elasticsearch/lib/securesm-1.2.jar lib/elasticsearch/lib/snakeyaml-1.15.jar lib/elasticsearch/lib/spatial4j-0.6.jar lib/elasticsearch/lib/t-digest-3.0.jar Index: pkgsrc/databases/elasticsearch/distinfo diff -u pkgsrc/databases/elasticsearch/distinfo:1.37 pkgsrc/databases/elasticsearch/distinfo:1.38 --- pkgsrc/databases/elasticsearch/distinfo:1.37 Thu Nov 30 17:50:30 2017 +++ pkgsrc/databases/elasticsearch/distinfo Wed Dec 13 12:53:45 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2017/11/30 17:50:30 fhajny Exp $ +$NetBSD: distinfo,v 1.38 2017/12/13 12:53:45 fhajny Exp $ -SHA1 (elasticsearch-6.0.0.tar.gz) = 8aa6c56edf30cebae13846ce5d774bfec06fed81 -RMD160 (elasticsearch-6.0.0.tar.gz) = 961ee8740e40601d56b01133f8e1c995b64fee32 -SHA512 (elasticsearch-6.0.0.tar.gz) = 25bb622d2fc557d8b8eded634a9b333766f7b58e701359e1bcfafee390776eb323cb7ea7a5e02e8803e25d8b1d3aabec0ec1b0cf492d0bab5689686fe440181c -Size (elasticsearch-6.0.0.tar.gz) = 28017602 bytes +SHA1 (elasticsearch-6.0.1.tar.gz) = fb8400dac5e8853d8f040aaa398ae5e623a2907f +RMD160 (elasticsearch-6.0.1.tar.gz) = fb36b0e848ad24998105e3788b204faa56a957fc +SHA512 (elasticsearch-6.0.1.tar.gz) = b86a04acd194e7e96e3a32de6ab4983d6569ffb1714f2af9e2b49623004987e13e57c5db055153a188f5d2d7eea63d649fa87769f7625f3fc4923e0cd5b8f3ee +Size (elasticsearch-6.0.1.tar.gz) = 28026460 bytes SHA1 (patch-bin_elasticsearch-env) = 7d8f71c6c1a99168cc4a7322e054ddc8fe94b68e SHA1 (patch-config_elasticsearch.yml) = f66dad65dec48a45a4d52b685d6e3ab29de62cf2 --_----------=_15131696253020--