notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
graylog Tool for centralized log collection
5.2.3 sysutils on this many watch lists=9 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.2.0Version of this port present on the latest quarterly branch.
Maintainer: dch@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-03-10 21:39:01
Last Update: 2024-01-04 16:38:19
Commit Hash: f7f7152
People watching this port, also watch:: nextcloud-php82, openvpn, openjdk8, nginx
Also Listed In: java
License: APACHE20 SSPLv1
WWW:
https://www.graylog.org/
Description:
Graylog is a centralized log server that lets you search and analyze logs using a web interface or a REST HTTP API. It handles many input types and sources, both structured and unstructured, and stores data in OpenSearch, either single node or cluster.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (16 items)
Collapse this list.
  1. /usr/local/share/licenses/graylog-5.2.3/catalog.mk
  2. /usr/local/share/licenses/graylog-5.2.3/LICENSE
  3. /usr/local/share/licenses/graylog-5.2.3/APACHE20
  4. /usr/local/share/licenses/graylog-5.2.3/SSPLv1
  5. share/graylog/graylog.jar
  6. share/graylog/plugin/graylog-storage-elasticsearch7-5.2.3.jar
  7. share/graylog/plugin/graylog-storage-opensearch2-5.2.3.jar
  8. @dir(graylog,graylog,750) etc/graylog/server
  9. @dir(graylog,graylog,750) /var/db/graylog
  10. @dir(graylog,graylog,750) /var/db/graylog/journal
  11. @dir(graylog,graylog,750) /var/log/graylog
  12. @sample(graylog,graylog,440) etc/graylog/graylog.conf.sample
  13. @sample(graylog,graylog,440) etc/graylog/log4j2.xml.sample
  14. @owner
  15. @group
  16. @mode
Collapse this list.
Dependency lines:
  • graylog>0:sysutils/graylog
To install the port:
cd /usr/ports/sysutils/graylog/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/graylog
  • pkg install graylog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: graylog
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1704383088 SHA256 (graylog/graylog-5.2.3.tgz) = 41e5a526e25877c667cb1c25c482eafadb80990e655bd92575cb175222e5bd2e SIZE (graylog/graylog-5.2.3.tgz) = 224544044

Packages (timestamps in pop-ups are UTC):
graylog
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.2.35.2.3--5.2.3---
FreeBSD:13:quarterly5.2.35.2.3--5.2.3-5.2.35.2.3
FreeBSD:14:latest5.2.35.2.3--5.2.3--5.0.6
FreeBSD:14:quarterly5.2.35.2.3--5.2.3-5.2.35.2.3
FreeBSD:15:latest-5.2.3n/a-n/a-5.2.3-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk17
Patch dependencies:
  1. java : java/openjdk17
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_graylog
USES:
cpe tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://downloads.graylog.org/releases/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2023-01-11
    Affects: users of sysutils/graylog
    Author: dch@freebsd.org
    Reason: 
      Graylog 5.x and higher effectively constrains ElasticSearch
      dependencies, and in most cases will force a migration to
      OpenSearch 2.x, now available in ports. Plan accordingly.
    
    
Expand this list (1 items)
  • 2022-06-02
    Affects: sysutils/graylog
    Author: dch@FreeBSD.org
    Reason: 
      Graylog 4.3.0+ fails to start if graylog's internal collector for
      system statistics is enabled. This will eventually be addressed
      upstream.
    
      Add disable_native_system_stats_collector=true to your graylog.conf.
    
    
  • Collapse this list.

Number of commits found: 52

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.2.3
04 Jan 2024 16:38:19
commit hash: f7f7152bfdccc4deeb092706ca3ed8702bbbeaf4commit hash: f7f7152bfdccc4deeb092706ca3ed8702bbbeaf4commit hash: f7f7152bfdccc4deeb092706ca3ed8702bbbeaf4commit hash: f7f7152bfdccc4deeb092706ca3ed8702bbbeaf4 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 5.2.3

- fix warnings in log4j config

