Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105706626
D27253.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D27253.diff
View Options
Index: head/UPDATING
===================================================================
--- head/UPDATING
+++ head/UPDATING
@@ -5,6 +5,13 @@
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20210106:
+ AFFECTS: sysutils/graylog
+ AUTHOR: dch@FreeBSD.org
+
+ graylog 4.0 and higher now use a new license, the SSPL. For more
+ details, see https://www.graylog.org/post/graylog-v4-0-licensing-sspl
+
20210102:
AFFECTS: x11/libexo, XFCE4 desktop users
AUTHOR: madpilot@FreeBSD.org
Index: head/sysutils/graylog/Makefile
===================================================================
--- head/sysutils/graylog/Makefile
+++ head/sysutils/graylog/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= graylog
-DISTVERSION= 3.3.8
+DISTVERSION= 4.0.1
CATEGORIES= sysutils java
MASTER_SITES= https://downloads.graylog.org/releases/
DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} \
@@ -11,8 +11,11 @@
MAINTAINER= dch@FreeBSD.org
COMMENT= Tool for centralized log collection
-LICENSE= GPLv3+
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE= SSPLv1 APACHE20
+LICENSE_COMB= multi
+LICENSE_NAME_SSPLv1= Server Side Public License
+LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE
+LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= tar:tgz
USE_JAVA= yes
Index: head/sysutils/graylog/distinfo
===================================================================
--- head/sysutils/graylog/distinfo
+++ head/sysutils/graylog/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1602942955
-SHA256 (graylog/graylog-3.3.8.tgz) = 37c795ffc516115c7d1d1e0fb805f49473a0f6dce86c7a41b90272dd9e3eac78
-SIZE (graylog/graylog-3.3.8.tgz) = 129314297
-SHA256 (graylog-integrations/graylog-integrations-plugins-3.3.8.tgz) = 22536cf906e46be7014ab2eec24b215ab98bcf38e7b406a662f1db48441e5d01
-SIZE (graylog-integrations/graylog-integrations-plugins-3.3.8.tgz) = 28600261
+TIMESTAMP = 1609937385
+SHA256 (graylog/graylog-4.0.1.tgz) = 4b1c7b5a67a0b3cd84838d9cf977efe2ec653d0b8d458800df6d20deb336e5f9
+SIZE (graylog/graylog-4.0.1.tgz) = 163263748
+SHA256 (graylog-integrations/graylog-integrations-plugins-4.0.1.tgz) = 2d1031fe5310e92908f8764281d8e99dc66d10e73c2f008185795c18fec3436f
+SIZE (graylog-integrations/graylog-integrations-plugins-4.0.1.tgz) = 29070372
Index: head/sysutils/graylog/files/pkg-message.in
===================================================================
--- head/sysutils/graylog/files/pkg-message.in
+++ head/sysutils/graylog/files/pkg-message.in
@@ -12,12 +12,27 @@
For a single-node installation, install:
- databases/mongodb40 or higher
-- textproc/elasticsearch5 or higher
+- textproc/elasticsearch6 or higher
And ensure that the elasticsearch cluster name matches that used by graylog.
-The locations for configuration files have changed to match upstream
-versions in 3.0 of this port, refer to UPDATING for migration steps.
+EOM
+}
+{ type: upgrade
+ message: <<EOM
+graylog now has a *minimum* dependency of elasticsearch6 or higher. You
+may need to re-index after upgrading to ES6, please refer to graylog
+docs for more details.
+
+- textproc/elasticsearch6 or higher
+- databases/mongodb40 or higher
+
+Remember to backup both MongoDB & ES6 databases before upgrading Graylog
+itself.
+
+Beginning with v4.0, Graylog Open Source is licensed under the
+Server Side Public License (SSPL). For more details, see
+https://www.graylog.org/post/graylog-v4-0-licensing-sspl
EOM
}
]
Index: head/sysutils/graylog/pkg-plist
===================================================================
--- head/sysutils/graylog/pkg-plist
+++ head/sysutils/graylog/pkg-plist
@@ -3,6 +3,8 @@
%%DATADIR%%/plugin/%%PORTNAME%%-plugin-collector-%%DISTVERSION%%.jar
%%DATADIR%%/plugin/%%PORTNAME%%-plugin-integrations-%%DISTVERSION%%.jar
%%DATADIR%%/plugin/%%PORTNAME%%-plugin-threatintel-%%DISTVERSION%%.jar
+%%DATADIR%%/plugin/%%PORTNAME%%-storage-elasticsearch6-%%DISTVERSION%%.jar
+%%DATADIR%%/plugin/%%PORTNAME%%-storage-elasticsearch7-%%DISTVERSION%%.jar
@dir %%ETCDIR%%
@dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,750) %%GRAYLOG_DATA_DIR%%
@dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,750) %%GRAYLOG_LOGS_DIR%%
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 11:55 AM (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15529999
Default Alt Text
D27253.diff (4 KB)
Attached To
Mode
D27253: sysutils/graylog: update to 4.0.1
Attached
Detach File
Event Timeline
Log In to Comment