From owner-dev-commits-ports-main@freebsd.org Thu Aug 5 16:01:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 4BFA9666066; Thu, 5 Aug 2021 16:01:00 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GgYHc1ZfHz3Kt1; Thu, 5 Aug 2021 16:01:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E9171D29C; Thu, 5 Aug 2021 16:01:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 175G10Mj037521; Thu, 5 Aug 2021 16:01:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 175G10Ub037520; Thu, 5 Aug 2021 16:01:00 GMT (envelope-from git) Date: Thu, 5 Aug 2021 16:01:00 GMT Message-Id: <202108051601.175G10Ub037520@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Juraj Lutter Subject: git: 4d2b3e8552d2 - main - UPDATING: Document sysutils/beats7 breaking change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4d2b3e8552d27330a6732a9a7ae67be27d1a0c61 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2021 16:01:00 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d2b3e8552d27330a6732a9a7ae67be27d1a0c61 commit 4d2b3e8552d27330a6732a9a7ae67be27d1a0c61 Author: Juraj Lutter AuthorDate: 2021-08-05 15:59:34 +0000 Commit: Juraj Lutter CommitDate: 2021-08-05 16:00:17 +0000 UPDATING: Document sysutils/beats7 breaking change Reported by: bgdnlp PR: 257309 --- UPDATING | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/UPDATING b/UPDATING index 710e22d74938..e95a7bad8aa0 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210805: + AFFETCS: users of sysutils/beats7 + AUTHOR: otis@FreeBSD.org + + Beats may not be sending data to some distributions of Elasticsearc + + In this release, Elastic is enabling a licensing change that was broadly + communicated earlier in 2021. This change would imply that 7.13 instances of + Beats would fail to connect to 7.10 or earlier open source distributions of + Elasticsearch and Kibana. + + The most visible effect is that sysutils/beats7 users can expect + difficulities to send data to Elastic instances hosted in AWS. + + For more information, see: + https://www.elastic.co/guide/en/beats/libbeat/current/breaking-changes-7.13.html + 20210801: AFFECTS: users of OpenLDAP AUTHOR: delphij@FreeBSD.org