PR:		276098
Reported by:	rob2g2-freebsd@bitbert.com
Sponsored by:	SkunkWerks, GmbH
5.2.0
31 Oct 2023 20:32:02
commit hash: 3248cad9c29a3847282eb57b5bb6f76a05beee36commit hash: 3248cad9c29a3847282eb57b5bb6f76a05beee36commit hash: 3248cad9c29a3847282eb57b5bb6f76a05beee36commit hash: 3248cad9c29a3847282eb57b5bb6f76a05beee36 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 5.2.0

- remove obsolete plugins integrations, aws, collector

Reported by:	portscout
5.1.7
28 Oct 2023 22:13:45
commit hash: c730026ddf1368680c59cd8cf5a589f296c1340dcommit hash: c730026ddf1368680c59cd8cf5a589f296c1340dcommit hash: c730026ddf1368680c59cd8cf5a589f296c1340dcommit hash: c730026ddf1368680c59cd8cf5a589f296c1340d files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 5.1.7
5.1.5
28 Sep 2023 22:44:38
commit hash: dfd2afd4a6dcfedae60255a812dbf735ebaa4b3fcommit hash: dfd2afd4a6dcfedae60255a812dbf735ebaa4b3fcommit hash: dfd2afd4a6dcfedae60255a812dbf735ebaa4b3fcommit hash: dfd2afd4a6dcfedae60255a812dbf735ebaa4b3f files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 5.1.5
5.1.4
05 Sep 2023 20:34:37
commit hash: 399598c0ad51e63b6539fc9482f9134f0fc0e3abcommit hash: 399598c0ad51e63b6539fc9482f9134f0fc0e3abcommit hash: 399598c0ad51e63b6539fc9482f9134f0fc0e3abcommit hash: 399598c0ad51e63b6539fc9482f9134f0fc0e3ab files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 5.1.4

- https://go2docs.graylog.org/5-1/changelogs/changelog.html

Sponsored by:	SkunkWerks, GmbH
5.1.2
21 Jun 2023 23:53:12
commit hash: a7d1dc4e0040d32069fdc2afab5fa5c2d99ed408commit hash: a7d1dc4e0040d32069fdc2afab5fa5c2d99ed408commit hash: a7d1dc4e0040d32069fdc2afab5fa5c2d99ed408commit hash: a7d1dc4e0040d32069fdc2afab5fa5c2d99ed408 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 5.1.2

-
https://go2docs.graylog.org/5-1/upgrading_graylog/upgrading_to_graylog_5.1.x.htm
5.0.6
08 Apr 2023 21:13:52
commit hash: 744ba9732c86183af49fece2d8628b2fa6703c99commit hash: 744ba9732c86183af49fece2d8628b2fa6703c99commit hash: 744ba9732c86183af49fece2d8628b2fa6703c99commit hash: 744ba9732c86183af49fece2d8628b2fa6703c99 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 5.0.6

https://www.graylog.org/post/announcing-graylog-v5-0-6/
5.0.5
13 Mar 2023 07:45:49
commit hash: dbc164137dbb730ce60bcfb55f9e4f4dd8e866d7commit hash: dbc164137dbb730ce60bcfb55f9e4f4dd8e866d7commit hash: dbc164137dbb730ce60bcfb55f9e4f4dd8e866d7commit hash: dbc164137dbb730ce60bcfb55f9e4f4dd8e866d7 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 5.0.5

- https://go2docs.graylog.org/5-0/changelogs/changelog.html#graylog-505
5.0.2
11 Jan 2023 22:08:28
commit hash: e8723f0a8cc8cb102a21be5ddb2b430ec61fcc2bcommit hash: e8723f0a8cc8cb102a21be5ddb2b430ec61fcc2bcommit hash: e8723f0a8cc8cb102a21be5ddb2b430ec61fcc2bcommit hash: e8723f0a8cc8cb102a21be5ddb2b430ec61fcc2b files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 5.0.2

- support JAVA_HOME
- accept additional java parameters in rc.conf
- OpenJDK17 is now required
- remove unsupported JVM tunables

Reported by:    Einar Bjarni Halldórsson <einar@isnic.is>
Differential Revision: https://reviews.freebsd.org/D37979
4.3.9
16 Nov 2022 23:07:41
commit hash: fcdcb46730098b3563f1a26cd32ce48d8237615ccommit hash: fcdcb46730098b3563f1a26cd32ce48d8237615ccommit hash: fcdcb46730098b3563f1a26cd32ce48d8237615ccommit hash: fcdcb46730098b3563f1a26cd32ce48d8237615c files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.3.9

