Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 05:02:26 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553418 - head/textproc/elasticsearch7
Message-ID:  <202010270502.09R52Qke046888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Oct 27 05:02:26 2020
New Revision: 553418
URL: https://svnweb.freebsd.org/changeset/ports/553418

Log:
  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 <juraj@lutter.sk>

Modified:
  head/textproc/elasticsearch7/Makefile
  head/textproc/elasticsearch7/distinfo

Modified: head/textproc/elasticsearch7/Makefile
==============================================================================
--- head/textproc/elasticsearch7/Makefile	Tue Oct 27 05:01:55 2020	(r553417)
+++ head/textproc/elasticsearch7/Makefile	Tue Oct 27 05:02:26 2020	(r553418)
@@ -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

Modified: head/textproc/elasticsearch7/distinfo
==============================================================================
--- head/textproc/elasticsearch7/distinfo	Tue Oct 27 05:01:55 2020	(r553417)
+++ head/textproc/elasticsearch7/distinfo	Tue Oct 27 05:02:26 2020	(r553418)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010270502.09R52Qke046888>