| Port details |
- rsyslog8 Syslogd supporting SQL, TCP, and TLS
- 8.2512.0 sysutils
=8 8.2508.0Version of this port present on the latest quarterly branch. - Maintainer: matthew@FreeBSD.org
 - Port Added: 2014-05-16 12:54:24
- Last Update: 2025-12-11 20:19:38
- Commit Hash: 221f99f
- People watching this port, also watch:: pkg, vim, nginx, git, ImageMagick7
- License: GPLv3 LGPL3 APACHE20
- WWW:
- https://www.rsyslog.com/
- Description:
- RSYSLOG is the rocket-fast system for log processing.
It offers high-performance, great security features and a modular
design. While it started as a regular syslogd, rsyslog has evolved
into a kind of swiss army knife of logging, being able to accept
inputs from a wide variety of sources, transform them, and output to
the results to diverse destinations.
RSYSLOG can deliver over one million messages per second to local
destinations when limited processing is applied (based on v7, December
2013). Even with remote destinations and more elaborate processing the
performance is usually considered "stunning".
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- rsyslog>0:sysutils/rsyslog8
- To install the port:
- cd /usr/ports/sysutils/rsyslog8/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/rsyslog8
- pkg install rsyslog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rsyslog
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1765477210
SHA256 (rsyslog-8.2512.0.tar.gz) = 93c50025d90b6c795fa350d56a3d832bfce45043ea9bd68240d9c2a9394bc629
SIZE (rsyslog-8.2512.0.tar.gz) = 6768847
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-docutils>0 : textproc/py-docutils@py311
- libgcrypt-config : security/libgcrypt
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libestr.so : devel/libestr
- libfastjson.so : devel/libfastjson
- liblogging-rfc3195.so : devel/liblogging
- libuuid.so : misc/libuuid
- libcurl.so : ftp/curl
- libgcrypt.so : security/libgcrypt
- libgpg-error.so : security/libgpg-error
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rsyslog-8.2512.0:
DBI=off: LibDBI output module for rsyslog
DOCS=on: Build and/or install documentation
DTLS=off: DTLS input/output modules
ELASTIC=off: Elasticsearch module for rsyslog
GCRYPT=on: Enable support for encrypted logfiles
GSSAPI=off: GSS API input/output module for rsyslog
HTTP=off: HTTP output module for rsyslog
JSONPARSE=off: JSONPARSE module for rsyslog
KAFKA=off: Kafka input/output module for rsyslog
MYSQL=off: MySQL output module for rsyslog
NORMALIZE=off: Message normalization module for rsyslog
PGSQL=off: PostgreSQL output module for rsyslog
RABBITMQ=off: RabbitMQ output module for rsyslog
RELP=off: RELP input/output module for rsyslog
SNMP=off: SNMP trap sender for rsyslog
====> Options available for the radio SSLLIB: you can only select none or one of them
GNUTLS=off: GNUTLS module for rsyslog
OPENSSL=off: SSL/TLS support via OpenSSL
===> Use 'make config' to modify these settings
- Options name:
- sysutils_rsyslog8
- USES:
- cpe libtool pkgconfig autoreconf python:env
- 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 |
8.19.0 27 Jun 2016 17:04:39
  |
brd  |
- Upgrade sysutils/rsyslog8 to 8.19.0 and make it the default
- Mark sysutils/rsyslog7 deprecated.
Approved by: bdrewery (mentor) |
8.11.0_1 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
8.11.0_1 27 Mar 2016 14:58:00
  |
tijl  |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
8.11.0 04 Aug 2015 20:29:29
  |
matthew  |
* Update to 8.11.0
- Upstream has incorporated one part of the patches to runtime/stream.c
- regenerate patches with 'make makepatch'
* Modernize port
- Use OPTION helpers
- USE_AUTOTOOLS -> USES+= autoreconf
* Set INSTALL_TARGET=install-strip rather than stripping in post-install:
- Previously optional modules wouldn't have been stripped
* Update pkg-message.in to use the now standard 'Rainier script' configuration
file syntax (http://www.rsyslog.com/doc/rainerscript.html).
* Add new option to enable the mmnormalize module.
(http://www.rsyslog.com/doc/v8-stable/configuration/modules/mmnormalize.html)
This enables converting some not-standard log formats to RFC3164 or
RFC5424 styles, amongst other possible transformations.
* Tweak PORTSCOUT setting
PR: 202080
Approved by: brd (maintainer) |
8.10.0 28 May 2015 15:44:02
  |
brd  |
Update sysutils/rsyslog8 to 8.10.0
Include a few bug fixes:
1) Endless loop at boot time
2) Console output starting on the previous line
PR: 200429 [1]
PR: 200270 [2]
Submitted by: Alexandre Fenyo <fbsd.bugzilla@fenyo.net> [1 and 2]
Approved by: bdrewery (mentor) |
8.9.0 10 Apr 2015 02:41:41
  |
