Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2025 11:46:52 +0000
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c8bedd8a1d26 - main - sysutils/graylog: update to 7.0.2
Message-ID:  <693ff52c.ed14.447d23d0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c8bedd8a1d2680b3a91f8562812b93421d4bd559

commit c8bedd8a1d2680b3a91f8562812b93421d4bd559
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-12-15 10:24:57 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-12-15 11:45:17 +0000

    sysutils/graylog: update to 7.0.2
    
    Sponsored by:   SkunkWerks, GmbH
    Reported by:    portscout
---
 sysutils/graylog/Makefile             |  2 +-
 sysutils/graylog/distinfo             |  6 +++---
 sysutils/graylog/files/pkg-message.in | 13 +++++++------
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile
index 1035aeb9e911..bfd0234c25da 100644
--- a/sysutils/graylog/Makefile
+++ b/sysutils/graylog/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	graylog
-DISTVERSION=	6.3.3
+DISTVERSION=	7.0.2
 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 c54bc93389a7..e3a8ac492d3c 100644
--- a/sysutils/graylog/distinfo
+++ b/sysutils/graylog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759317176
-SHA256 (graylog/graylog-6.3.3.tgz) = babef760f0841623c28992646f383c3633bf2b9aa125c551eec692405b779c1e
-SIZE (graylog/graylog-6.3.3.tgz) = 317470005
+TIMESTAMP = 1765792752
+SHA256 (graylog/graylog-7.0.2.tgz) = bf4a4f9730113767e9a79a4bd2fd4f8db1e6d828be8187bc47aae48aec3d059f
+SIZE (graylog/graylog-7.0.2.tgz) = 325483336
diff --git a/sysutils/graylog/files/pkg-message.in b/sysutils/graylog/files/pkg-message.in
index 04fdeb212817..52cd591dc112 100644
--- a/sysutils/graylog/files/pkg-message.in
+++ b/sysutils/graylog/files/pkg-message.in
@@ -11,27 +11,28 @@ When running graylog in a jail, you need to set enforce_statfs for the jail.
 
 For a single-node installation, install:
 
-- databases/mongodb50 or higher
-- textproc/opensearch 1.3, 2.0 or higher
+- databases/mongodb70 or databases/mongodb80
+- textproc/opensearch between 2.0 to 2.9 inclusive
 
 And ensure that the elasticsearch cluster name matches that used by graylog.
 
 See https://go2docs.graylog.org/5-0/downloading_and_installing_graylog/installing_graylog.html
 
+
 EOM
 }
 { type: upgrade
   message: <<EOM
-Graylog v5.0 requires significant preparation to migrate both to newer
+Graylog v7.0 requires significant preparation to migrate both to newer
 MongoDB and to switch from older ElasticSearch to the new OpenSearch.
 
 You may need to re-index OpenSearch after migrating, refer to upstream
 docs for more details.
 
-https://go2docs.graylog.org/5-0/upgrading_graylog/upgrading_to_graylog_5.0.x.htm
+https://go2docs.graylog.org/current/upgrading_graylog/upgrade_to_graylog_7.0.htm
 
-- textproc/opensearch 1.3, 2.0 or higher
-- databases/mongodb50 or higher
+- databases/mongodb70 or databases/mongodb80
+- textproc/opensearch between 2.0 to 2.9 inclusive
 
 Remember to backup both MongoDB & ES/OS databases before upgrading Graylog
 itself.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693ff52c.ed14.447d23d0>