- ChangeLog https://docs.graylog.org/docs/changelog#graylog-439

Reported by:  portscout
Sponsored by: SkunkWerks, GmbH
4.3.8
03 Nov 2022 22:36:37
commit hash: e60f87665948a84bf4b4ba9f09c10cf52538ca97commit hash: e60f87665948a84bf4b4ba9f09c10cf52538ca97commit hash: e60f87665948a84bf4b4ba9f09c10cf52538ca97commit hash: e60f87665948a84bf4b4ba9f09c10cf52538ca97 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.3.8

- bug fix release
- ChangeLog https://docs.graylog.org/docs/changelog#graylog-438
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.3.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.3.3
30 Jul 2022 20:54:57
commit hash: ba5573df0d6bfe9cfe994634b4c4f57d84ec09c3commit hash: ba5573df0d6bfe9cfe994634b4c4f57d84ec09c3commit hash: ba5573df0d6bfe9cfe994634b4c4f57d84ec09c3commit hash: ba5573df0d6bfe9cfe994634b4c4f57d84ec09c3 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.3.3

- https://docs.graylog.org/docs/changelog#graylog-433

PR:		265523
4.3.1
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.3.1
02 Jun 2022 13:57:27
commit hash: cb50f3e614e8eaec2398d57d858a633e4f474c78commit hash: cb50f3e614e8eaec2398d57d858a633e4f474c78commit hash: cb50f3e614e8eaec2398d57d858a633e4f474c78commit hash: cb50f3e614e8eaec2398d57d858a633e4f474c78 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.3.1

Changelog: https://docs.graylog.org/docs/changelog

Reported by:	Charles Gonçalves <charles@freebsdbrasil.com.br>
Sponsored by:	FreeBSD Brasil
Sponsored by:	SkunkWerks, GmbH
Tested by:		<If someone else tested the change.>
4.2.9
17 May 2022 14:07:50
commit hash: e5832269b72da31de1b92f7104d401fe1e153c40commit hash: e5832269b72da31de1b92f7104d401fe1e153c40commit hash: e5832269b72da31de1b92f7104d401fe1e153c40commit hash: e5832269b72da31de1b92f7104d401fe1e153c40 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.2.9
4.2.6
23 Feb 2022 09:54:18
commit hash: 8aeb1e33ac3559e4bafbb178b0278dbd6790dacfcommit hash: 8aeb1e33ac3559e4bafbb178b0278dbd6790dacfcommit hash: 8aeb1e33ac3559e4bafbb178b0278dbd6790dacfcommit hash: 8aeb1e33ac3559e4bafbb178b0278dbd6790dacf files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.2.6

- minor UI denial-of-service issues in markdown parser

ChangeLog: https://docs.graylog.org/docs/changelog#graylog-426

Reported by:    portscout
Sponsored by:   SkunkWerks, GmbH
MFH:            2022Q1
4.2.5
20 Jan 2022 03:43:43
commit hash: 59f93aa09afb5fa30b54b0a8566b62d001ffa5dccommit hash: 59f93aa09afb5fa30b54b0a8566b62d001ffa5dccommit hash: 59f93aa09afb5fa30b54b0a8566b62d001ffa5dccommit hash: 59f93aa09afb5fa30b54b0a8566b62d001ffa5dc files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.2.5

ChangeLog: https://docs.graylog.org/en/4.0/pages/changelog.html

Reported by:    @fellmoon@bsd.network
Sponsored by:   SkunkWerks, GmbH
4.2.4
21 Dec 2021 07:09:59
commit hash: 4331b2073bf8e7f7f569fca28463e2f265382bd6commit hash: 4331b2073bf8e7f7f569fca28463e2f265382bd6commit hash: 4331b2073bf8e7f7f569fca28463e2f265382bd6commit hash: 4331b2073bf8e7f7f569fca28463e2f265382bd6 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.2.4, fixes log4j RCE

MFH:		2021Q4
Security:	CVE-2021-45046
Sponsored by:	SkunkWerks, GmbH

