From 166111fedde9effb6fb920cacc1ee36ee628fcc3 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Tue, 27 Oct 2020 05:02:26 +0000 Subject: [PATCH] textproc/elasticsearch7: Update to 7.9.3 Changelog for 7.9.3: * Bug fixes: - Allocation - InternalClusterInfoService should not ignore hidden indices - Audit - Move RestRequestFilter to core - Authentication - Ensure domain_name setting for AD realm is present - Authorization - Fix API key role descriptors rewrite bug for upgraded clusters - CCR - Retry CCR shard follow task when no seed node left - Cluster Coordination - Uniquely associate term with update task during election - EQL - Avoid filtering on tiebreakers - Fix bug in sequences with any pattern - Engine - Fix to actually throttle indexing on getting activated - Features/Data streams - Fix querying a data stream name in index field - Features/Ingest - Handle error conditions when simulating ingest pipelines with verbosity enabled - Make for each processor resistant to field modification - Machine Learning - Fix online updates with custom rules referencing filters - Reset reindexing progress when data frame analytics job resumes with incomplete reindexing - SQL - Fix exception when using CAST on inexact field - Search - Async search should retry updates on version conflict - Transform - Fix possible NPE if transform task has no node assigned - Filter null objects from field caps request * Upgrades: - Infra/Packaging - Switch bundled JDK back to Oracle JDK PR: 250602 Submitted by: Juraj Lutter --- textproc/elasticsearch7/Makefile | 2 +- textproc/elasticsearch7/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/elasticsearch7/Makefile b/textproc/elasticsearch7/Makefile index f6213cd25560..0d9bae77dbb3 100644 --- a/textproc/elasticsearch7/Makefile +++ b/textproc/elasticsearch7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 7.9.2 +PORTVERSION= 7.9.3 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ PKGNAMESUFFIX= 7 diff --git a/textproc/elasticsearch7/distinfo b/textproc/elasticsearch7/distinfo index 6e161dd8518b..0d1e810c5630 100644 --- a/textproc/elasticsearch7/distinfo +++ b/textproc/elasticsearch7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601028041 -SHA256 (elasticsearch-7.9.2-no-jdk-linux-x86_64.tar.gz) = 76725052ca1f9c9a3cc103952d5c3f29abd68ab2e1422e6b174e0dcd3ba6fc60 -SIZE (elasticsearch-7.9.2-no-jdk-linux-x86_64.tar.gz) = 162795379 +TIMESTAMP = 1603571720 +SHA256 (elasticsearch-7.9.3-no-jdk-linux-x86_64.tar.gz) = 2ab0e23277e2fd9365b53af2653e6107ab46db2117390e84ba53385a96f3559f +SIZE (elasticsearch-7.9.3-no-jdk-linux-x86_64.tar.gz) = 162808745