Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 23:17:06 +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: r537452 - head/sysutils/graylog
Message-ID:  <202005312317.04VNH61F065828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dch
Date: Sun May 31 23:17:06 2020
New Revision: 537452
URL: https://svnweb.freebsd.org/changeset/ports/537452

Log:
  sysutils/graylog: update to 3.3.0
  
  enable more plugin integrations by default
  
  Reported by:	portscout
  Sponsored by:	SkunkWerks, GmbH

Modified:
  head/sysutils/graylog/Makefile
  head/sysutils/graylog/distinfo
  head/sysutils/graylog/pkg-plist

Modified: head/sysutils/graylog/Makefile
==============================================================================
--- head/sysutils/graylog/Makefile	Sun May 31 23:06:20 2020	(r537451)
+++ head/sysutils/graylog/Makefile	Sun May 31 23:17:06 2020	(r537452)
@@ -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 <bsd.port.mk>

Modified: head/sysutils/graylog/distinfo
==============================================================================
--- head/sysutils/graylog/distinfo	Sun May 31 23:06:20 2020	(r537451)
+++ head/sysutils/graylog/distinfo	Sun May 31 23:17:06 2020	(r537452)
@@ -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

Modified: head/sysutils/graylog/pkg-plist
==============================================================================
--- head/sysutils/graylog/pkg-plist	Sun May 31 23:06:20 2020	(r537451)
+++ head/sysutils/graylog/pkg-plist	Sun May 31 23:17:06 2020	(r537452)
@@ -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%%



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