Security:	CVE-2021-44228
Security:	CVE-2021-45046
4.2.3
11 Dec 2021 11:32:47
commit hash: 449f35caf83a264d8e41dcc32d480d9c1247f254commit hash: 449f35caf83a264d8e41dcc32d480d9c1247f254commit hash: 449f35caf83a264d8e41dcc32d480d9c1247f254commit hash: 449f35caf83a264d8e41dcc32d480d9c1247f254 files touched by this commit This port version is marked as vulnerable.
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.2.3 with log4j CVE patch

MFH:		2021Q4
Security:	CVE-2021-44228
4.1.5
20 Sep 2021 18:57:58
commit hash: 12e664f732e90c72cc2d7f14431be0f7da542801commit hash: 12e664f732e90c72cc2d7f14431be0f7da542801commit hash: 12e664f732e90c72cc2d7f14431be0f7da542801commit hash: 12e664f732e90c72cc2d7f14431be0f7da542801 files touched by this commit This port version is marked as vulnerable.
Dave Cottlehuber (dch) search for other commits by this committer
Author: Charles Goncalves
sysutils/graylog: update to 4.1.5

ChangeLog: https://docs.graylog.org/en/4.0/pages/changelog.html

Submitted by:   Charles Gonçalves <charles@freebsdbrasil.com.br>
Sponsored by:   SkunkWerks, GmbH
Sponsored by:   FreeBSD Brasil
Differential Revision: https://reviews.freebsd.org/D31940
4.1.3
31 Aug 2021 09:23:27
commit hash: 0d3b974252382d0206d489f09ac3b55a1145bb71commit hash: 0d3b974252382d0206d489f09ac3b55a1145bb71commit hash: 0d3b974252382d0206d489f09ac3b55a1145bb71commit hash: 0d3b974252382d0206d489f09ac3b55a1145bb71 files touched by this commit This port version is marked as vulnerable.
Bernhard Froehlich (decke) search for other commits by this committer
sysutils/graylog: Add CPE information

Approved by:    portmgr (blanket)
4.1.3
17 Aug 2021 15:43:38
commit hash: 5bd41868dadadd5b431c59649230ee0fafaf5c9ecommit hash: 5bd41868dadadd5b431c59649230ee0fafaf5c9ecommit hash: 5bd41868dadadd5b431c59649230ee0fafaf5c9ecommit hash: 5bd41868dadadd5b431c59649230ee0fafaf5c9e files touched by this commit This port version is marked as vulnerable.
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.1.3 and provide a valid default .conf

Summary:
ChangeLog: https://docs.graylog.org/en/4.1/pages/changelog.html#graylog-4-1-3

Reported by:	Daniel Morante <daniel@morante.net>
Submitted by:   Charles Gonçalves <charles@freebsdbrasil.com.br>
Sponsored by:   FreeBSD Brasil
Sponsored by:	SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D31521
4.1.2
02 Aug 2021 09:50:48
commit hash: 433645737cbfc0007f445a3923b31dbcb6e0b4c7commit hash: 433645737cbfc0007f445a3923b31dbcb6e0b4c7commit hash: 433645737cbfc0007f445a3923b31dbcb6e0b4c7commit hash: 433645737cbfc0007f445a3923b31dbcb6e0b4c7 files touched by this commit This port version is marked as vulnerable.
Dave Cottlehuber (dch) search for other commits by this committer
Author: Charles Goncalves
sysutils/graylog: update to 4.1.2

ChangeLog: https://docs.graylog.org/en/4.0/pages/changelog.html#graylog-4-1-2

Submitted by:   Charles Gonçalves <charles@freebsdbrasil.com.br>
Sponsored by:   SkunkWerks, GmbH
Sponsored by:   FreeBSD Brasil
Differential Revision: https://reviews.freebsd.org/D31337
4.1.0
24 Jun 2021 20:43:12
commit hash: a866a8ed41155ec97e7e2175ea7acff40a7cb7edcommit hash: a866a8ed41155ec97e7e2175ea7acff40a7cb7edcommit hash: a866a8ed41155ec97e7e2175ea7acff40a7cb7edcommit hash: a866a8ed41155ec97e7e2175ea7acff40a7cb7ed files touched by this commit This port version is marked as vulnerable.
Dave Cottlehuber (dch) search for other commits by this committer
sysutils/graylog: update to 4.1.0

