Accepting request 513800 from Base:System
Version 8.28.0 (bsc#1051798) OBS-URL: https://build.opensuse.org/request/show/513800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=128
This commit is contained in:
commit
1cc30dfa47
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02aefbba59324a6d8b70036a67686bed5f0c7be4ced62c039af6ee694cb5b1fd
|
||||
size 2435123
|
3
rsyslog-8.28.0.tar.gz
Normal file
3
rsyslog-8.28.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ca5405908d612d45da700e36856430510875518eb8028d296d1ee4d2c44678e
|
||||
size 2471122
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f799eba43ff73c14865cbc3f7105d54afec021430827e6d6da7b51f45cfbedb0
|
||||
size 4411093
|
3
rsyslog-doc-8.28.0.tar.gz
Normal file
3
rsyslog-doc-8.28.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6c41f7c3fca369dd28a72133b03693ad5c37252375ecadc6184ff1a954764db
|
||||
size 4424901
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 30 14:19:10 UTC 2017 - michael@stroeder.com
|
||||
|
||||
Version 8.28.0 [v8-stable] 2017-06-27
|
||||
* omfwd: add parameter "tcp_frameDelimiter"
|
||||
* omkafka: large refactor of kafka subsystem
|
||||
* imfile: improved handling of atomically renamed file (w/ wildcards)
|
||||
* imfile: add capability to truncate oversize messages or split into multiple
|
||||
* mmdblookup fixes and extensions
|
||||
* bugfix: fixed multiple memory leaks
|
||||
* imptcp: add new parameter "flowControl"
|
||||
* imrelp: add "maxDataSize" config parameter
|
||||
* multiple modules: gtls: improve error if certificate file can't be opened
|
||||
* omsnare: allow different tab escapes
|
||||
* omelasticsearch: converted to use libfastjson instead of json-c
|
||||
* imjournal: _PID fallback
|
||||
* added fallback for _PID proprety when SYSLOG_PID is not available
|
||||
* introduced new option "usepid" which sets which property should
|
||||
rsyslog use, it has 3 states system|syslog|both, default is both
|
||||
* deprecated "usepidfromsystem" option, still can be used
|
||||
and override the "usepid"
|
||||
* it is possible to revert previous default with usepid="syslog"
|
||||
* multiple modules: add better error messages when regcomp is failing
|
||||
* omhiredis: fix build warnings
|
||||
* imfile bugfix: files mv-ed in into directory were not handled
|
||||
* omprog bugfix: execve() incorrectly called
|
||||
* imfile bugfix: multiline timeout did not work if state file exists
|
||||
* lmsig_ksi-ls12 bugfix: build problems on some platforms
|
||||
* core bugfix: invalid object type assertion
|
||||
* regression fix: local hostname was not always detected properly...
|
||||
* bugfix: format security issues in zmq3 modules (bsc#1051798)
|
||||
* bugfix build system: add libksi only to those binaries that need it
|
||||
* bugfix KSI ls12 components: invalid tree height calculation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 5 10:53:34 UTC 2017 - tchvatal@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.27.0
|
||||
Version: 8.28.0
|
||||
Release: 0
|
||||
%if 0%{?suse_version} >= 1210
|
||||
%bcond_without systemd
|
||||
@ -170,9 +170,9 @@ BuildRequires: postgresql-devel
|
||||
%if %{with relp}
|
||||
# RELP support
|
||||
%if %{with pkgconfig}
|
||||
BuildRequires: pkgconfig(relp) >= 1.2.12
|
||||
BuildRequires: pkgconfig(relp) >= 1.2.14
|
||||
%else
|
||||
BuildRequires: librelp-devel >= 1.2.12
|
||||
BuildRequires: librelp-devel >= 1.2.14
|
||||
%endif
|
||||
%endif
|
||||
%if %{with udpspoof}
|
||||
|
Loading…
x
Reference in New Issue
Block a user