aboutsummaryrefslogtreecommitdiff
path: root/admin/syslog-ng/Makefile
Commit message (Collapse)AuthorAge
...
* syslog-ng: fix openssl callbacks to not require backward compatibilityPhilip Prindeville2017-03-29
| | | | | | | The functions for registering callbacks for threads has changed in OpenSSL 1.0.0. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: bump to 3.9.1 and fix typoPhilip Prindeville2017-02-05
| | | | | | | | | | | | | | Likewise fix default configuration to use SOCK_DGRAM and not SOCK_STREAM as we currently do. Add sha256 digest. Rather than have the users replace syslog-ng.conf (which lately is changing fairly frequently) and have them miss an important fix or improvement, instead have them localize /etc/custom-logs.conf and ship that as an empty file. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* admin/syslog-ng: Fix accidental inclusion of libsDaniel Engberg2017-01-09
| | | | | | | Disable SMTP and Redis support Error generated by buildbots. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* syslog-ng: fix various install problems such as missing plugins, etcPhilip Prindeville2017-01-09
| | | | | | | | | | | | | | | | Install the plugins as various functionality is no longer in the utility itself but is packaged as a .so plugin instead. Disable plugins with too many dependencies (or too exotic). Bump the version number on the config file to agree with the package's version number. Clean up any .la files from libtool. Start much earlier so that logging doesn't miss startup messages from other services. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: import from oldpackagesW. Michael Petullo2017-01-06
Signed-off-by: W. Michael Petullo <mike@flyn.org>