ChangeLog: https://docs.graylog.org/en/4.1/pages/changelog.html

Reported by:    portscout
Sponsored by:   SkunkWerks, GmbH
4.0.8
20 Jun 2021 10:55:22
commit hash: 8ccfefd7014a614323661c7b4b3dec52dfae293fcommit hash: 8ccfefd7014a614323661c7b4b3dec52dfae293fcommit hash: 8ccfefd7014a614323661c7b4b3dec52dfae293fcommit hash: 8ccfefd7014a614323661c7b4b3dec52dfae293f files touched by this commit This port version is marked as vulnerable.
Dave Cottlehuber (dch) search for other commits by this committer
Author: Charles Goncalves
sysutils/graylog: update to 4.0.8

ChangeLog: https://docs.graylog.org/en/4.0/pages/changelog.html#graylog-4-0-8

Submitted by:   Charles Gonçalves <charles@freebsdbrasil.com.br>
Sponsored by:   SkunkWerks, GmbH
Sponsored by   FreeBSD Brasil
Differential Revision: https://reviews.freebsd.org/D30666
4.0.7
30 May 2021 13:35:17
commit hash: 35729927483cd08f88c10878793e70bee2db7eadcommit hash: 35729927483cd08f88c10878793e70bee2db7eadcommit hash: 35729927483cd08f88c10878793e70bee2db7eadcommit hash: 35729927483cd08f88c10878793e70bee2db7ead files touched by this commit This port version is marked as vulnerable.
Dave Cottlehuber (dch) search for other commits by this committer
Author: Charles Goncalves
sysutils/graylog: update to 4.0.7

Submitted by:   Charles Gonçalves <charles@freebsdbrasil.com.br>
Sponsored by:   SkunkWerks, GmbH
Sponsored by:   FreeBSD Brasil
Differential Revision: https://reviews.freebsd.org/D30128
4.0.6
14 Apr 2021 21:12:10
commit hash: 36260b7c9afdecee4d78789c150ee49a2e84ad64commit hash: 36260b7c9afdecee4d78789c150ee49a2e84ad64commit hash: 36260b7c9afdecee4d78789c150ee49a2e84ad64commit hash: 36260b7c9afdecee4d78789c150ee49a2e84ad64 files touched by this commit This port version is marked as vulnerable.
Dave Cottlehuber (dch) search for other commits by this committer
Author: Charles Goncalves
sysutils/graylog: update to 4.0.6

ChangeLog: https://docs.graylog.org/en/4.0/pages/changelog.html#graylog-4-0-6

Submitted by:   Charles Gonçalves <charles@freebsdbrasil.com.br>
Sponsored by:	SkunkWerks, GmbH
Sponsored by:   FreeBSD Brasil
Differential Revision: https://reviews.freebsd.org/D29629
4.0.5_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.0.5_2
29 Mar 2021 08:44:06
Revision:569438Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: amend .sample to comply with tighter build rules

- while here, remove forced IPv4 requirements, graylog is no longer so
  opinionated about this

Reported by:	pkg-fallout
Sponsored by:	SkunkWerks, GmbH
4.0.5
23 Feb 2021 16:22:31
Revision:566408Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
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
4.0.3
19 Feb 2021 11:42:11
Revision:566048Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 4.0.3

ChangeLog: https://docs.graylog.org/en/latest/pages/changelog.html#graylog-4-0-3

Submitted by:   Charles Goncalves <charles@freebsdbrasil.com.br>
Reviewed by:    dch (maintainer)
Sponsored by:   SkunkWerks, GmbH
Sponsored by:   FreeBSD Brasil
Differential Revision:  https://reviews.freebsd.org/D28380
4.0.2
29 Jan 2021 22:25:14
Revision:563256Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 4.0.2

ChangeLog: https://www.graylog.org/post/announcing-graylog-v4-02

