1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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>
This commit is contained in:
Tobias C. Berner 2020-10-27 05:02:26 +00:00
parent fdbed41a29
commit 166111fedd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553418
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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