brd  |
Update sysutils/rsyslog8 to 8.9.0.
Approved by: bdrewery (mentor) |
8.8.0 24 Feb 2015 21:51:26
  |
brd  |
Upgrade sysutils/rsyslog8 to 8.8.0.
Changelog: http://www.rsyslog.com/changelog-for-8-8-0-v8-stable/
Approved by: bdrewery |
8.7.0 14 Jan 2015 03:06:49
  |
brd  |
- Upgrade sysutils/rsyslog8 to 8.7.0. [1]
- Deprecate sysutils/rsyslog7-devel and sysutils/rsyslog8-devel [2]
1: http://www.rsyslog.com/changelog-for-8-7-0-v8-stable/
2: http://www.rsyslog.com/rsyslog-devel-packages-are-being-removed-soon/
Approved by: zi |
8.6.0_1 02 Jan 2015 18:46:34
  |
pi  |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
8.6.0 17 Dec 2014 22:07:54
  |
brd  |
Upgrade to 8.6.0
http://www.rsyslog.com/changelog-for-8-6-0-v8-stable/
1: Enable omuxsock by default
2: Fix broken build with RFC3195
PR: 191327 [1], 191412 [2]
Reviewed by: swills |
8.4.2_1 24 Nov 2014 17:00:23
  |
brd  |
Enable the omprog output module by default.
PR: 195046
Submitted by: rand@iteris.com
Approved by: zi |
8.4.2 22 Nov 2014 20:40:09
  |
crees  |
Finally retire USE_PGSQL |
8.4.2 22 Nov 2014 09:13:36
  |
antoine  |
Cleanup plist |
8.4.2 02 Oct 2014 21:29:20
  |
brd  |
- Remove an old patch that does not apply anymore that I missed in the previous
commit
Reviewed by: bdrewery |
8.4.2 02 Oct 2014 19:31:53
  |
brd  |
- Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] to
fix CVE-2014-3634 [3].
1: http://www.rsyslog.com/changelog-for-7-6-7-v7-stable/
2: http://www.rsyslog.com/changelog-for-8-4-2-v8-stable/
3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/
Reviewed by: bdrewery
Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 |
8.4.1 30 Sep 2014 21:22:31
  |
brd  |
- Actually update sysutils/rsyslog8 to 8.4.1
Reviewed by: bdrewery@
Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 |
8.4.0 30 Sep 2014 20:10:25
  |
brd  |
- Update sysutils/rsyslog7 to 7.6.6 [1] and sysutils/rsyslog8 to 8.4.1 [2] to
fix CVE-2014-3634 [3].
1: http://www.rsyslog.com/changelog-for-7-6-6-v7-stable/
2: http://www.rsyslog.com/changelog-for-8-4-1-v8-stable/
3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/
Reviewed by: bdrewery@
Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42 |
8.2.1_4 26 Aug 2014 02:09:46
  |
amdmi3  |
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
8.2.1_3 20 Aug 2014 15:59:10
  |
adamw  |
Fix build after json-c update.
rsyslog8-devel fails to build against the new json-c, so I've marked it
BROKEN. |
8.2.1_3 30 Jul 2014 03:57:24
  |
pi  |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
8.2.1_2 23 Jul 2014 09:54:02
  |
tijl  |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
8.2.1_1 26 Jun 2014 14:12:09
  |
amdmi3  |
- Fix plist dependent on options
- Fix dependency on libdbi in rsyslog7
Approved by: portmgr blanked
Reported by: Yuriy Korobko <make dot kernel at gmail dot com> |
8.2.1_1 25 Jun 2014 19:26:13
  |
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
8.2.1 17 May 2014 15:39:32
  |
antoine  |
Fix pkgname collisions
With hat: portmgr |
8.2.1 16 May 2014 12:54:18
  |
brd  |
- Update rsyslog8-devel from 8.1.6 to 8.3.2
- Add rsyslog8 at version 8.2.1
Reviewed by: zi@ |