Submitted by:   Charles Goncalves <charles@freebsdbrasil.com.br>
Reviewed by:    dch (maintainer)
Sponsored by:   SkunkWerks, GmbH
Sponsored by:   FreeBSD Brasil
Differential Revision:	https://reviews.freebsd.org/D28380
4.0.1
06 Jan 2021 13:32:23
Revision:560510Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 4.0 and change license to SSPL

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

Submitted by:	Charles Goncalves <charles@freebsdbrasil.com.br>
Reviewed by:	dch (maintainer)
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D27253
3.3.8
17 Oct 2020 14:11:03
Revision:552576Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 3.3.8 and update pkg-message

For new installs, recommend newer mongo and elastic versions. There is
no need to upgrade existing installs but at least new users need not
suffer dependency upgrades.

Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
3.3.7
09 Oct 2020 20:43:03
Revision:551823Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 3.3.7

Submitted by:	charles@freebsdbrasil.com.br
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D26717
3.3.1
11 Jun 2020 10:02:09
Revision:538464Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 3.3.1

Reported by:	Charles Goncalves <charles@freebsdbrasil.com.br>
Sponsored by:	SkunkWerks, GmbH
3.3.0
31 May 2020 23:17:06
Revision:537452Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 3.3.0

enable more plugin integrations by default

Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
3.2.5
20 May 2020 10:35:53
Revision:535991Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 3.2.5

Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
3.2.4
18 May 2020 07:19:23
Revision:535720Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 3.2.4

Reported by:	Mile <micko.spam@gmail.com>
Sponsored by:	SkunkWerks, GmbH
3.1.3
25 Nov 2019 13:42:47
Revision:518406Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 3.1.3

Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
3.1.2
21 Nov 2019 13:41:28
Revision:518099Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update to 3.1.2

- take ownership due to repeated maintainer timeout

Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D22257
3.0.2
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
3.0.2
22 May 2019 21:15:41
Revision:502290Original commit files touched by this commit This port version is marked as vulnerable.
dch search for other commits by this committer
sysutils/graylog: update 2.4.6 to 3.0.2

- align file locations to match new upstream config
- amend messages and UPDATING to alert users
- use upstream sample files for default configuration
- MAINTAINER timeout

Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D20021
2.4.6
15 Dec 2018 00:52:51
Revision:487477Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
sysutils/graylog:  update to 2.4.6

- use templating to manage graylog_logging.xml config
- update mentioned dependencies in pkg-message.in
- update server.conf from 2.4.6 source extract
- re-import FreeBSD ports variables into server.conf.in

PR:		233181
Submitted by:	dch
Approved by:	thomas@bartelmess.io (maintainer timeout)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D17965
2.4.3
23 Feb 2018 07:02:38
Revision:462675Original commit files touched by this commit This port version is marked as vulnerable.
yuri search for other commits by this committer
sysutils/graylog: Update to 2.4.3

Maintainer timeout expired: thomas@bartelmess.io

Also changed to DISTVERSION.

PR:		224882
Reported by:	yuri
Approved by:	tcberner (mentor, implicit)
2.2.3
21 Dec 2017 09:00:35
Revision:456895Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2.2.3
31 May 2017 17:31:52
Revision:442244Original commit files touched by this commit This port version is marked as vulnerable.
girgen search for other commits by this committer
Update to 2.2.3 and fix daemon handling

PR:		218814
Submitted by:	Dave Cottlehuber
Approved by:	maintainer
2.2.2
04 Mar 2017 15:28:45
Revision:435412Original commit files touched by this commit This port version is marked as vulnerable.
girgen search for other commits by this committer
Update graylog to 2.2.2

PR:	216593
2.2.1
03 Mar 2017 23:58:02
Revision:435375Original commit files touched by this commit This port version is marked as vulnerable.
girgen search for other commits by this committer
Update graylog to latest version, 2.2.1

PR:	216593
1.3.3
10 Mar 2016 21:38:43
Revision:410795Original commit files touched by this commit This port version is marked as vulnerable.
feld search for other commits by this committer
New port: sysutils/graylog

Graylog is a centralized log server that accepts various structured
and unstructred log data. Logs are stored in Elasticsearch. Graylog
let's you search and analyze logs using a REST HTTP API.

WWW: http://www.graylog.org

PR:		199894
Submitted by:	Thomas Bartelmess <thomas@bartelmess.io>

Number of commits found: 52