mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
sysutils/graylog: update to 3.3.0
enable more plugin integrations by default Reported by: portscout Sponsored by: SkunkWerks, GmbH
This commit is contained in:
parent
e34563cd9c
commit
3a03e444d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537452
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user