aboutsummaryrefslogtreecommitdiff
path: root/admin/syslog-ng
Commit message (Collapse)AuthorAge
* syslog-ng: superseded current maintainer by meJosef Schlehofer2019-03-08
| | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* syslog-ng: update to version 3.20.1Josef Schlehofer2019-03-08
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* syslog-ng: remove psmisc dependencyJosef Schlehofer2019-01-29
| | | | | | Because it's not in OpenWrt since 2014. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* syslog-ng: add logread wrapperDirk Brenken2019-01-28
| | | | | | Many (LuCI) packages require logread. Otherwise, for example, System Log tab in LuCI is empty Signed-off-by: Dirk Brenken <dev@brenken.org>
* syslog-ng: update to version 3.19.1Josef Schlehofer2019-01-28
| | | | | | | | | | | | | | | | | | | | Makefile - Changed URL - Added LICENSE, CPE ID, more dependencies, postint and prerm scripts - Enabled by default JSON and HTTP (would be good to split them in future to sub-packages); Disabled java-modules, tcp wrapper - Re-ordered CONFIGURE_ARGS as they occur when executing - Resorted section: define Package/syslog-ng/install syslog-ng.conf - include scl.conf - have a more specific one than upstream (they have it really simple) - document it Patch: remove the unnecessary one Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* syslog-ng: Add /etc/syslog-ng.d/.keepKarel Kočí2019-01-18
| | | | | | | This should ensure that updater/opkg won't remove /etc/syslog-ng.d directory, which would cause syslog-ng to fail to start. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* syslog-ng: Use procd style initMichal Hrusecky2019-01-18
| | | | Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
* syslog-ng: stop service when uninstalling/updatingPhilip Prindeville2018-10-20
| | | | | | | | This avoids the possibility of the service getting reloaded and a previously running instance trying to re-dynamically link to more modern plugins. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: update to 3.17.2W. Michael Petullo2018-09-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* syslog-ng: disable tests as Travis is timing outPhilip Prindeville2018-08-25
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: update to 3.16.1W. Michael Petullo2018-07-15
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* syslog-ng: fix typo in .pid file pathPhilip Prindeville2017-07-27
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: use syslog-ng-ctl for proper reloadsPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: add syntax check to startup scriptPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: get rid of guardian processPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: replace hardcoded paths with variablesPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: add customization directoryPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* syslog-ng: retire PKG_MD5SUMPhilip Prindeville2017-07-26
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* 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>