Accepting request 390723 from home:AndreasStieger:branches:Base:System
rsyslog 8.18.0 OBS-URL: https://build.opensuse.org/request/show/390723 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=244
This commit is contained in:
parent
f8526ab590
commit
3208a89a3f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec1e19b5964cf88a9c0508d438248244b71ca35967fe40b842938f4ce9ba5fb9
|
||||
size 2220523
|
3
rsyslog-8.18.0.tar.gz
Normal file
3
rsyslog-8.18.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94346237ecfa22c9f78cebc3f18d59056f5d9846eb906c75beaa7e486f02c695
|
||||
size 2261731
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d55a1ad077c942ac63c2387d933bfd123ae2b1c8a8c0059cc7986ea629a0a1a
|
||||
size 4257128
|
3
rsyslog-doc-8.18.0.tar.gz
Normal file
3
rsyslog-doc-8.18.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8de82dece85a9a83d9c1feaf7fdfb883c2bfe5a82d84b846161bec0b9dba22c6
|
||||
size 4269339
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 19:23:20 UTC 2016 - astieger@suse.com
|
||||
|
||||
- rsyslog 8.18.0:
|
||||
* templates: add option to convert timestamps to UTC
|
||||
* omjournal: fix segfault (regression in 8.17.0)
|
||||
* imptcp: added AF_UNIX support
|
||||
* new template options
|
||||
* compressSpace
|
||||
* date-utc
|
||||
* redis: support for authentication
|
||||
* omkafka: makes kafka-producer on-HUP restart optional
|
||||
* imfile: new "FreshStartTail" input parameter
|
||||
* omjournal: fix libfastjson API issues
|
||||
* ommongodb: fix json API issues
|
||||
* dynamic stats subsystem: a couple of smaller changes
|
||||
* foreach loop: now also iterates over objects (not just arrays)
|
||||
* enhancement: queue subsystem is more robst in regard to some corruptions
|
||||
* enhancement: Allow rsyslog to bind UDP ports even w/out specific
|
||||
interface being up at the moment.
|
||||
* new External plugin for sending metrics to SPM Monitoring SaaS
|
||||
* bugfix imfile: fix memory corruption bug when appending @cee
|
||||
* bugfix: memory misallocation if position.from and position.to is used
|
||||
a negative amount of memory is tried to be allocated if position.from
|
||||
is smaller than the buffer size (at least with json variables). This
|
||||
usually leads to a segfault.
|
||||
* bugfix: fix potential memleak in TCP allowed sender definition
|
||||
* bugfix: $PrivDropToGroupID actually did a name lookup
|
||||
* bugfix: small memory leak in imfile
|
||||
* bugfix: double free in jsonmesg template
|
||||
* bugfix: incorrect formatting of stats when CEE/Json format is used
|
||||
* bugfix omfwd: new-style keepalive action parameters did not work
|
||||
due to being inconsistently spelled inside the code. Note that legacy
|
||||
parameters $keepalive... always worked
|
||||
* bugfix: memory leaks in logctl utility
|
||||
* bugfix omrelp: fix segfault if no port action parameter was given
|
||||
* bugfix imtcp: Messages not terminated by a NL were discarded
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 13 06:51:47 UTC 2016 - astieger@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: rsyslog
|
||||
Summary: The enhanced syslogd for Linux and Unix
|
||||
License: (GPL-3.0+ and Apache-2.0)
|
||||
Group: System/Daemons
|
||||
Version: 8.17.0
|
||||
Version: 8.18.0
|
||||
Release: 0
|
||||
%if 0%{?suse_version} >= 1210
|
||||
%bcond_without systemd
|
||||
|
Loading…
x
Reference in New Issue
Block a user