From owner-svn-ports-head@freebsd.org Thu Jan 24 23:11:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF70414C2270; Thu, 24 Jan 2019 23:11:49 +0000 (UTC) (envelope-from girgen@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) server-signature RSA-PSS (4096 bits) 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 68FA18C10E; Thu, 24 Jan 2019 23:11:49 +0000 (UTC) (envelope-from girgen@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 5E7F82F67F; Thu, 24 Jan 2019 23:11:49 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0ONBnH5034396; Thu, 24 Jan 2019 23:11:49 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0ONBnOK034395; Thu, 24 Jan 2019 23:11:49 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201901242311.x0ONBnOK034395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 24 Jan 2019 23:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491124 - head X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 491124 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 68FA18C10E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2019 23:11:49 -0000 Author: girgen Date: Thu Jan 24 23:11:48 2019 New Revision: 491124 URL: https://svnweb.freebsd.org/changeset/ports/491124 Log: Update fluentd to version 1.3.3 PR: 233939, 235179 Releasenotes: https://github.com/fluent/fluentd/blob/master/CHANGELOG.md Submitted by: Artyom Davidov Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Jan 24 22:58:58 2019 (r491123) +++ head/UPDATING Thu Jan 24 23:11:48 2019 (r491124) @@ -5,6 +5,18 @@ 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. +20190124: + AFFECTS: users of sysutils/rubygem-fluentd, sysutils/fluent-bit + AUTHOR: girgen@FreeBSD.org + + The fluentd port has been upgraded from the 0.12 line to 1.3.3. The upgrade + is mostly non-disruptive since there is a backward compatibility with 0.12 + plugins and configuration files, but care should be taken about the order of + server upgrades since fluentd 1.x is unable to send it's data to version 0.12 + instances. You should carefully read + https://docs.fluentd.org/v1.0/articles/update-from-v0.12 before performing + any upgrade activities. + 20190120: AFFECTS: users of mail/fetchmail AUTHOR: mandree@FreeBSD.org