diff options
-rw-r--r-- | UPDATING | 10 | ||||
-rw-r--r-- | sysutils/graylog/Makefile | 2 | ||||
-rw-r--r-- | sysutils/graylog/distinfo | 10 | ||||
-rw-r--r-- | sysutils/graylog/files/pkg-message.in | 5 |
4 files changed, 21 insertions, 6 deletions
@@ -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. |