Accepting request 590850 from home:AndreasStieger:branches:Base:System

rsyslog 8.33.1

OBS-URL: https://build.opensuse.org/request/show/590850
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=289
This commit is contained in:
2018-03-24 19:03:50 +00:00
committed by Git OBS Bridge
parent 9f21970061
commit 93a9a63293
7 changed files with 40 additions and 11 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Mar 24 18:47:34 UTC 2018 - astieger@suse.com
- rsyslog 8.33.1:
* devcontainer: use some more sensible defaults
* auto-detect if running inside a container (as pid 1)
* config: add include() script object
* template: add option to generate json "container"
* core/template: add format jsonf to constant template entries
* config: add ability to disable config parameter ("config.enable")
* script: permit to use environment variables during configuration
* new global config parameter "shutdown.enable.ctlc"
* config optimizer: detect totally empty "if" statements and optimize them out
* template: constant entry can now also be formatted as json field
* omstdout: support for new-style configuration parameters added
* core: set TZ on startup if not already set
* imjournal bugfix: file handle leak during journal rotation
* lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected
* script bugfix: replace() function worked incorrectly in some cases
* core bugfix: misadressing in external command parser
* core bugfix: small memory leak in external command parser
* core bugfix: string not properly terminated when RFC5424 MSGID is used
* bugfix: strndup() compatibility layer func copies too much
- the upstream systemd unit file was changed to no longer write the
rsyslog pid, as it is no longer required for tracking under
systemd (-iNONE). Adjust rsyslog-unit.patch to match.
-------------------------------------------------------------------
Mon Mar 19 11:43:55 CET 2018 - kukuk@suse.de