Port details |
- syslog-ng314 Powerful syslogd replacement
- 3.14.1_6 sysutils
=0 3.14.1_6Version of this port present on the latest quarterly branch.
- DEPRECATED: No longer supported by Balabit
This port expired on: 2019-08-31
- Maintainer: cy@FreeBSD.org
- Port Added: 2018-03-02 22:31:53
- Last Update: 2019-09-04 12:26:01
- SVN Revision: 511089
- License: not specified in port
- WWW:
- http://www.syslog-ng.org/
- Description:
- syslog-ng is an enhanced log daemon, supporting a wide range of input and
output methods: syslog, unstructured text, message queues, databases (SQL
and NoSQL alike) and more.
Key features:
* receive and send RFC3164 and RFC5424 style syslog messages
* work with any kind of unstructured data
* receive and send JSON formatted messages
* classify and structure logs with builtin parsers (csv-parser(),
db-parser(), ...)
* normalize, crunch and process logs as they flow through the system
* hand on messages for further processing using message queues (like
AMQP), files or databases (like PostgreSQL or MongoDB).
The official home page of syslog-ng is:
WWW: http://www.syslog-ng.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- syslog-ng314>0:sysutils/syslog-ng314
- Conflicts:
- CONFLICTS:
- syslog-ng-[0-9]*
- syslog-ng[0-9]-[0-9]*
- syslog-ng[0-9][0-9]-[0-9]*
- syslog-ng-devel-[0-9]*
- eventlog*
- No installation instructions:
- This port has been deleted.
- PKGNAME: syslog-ng314
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1519826668
SHA256 (syslog-ng-3.14.1.tar.gz) = 0245260dc9942a9a07110948151654a60992e039821358da348fb34356c4e944
SIZE (syslog-ng-3.14.1.tar.gz) = 9039910
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.6 : lang/python36
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- python3.6 : lang/python36
- Library dependencies:
-
- libpcre.so : devel/pcre
- libuuid.so : misc/e2fsprogs-libuuid
- libcurl.so : ftp/curl
- libjson-c.so : devel/json-c
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for syslog-ng314-3.14.1_6:
AMQP=off: Build with AMQP support
CURL=on: Build with Curl HTTP support
DOCS=on: Build and/or install documentation
GEOIP2=off: Build with geoip2 (MaxMindDB) support
IPV6=on: IPv6 protocol support
JAVA=off: Build with Java support (no modules)
JAVA_MOD=off: Build with Java modules (needs Maven / Internet access)
JSON=on: Build with JSON-C support
MONGO=off: MongoDB support
PYTHON=off: Build with Python 2.7 support
REDIS=off: Build with Redis support
SMTP=off: Build with SMTP support
SPOOF=off: Build with spoof source support
SQL=off: Build with database (libdbi) support
TCP_WRAPPERS=off: Build with TCP Wrappers
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig ssl gettext-runtime python shebangfix gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.14.1_6 04 Sep 2019 12:26:01 |
rene |
Remove expired ports:
2019-08-31 sysutils/syslog-ng39: No longer supported by Balabit
2019-08-31 sysutils/syslog-ng312: No longer officially supported by Balabit
2019-08-31 sysutils/syslog-ng310: No longer supported by Balabit
2019-08-31 sysutils/syslog-ng313: No longer officially supported by Balabit
2019-08-31 sysutils/syslog-ng314: No longer supported by Balabit |
3.14.1_6 03 Sep 2019 11:49:44 |
cy |
Accelerate the expiry date of already deprecated syslog-ng ports.
This I can do without discussion with our syslog-ng upstream. |
3.14.1_6 19 Aug 2019 12:44:41 |
cy |
Pass -no-daemon to gradle more directly.
PR: 239903
Submitted by: tobik@
Reported by: tobik@ |
3.14.1_6 19 Aug 2019 12:14:20 |
cy |
Revert r509253. The suggested solution does not work after all in
poudriere.
The JAVA and JAVA_MOD options may need BROKEN unless this can be resolved.
PR: 239903
Tested by: tobik@ |
3.14.1_6 19 Aug 2019 05:44:32 |
cy |
Address left over gradle daemons under poudriere when JAVA options
selected.
PR: 239903
Suggested by: tobik@
Reported by: tobik@
Obtained from: openjfx8-devel port |
3.14.1_6 16 Aug 2019 19:44:28 |
cy |
syslog-ng family of ports: JAVA_MOD implies JAVA.
PR: 239903
Discussed with: Peter Czanik (CzP) <peter.czanik@oneidentity.com>
Balabit (a OneIdentity company) / syslog-ng upstream |
3.14.1_6 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
3.14.1_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.14.1_5 05 Apr 2019 04:56:13 |
cy |
Fix build on gcc-based architectures.
PR: 236695
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
MFH: 2019Q2 |
3.14.1_5 30 Mar 2019 18:36:43 |
cy |
Deprecate and expire Balabit software no longer supported by them. |
3.14.1_5 30 Mar 2019 18:36:33 |
cy |
Pet portlint. |
3.14.1_5 13 Jan 2019 20:58:37 |
adamw |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
3.14.1_4 07 Jan 2019 21:11:03 |
cy |
Make CURL a default option.
PR: 234702
Submitted by: egypcio@ (for syslog-ng319 only) |
3.14.1_3 23 Dec 2018 19:27:08 |
cy |
Update WWW. Since Balabit was purchased by One Idenity earlier this year
there has been a bit of churn with Balabit's website. There is now
syslog-ng.org which goes to the Open Source Edition page on
syslog-ng.com.
Reported by: pi |
3.14.1_3 05 Dec 2018 19:36:04 |
linimon |
The failure of these ports to build on powerpc64 seems to be statistical.
Approved by: portmgr (tier-2 blanket) |
3.14.1_3 17 Oct 2018 03:45:27 |
cy |
libbson is only needed whwn the mongodb option is selected.
Otherwise it is needlessly requisite. Fix this.
PR: 232335
Submitted by: dhw@ |
3.14.1_3 14 Oct 2018 09:54:49 |
mmokhi |
sysutils/syslog-ng{310, 311, 312, 313, 314, 315, 317, 37, 39}: Fix JAVA option
Use JAVA_USE syntax to make the port correctly depend on
JAVA runtime and buildtime when the corresponding option is selected
Reported by: Filias Heidt <fh@netzkommune.de>
Reviewed by: cy (maintainer), mat
Approved by: cy (maintainer)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17291 |
3.14.1_2 05 Sep 2018 22:01:55 |
sunpoet |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine |
3.14.1_1 27 Jun 2018 13:55:57 |
mat |
Do not force stop services when a package is deinstalled.
Starting or stopping services is the role of pkg(8).
Sponsored by: Absolight |
3.14.1 02 Mar 2018 22:31:38 |
cy |
Welcome the new syslog-ng 3.14 in syslog-ng314.
Our syslog-ng upline recommends the meta-port bump to 314 after
"a couple of days or a week".
Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com>
Balabit / syslog-ng upstream |