Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 20:05:15 +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: r551342 - head/textproc/elasticsearch7
Message-ID:  <202010032005.093K5FOX082738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct  3 20:05:15 2020
New Revision: 551342
URL: https://svnweb.freebsd.org/changeset/ports/551342

Log:
  textproc/elasticsearch7: Update to 7.9.2
  
  Changelog since 7.9.1:
  
  * Deprecations
    - Infra/Plugins
  	- Deprecate xpack.eql.enabled setting and make it a no-op
  * Enhancements
    - Mapping
  	- Improve error messages on bad [format] and [null_value] params for date mapper
  * Bug fixes
    - Aggregations
  	- Cardinality request breaker leak
  	- Fix bug with terms' min_doc_count
    - Analysis
  	  - Fix standard filter BWC check to allow for cacheing bug
    - Authentication
  	  - Ensure domain_name setting for AD realm is present
  	  - Update authc failure headers on license change
    - Authorization
  	  - Ensure authz operation overrides transient authz headers
    - CCR
  	  - CCR should retry on CircuitBreakingException
    - EQL
  	  - Create the search request with a list of indices
    - Engine
  	- Allow enabling soft-deletes on restore from snapshot
    - Features/Data streams
  	- Always validate that only a create op is allowed in bulk api for data streams
  	- Fix NPE when deleting multiple backing indices on a data stream
  	- Fix data stream wildcard resolution bug in eql search api.
  	- Prohibit the usage of create index api in namespaces managed by data stream templates
    - Features/ILM+SLM
  	- Fix condition in ILM step that cannot be met
    - Features/Ingest
  	- Add Missing NamedWritable Registration for ExecuteEnrichPolicyStatus
    - Features/Java High Level REST Client
  	- Drop assertion that rest client response warnings conform to RFC 7234
  	- Infra/Packaging
  	- Check glibc version
    - Machine Learning
  	- Add null checks for C++ log handler
  	- Persist progress when setting data frame analytics task to failed
  	- Fix reporting of peak memory usage in memory stats for data frame analytics
  	- Fix reporting of peak memory usage in model size stats for anomaly detection
    - Mapping
  	- Allow empty null values for date and IP field mappers
  	- Take resolution into account when parsing date null value
    - Network
  	- Log alloc description after netty processors set
    - SQL
  	- Do not resolve self-referencing aliases
    - Search
  	- Fix disabling allow_leading_wildcard
  	- Search memory leak
    - Transform
  	- Disable optimizations when using scripts in group_by
  * Upgrades
    - Infra/Packaging
  	- Upgrade the bundled JDK to JDK 15
  
  Release notes:
  	https://www.elastic.co/guide/en/elasticsearch///reference/current/release-notes-7.9.2.html
  
  PR:		249915
  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	Sat Oct  3 20:03:35 2020	(r551341)
+++ head/textproc/elasticsearch7/Makefile	Sat Oct  3 20:05:15 2020	(r551342)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	elasticsearch
-PORTVERSION=	7.9.1
+PORTVERSION=	7.9.2
 CATEGORIES=	textproc java devel
 MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/
 PKGNAMESUFFIX=	7

Modified: head/textproc/elasticsearch7/distinfo
==============================================================================
--- head/textproc/elasticsearch7/distinfo	Sat Oct  3 20:03:35 2020	(r551341)
+++ head/textproc/elasticsearch7/distinfo	Sat Oct  3 20:05:15 2020	(r551342)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599151423
-SHA256 (elasticsearch-7.9.1-no-jdk-linux-x86_64.tar.gz) = c4038e288e2d605488cd6988582389c631f4186cce3d136c6546117560b94184
-SIZE (elasticsearch-7.9.1-no-jdk-linux-x86_64.tar.gz) = 162821211
+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



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