summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog8/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 8.34.0Matthew Seaman2018-04-153-0/+77
| | | | | | | | | | | | | | Add patches to configuration system to allow specifying whether syslog(3) generates RFC5424 format messages, instead of RFC3164. Set RFC5424 as the syslog(3) default for OSVER >= 1200061. See: https://reviews.freebsd.org/D14951 This is primarily a convenience so that users of rsyslog8 will not have to modify their rsyslog.conf when upgrading to a version of FreeBSD that generates RFC5424 from syslog(3). I will submit these patches upstream in due course. Notes: svn path=/head/; revision=467436
* Update to 8.32.0Matthew Seaman2018-01-101-38/+0
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=458701
* Update to 8.31.0Matthew Seaman2017-11-301-10/+0
| | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=455172
* Update to 8.29.0Matthew Seaman2017-08-101-10/+0
| | | | | | | Changes: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=447676
* Update to 8.28.0Matthew Seaman2017-06-281-20/+0
| | | | | | | | files/patch-plugins_omprog_omprog.c removed -- patch has been accepted upstream and is incorporated in this release. Notes: svn path=/head/; revision=444600
* Fix for the omprog module -- calling execve() with a NULL secondMatthew Seaman2017-06-144-6/+26
| | | | | | | | | | | | | | argument doesn't work. Instead supply an argv list with just a terminating NULL entry. Submitted upstream as https://github.com/rsyslog/rsyslog/pull/1618 Patch files regenerated by 'make makepatch' Reported by: (Chun-Tien Chang) <tcs@kitty.2y.idv.tw> Notes: svn path=/head/; revision=443594
* Update to 8.25.0Matthew Seaman2017-02-231-14/+0
| | | | | | | | | | - remove files/patch-runtime_stream.c -- patch has been incorporated upstream ChagneLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=434659
* Handle errno==5 (EIO) as the result of trying to write(2) to the console.Matthew Seaman2017-01-024-3/+17
| | | | | | | | | | | | Submittet upstream by Damien Fleurot: https://github.com/rsyslog/rsyslog/issues/1351 PR: 211033 Submitted by: dam@my.gd Reported by: xavi.garcia@gmail.com Notes: svn path=/head/; revision=430388
* Update to 8.23.0Matthew Seaman2016-11-161-18/+0
| | | | | | | | | Delete patch-configure.ac -- change has been included upstream. ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog Notes: svn path=/head/; revision=426261
* Fix autoconf detection of pthread_setschedparam() -- the test programMatthew Seaman2016-09-194-3/+21
| | | | | | | | | | | | | | needs to be linked against -lpthread. Regenerate patches by 'make makepatch' Take maintainership PR: 212823 Approved by: brd Notes: svn path=/head/; revision=422442
* - Upgrade sysutils/rsyslog8 to 8.19.0 and make it the defaultBrad Davis2016-06-274-72/+0
| | | | | | | | | - Mark sysutils/rsyslog7 deprecated. Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=417672
* * Update to 8.11.0Matthew Seaman2015-08-048-22/+13
| | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=393550
* Update sysutils/rsyslog8 to 8.10.0Brad Davis2015-05-282-0/+59
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=387739
* - Upgrade sysutils/rsyslog8 to 8.7.0. [1]Brad Davis2015-01-142-10/+38
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=376993
* Upgrade to 8.6.0Brad Davis2014-12-175-3/+33
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=374876
* Enable the omprog output module by default.Brad Davis2014-11-241-0/+11
| | | | | | | | | PR: 195046 Submitted by: rand@iteris.com Approved by: zi Notes: svn path=/head/; revision=373224
* - Remove an old patch that does not apply anymore that I missed in the ↵Brad Davis2014-10-021-11/+0
| | | | | | | | | previous commit Reviewed by: bdrewery Notes: svn path=/head/; revision=369866
* - Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] ↵Brad Davis2014-10-024-52/+0
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=369854
* - Update sysutils/rsyslog7 to 7.6.6 [1] and sysutils/rsyslog8 to 8.4.1 [2] ↵Brad Davis2014-09-302-0/+22
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=369659
* - Update rsyslog8-devel from 8.1.6 to 8.3.2Brad Davis2014-05-168-0/+198
- Add rsyslog8 at version 8.2.1 Reviewed by: zi@ Notes: svn path=/head/; revision=354218