From 3a03e444d0bf866b918f67cd99d4a2fa416a3b71 Mon Sep 17 00:00:00 2001 From: Dave Cottlehuber Date: Sun, 31 May 2020 23:17:06 +0000 Subject: [PATCH] sysutils/graylog: update to 3.3.0 enable more plugin integrations by default Reported by: portscout Sponsored by: SkunkWerks, GmbH --- sysutils/graylog/Makefile | 11 ++++++++--- sysutils/graylog/distinfo | 8 +++++--- sysutils/graylog/pkg-plist | 1 + 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index 012f101fe4a5..04a2db4fa9d5 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -2,9 +2,11 @@ # $FreeBSD$ PORTNAME= graylog -DISTVERSION= 3.2.5 +DISTVERSION= 3.3.0 CATEGORIES= sysutils java -MASTER_SITES= https://packages.graylog2.org/releases/graylog/ +MASTER_SITES= https://downloads.graylog.org/releases/ +DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} \ + graylog-integrations/graylog-integrations-plugins-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= dch@FreeBSD.org COMMENT= Tool for centralized log collection @@ -51,7 +53,10 @@ do-install: @${MKDIR} ${STAGEDIR}${GRAYLOG_LOGS_DIR} ${INSTALL_DATA} ${WRKSRC}/graylog.jar ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/graylog.conf.example ${STAGEDIR}${ETCDIR}/graylog.conf.example - cd ${WRKSRC}/plugin && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/plugin + cd ${WRKDIR}/graylog-integrations-plugins-${DISTVERSION}/plugin && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/plugin/ + cd ${WRKSRC}/plugin && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/plugin/ ${INSTALL_DATA} ${WRKDIR}/log4j2.xml ${STAGEDIR}${ETCDIR}/log4j2.xml.example .include diff --git a/sysutils/graylog/distinfo b/sysutils/graylog/distinfo index c404c0bf149a..fe68b75405c1 100644 --- a/sysutils/graylog/distinfo +++ b/sysutils/graylog/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1589961316 -SHA256 (graylog-3.2.5.tgz) = 29872f708e1ec1c213a2ace61b83cbde0e725401212a24ede01c035ec6d17ce9 -SIZE (graylog-3.2.5.tgz) = 122548023 +TIMESTAMP = 1590966684 +SHA256 (graylog/graylog-3.3.0.tgz) = 33e07196027fa7dded0d164aba76de05878b39258a18b8882e14bb48c5a3b7f9 +SIZE (graylog/graylog-3.3.0.tgz) = 129282214 +SHA256 (graylog-integrations/graylog-integrations-plugins-3.3.0.tgz) = bd87e3702dac6dfa22797386efa41b2e2394abd7038abc9efee48ac9e3ee9721 +SIZE (graylog-integrations/graylog-integrations-plugins-3.3.0.tgz) = 28584664 diff --git a/sysutils/graylog/pkg-plist b/sysutils/graylog/pkg-plist index 48929a805261..e852dcf2e6ba 100644 --- a/sysutils/graylog/pkg-plist +++ b/sysutils/graylog/pkg-plist @@ -1,6 +1,7 @@ %%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%%-plugin-threatintel-%%DISTVERSION%%.jar @dir %%ETCDIR%% @dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,750) %%GRAYLOG_DATA_DIR%%