Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2023 20:32:08 GMT
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: 3248cad9c29a - main - sysutils/graylog: update to 5.2.0
Message-ID:  <202310312032.39VKW87h095825@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch:

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

commit 3248cad9c29a3847282eb57b5bb6f76a05beee36
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2023-10-31 20:24:35 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2023-10-31 20:32:02 +0000

    sysutils/graylog: update to 5.2.0
    
    - remove obsolete plugins integrations, aws, collector
    
    Reported by:    portscout
---
 sysutils/graylog/Makefile  | 2 +-
 sysutils/graylog/distinfo  | 6 +++---
 sysutils/graylog/pkg-descr | 7 ++++---
 sysutils/graylog/pkg-plist | 3 ---
 4 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile
index 4624bb4b676a..d19d29588a85 100644
--- a/sysutils/graylog/Makefile
+++ b/sysutils/graylog/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	graylog
-DISTVERSION=	5.1.7
+DISTVERSION=	5.2.0
 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 cd507cc9bd4b..7e626fdbdc58 100644
--- a/sysutils/graylog/distinfo
+++ b/sysutils/graylog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698097850
-SHA256 (graylog/graylog-5.1.7.tgz) = 38874306b2c9117867405f7c1749dcb2861cac7e0ab47533f438b525e7ec8bac
-SIZE (graylog/graylog-5.1.7.tgz) = 264428752
+TIMESTAMP = 1698782907
+SHA256 (graylog/graylog-5.2.0.tgz) = d28c65ed34ba1ab72ee09174c51c9acb23898000590b36730d62abf2c5d81fe6
+SIZE (graylog/graylog-5.2.0.tgz) = 224493455
diff --git a/sysutils/graylog/pkg-descr b/sysutils/graylog/pkg-descr
index 6c68e46bbbb2..a5535baff684 100644
--- a/sysutils/graylog/pkg-descr
+++ b/sysutils/graylog/pkg-descr
@@ -1,3 +1,4 @@
-Graylog is a centralized log server that accepts various structured
-and unstructred log data. Logs are stored in Elasticsearch. Graylog
-let's you search and analyze logs using a REST HTTP API.
+Graylog is a centralized log server that lets you search and analyze
+logs using a web interface or a REST HTTP API. It handles many input
+types and sources, both structured and unstructured, and stores data
+in OpenSearch, either single node or cluster.
diff --git a/sysutils/graylog/pkg-plist b/sysutils/graylog/pkg-plist
index d89547394520..99e24b121899 100644
--- a/sysutils/graylog/pkg-plist
+++ b/sysutils/graylog/pkg-plist
@@ -1,7 +1,4 @@
 %%DATADIR%%/graylog.jar
-%%DATADIR%%/plugin/%%PORTNAME%%-plugin-aws-%%DISTVERSION%%.jar
-%%DATADIR%%/plugin/%%PORTNAME%%-plugin-collector-%%DISTVERSION%%.jar
-%%DATADIR%%/plugin/%%PORTNAME%%-plugin-integrations-%%DISTVERSION%%.jar
 %%DATADIR%%/plugin/%%PORTNAME%%-storage-elasticsearch7-%%DISTVERSION%%.jar
 %%DATADIR%%/plugin/%%PORTNAME%%-storage-opensearch2-%%DISTVERSION%%.jar
 @dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,750) %%ETCDIR%%/server



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310312032.39VKW87h095825>