git: cb50f3e614e8 - main - sysutils/graylog: update to 4.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jun 2022 13:57:30 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb50f3e614e8eaec2398d57d858a633e4f474c78 commit cb50f3e614e8eaec2398d57d858a633e4f474c78 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2022-06-02 13:57:27 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2022-06-02 13:57:27 +0000 sysutils/graylog: update to 4.3.1 Changelog: https://docs.graylog.org/docs/changelog Reported by: Charles Gonçalves <charles@freebsdbrasil.com.br> Sponsored by: FreeBSD Brasil Sponsored by: SkunkWerks, GmbH Tested by: <If someone else tested the change.> --- UPDATING | 10 ++++++++++ sysutils/graylog/Makefile | 2 +- sysutils/graylog/distinfo | 10 +++++----- sysutils/graylog/files/pkg-message.in | 5 +++++ 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/UPDATING b/UPDATING index 5990c028a21f..3909759e1f02 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,16 @@ 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. +20220602: + AFFECTS: sysutils/graylog + AUTHOR: dch@FreeBSD.org + + Graylog 4.3.0+ fails to start if graylog's internal collector for + system statistics is enabled. This will eventually be addressed + upstream. + + Add disable_native_system_stats_collector=true to your graylog.conf. + 20220513: AFFECTS: devel/nexus2-oss AUTHOR: michael.osipov@siemens.com diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index 9554b58b01a0..d901617439e9 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -1,7 +1,7 @@ # Created by: Thomas Bartelmess <thomas@bartelmess.io> PORTNAME= graylog -DISTVERSION= 4.2.9 +DISTVERSION= 4.3.1 CATEGORIES= sysutils java MASTER_SITES= https://downloads.graylog.org/releases/ DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} \ diff --git a/sysutils/graylog/distinfo b/sysutils/graylog/distinfo index 1a0a8ac93c23..ae944b33fac2 100644 --- a/sysutils/graylog/distinfo +++ b/sysutils/graylog/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1652780907 -SHA256 (graylog/graylog-4.2.9.tgz) = ddf2e0a50f1ec152f70c8997642b624b11db1af1f17a76e4e2d2d6dc4dcc21bb -SIZE (graylog/graylog-4.2.9.tgz) = 197313597 -SHA256 (graylog-integrations/graylog-integrations-plugins-4.2.9.tgz) = ad9cb1ceb3aeaa396786d67f95fef7e54c797ef2fcc2dc4debf83d3422dce25c -SIZE (graylog-integrations/graylog-integrations-plugins-4.2.9.tgz) = 29546050 +TIMESTAMP = 1654153403 +SHA256 (graylog/graylog-4.3.1.tgz) = e444f130705065a6eb91899232595be37e3f41b570454a0969eb902a08735d09 +SIZE (graylog/graylog-4.3.1.tgz) = 203862627 +SHA256 (graylog-integrations/graylog-integrations-plugins-4.3.1.tgz) = 73dca7f80da4b2dc3f09c58a975661b9efd2617488cfeac948fdde392b0d785e +SIZE (graylog-integrations/graylog-integrations-plugins-4.3.1.tgz) = 29264163 diff --git a/sysutils/graylog/files/pkg-message.in b/sysutils/graylog/files/pkg-message.in index 30e987726162..0c2d6783ab52 100644 --- a/sysutils/graylog/files/pkg-message.in +++ b/sysutils/graylog/files/pkg-message.in @@ -20,6 +20,11 @@ EOM } { type: upgrade message: <<EOM +Graylog v4.3.0+ will not start up, unless the internal stats collector +is disabled with disable_native_system_stats_collector=true + +See https://github.com/Graylog2/graylog2-server/issues/12542 for details. + graylog now has a *minimum* dependency of elasticsearch6 or higher. You may need to re-index after upgrading to ES6, please refer to graylog docs for more details.