sysutils/graylog: update to 5.2.3

- fix warnings in log4j config

PR:		276098
Reported by:	rob2g2-freebsd@bitbert.com
Sponsored by:	SkunkWerks, GmbH
This commit is contained in:
Dave Cottlehuber
2024-01-04 16:38:19 +00:00
parent e010ad2e2d
commit f7f7152bfd
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
PORTNAME= graylog
DISTVERSION= 5.2.0
DISTVERSION= 5.2.3
CATEGORIES= sysutils java
MASTER_SITES= https://downloads.graylog.org/releases/
DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX}

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1698782907
SHA256 (graylog/graylog-5.2.0.tgz) = d28c65ed34ba1ab72ee09174c51c9acb23898000590b36730d62abf2c5d81fe6
SIZE (graylog/graylog-5.2.0.tgz) = 224493455
TIMESTAMP = 1704383088
SHA256 (graylog/graylog-5.2.3.tgz) = 41e5a526e25877c667cb1c25c482eafadb80990e655bd92575cb175222e5bd2e
SIZE (graylog/graylog-5.2.3.tgz) = 224544044

View File

@@ -11,7 +11,7 @@
</File>
<!-- Internal Graylog log appender. Please do not disable. This makes internal log messages available via REST calls. -->
<Memory name="graylog-internal-logs" bufferSize="500"/>
<Memory name="graylog-internal-logs" bufferSizeBytes="50MB"/>
</Appenders>
<Loggers>
<!-- Application Loggers -->