From owner-svn-ports-all@freebsd.org Sat Oct 3 20:05:16 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 725D143742C; Sat, 3 Oct 2020 20:05:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C3dBh2QyCz3X5r; Sat, 3 Oct 2020 20:05:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3683C183E4; Sat, 3 Oct 2020 20:05:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 093K5Grq082741; Sat, 3 Oct 2020 20:05:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 093K5FOX082738; Sat, 3 Oct 2020 20:05:15 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202010032005.093K5FOX082738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Oct 2020 20:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551342 - head/textproc/elasticsearch7 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/textproc/elasticsearch7 X-SVN-Commit-Revision: 551342 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2020 20:05:16 -0000 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 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