Date: Tue, 23 Feb 2021 16:22:31 +0000 (UTC) From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566408 - head/sysutils/graylog Message-ID: <202102231622.11NGMV69040929@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dch Date: Tue Feb 23 16:22:31 2021 New Revision: 566408 URL: https://svnweb.freebsd.org/changeset/ports/566408 Log: sysutils/graylog: update to 4.0.5 ChangeLog: https://docs.graylog.org/en/4.0/pages/changelog.html#graylog-4-0-5 - Prevent NullPointerException in index optimization job https://github.com/Graylog2/graylog2-server/pull/10119 - Various ES7 backend indexing fixes Reported by: portscout Sponsored by: SkunkWerks, GmbH Modified: head/sysutils/graylog/Makefile head/sysutils/graylog/distinfo Modified: head/sysutils/graylog/Makefile ============================================================================== --- head/sysutils/graylog/Makefile Tue Feb 23 16:09:20 2021 (r566407) +++ head/sysutils/graylog/Makefile Tue Feb 23 16:22:31 2021 (r566408) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graylog -DISTVERSION= 4.0.3 +DISTVERSION= 4.0.5 CATEGORIES= sysutils java MASTER_SITES= https://downloads.graylog.org/releases/ DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} \ Modified: head/sysutils/graylog/distinfo ============================================================================== --- head/sysutils/graylog/distinfo Tue Feb 23 16:09:20 2021 (r566407) +++ head/sysutils/graylog/distinfo Tue Feb 23 16:22:31 2021 (r566408) @@ -1,5 +1,5 @@ -TIMESTAMP = 1613504201 -SHA256 (graylog/graylog-4.0.3.tgz) = 47cec7c71609fe063f3f86a885f8b594d5d5a88fa92fe43dc19c24dc33e044eb -SIZE (graylog/graylog-4.0.3.tgz) = 163285883 -SHA256 (graylog-integrations/graylog-integrations-plugins-4.0.3.tgz) = 09d994ddb84a9e848aba379ba1a8c30f82cd34a987ac3da267421fb623ab19df -SIZE (graylog-integrations/graylog-integrations-plugins-4.0.3.tgz) = 29071243 +TIMESTAMP = 1614097050 +SHA256 (graylog/graylog-4.0.5.tgz) = fea34a58738c3dbe40c134281954f276688d6900c7d0acc748bd91feef9b6d75 +SIZE (graylog/graylog-4.0.5.tgz) = 163294449 +SHA256 (graylog-integrations/graylog-integrations-plugins-4.0.5.tgz) = 135dbdc61a30b19c3a353102b34c0cd0e46df8b7248d30c970e7f6cf09075bc8 +SIZE (graylog-integrations/graylog-integrations-plugins-4.0.5.tgz) = 29068268
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102231622.11NGMV69040929>