Accepting request 515264 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/515264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=129
This commit is contained in:
commit
4b3b98fda4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ca5405908d612d45da700e36856430510875518eb8028d296d1ee4d2c44678e
|
||||
size 2471122
|
3
rsyslog-8.29.0.tar.gz
Normal file
3
rsyslog-8.29.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:220ba30b5afb0f3ddb328613fea7aa3966b01e4d0c52d6de9ab27b0858f19738
|
||||
size 2447907
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6c41f7c3fca369dd28a72133b03693ad5c37252375ecadc6184ff1a954764db
|
||||
size 4424901
|
3
rsyslog-doc-8.29.0.tar.gz
Normal file
3
rsyslog-doc-8.29.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca3f6a11a165221b4e5e189d9b86ea146245d7ad892758ef9c543db73a914663
|
||||
size 4473644
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 20:39:00 UTC 2017 - astieger@suse.com
|
||||
|
||||
- rsyslog 8.29.0:
|
||||
* imptcp: add experimental parameter "multiline"
|
||||
* imptcp: framing-related error messages now also indicate remote peer
|
||||
* imtcp: framing-related error messages now also indicate remote peer
|
||||
* imptcp: add session statistics conunter
|
||||
* imtcp: add ability to specify GnuTLS priority string
|
||||
* impstats: add new ressoure counter "openfiles"
|
||||
* pmnormalize: new parser module
|
||||
* core/queue: provide informational messages on thread startup and shutdown
|
||||
* omfwd/udp: improve error reporting, depricate maxerrormessages parameter
|
||||
* core: add parameters debug.file and debug.whitelist
|
||||
* core/net.c: improve UDP socket creation error messages
|
||||
* omfwd/udp: add "udp.sendbuf" parameter
|
||||
* core: make rsyslog internal message rate-limiter configurable
|
||||
* omelasticsearch bugfixes and changed ES5 API support
|
||||
+ avoid 404 during health check
|
||||
+ avoid ES5 warnings while sending json
|
||||
+ bugfix for memomry leak while writing error file
|
||||
* imfile bugfix: wildcard detection issue on path wildcards
|
||||
* omfwd bugfix: always give reason for suspension
|
||||
* omfwd bugfix: configured compression level was not properly used
|
||||
* imptcp bugfix: potential socket leak on session shutdown
|
||||
* omfwd/omudpspoof bugfix: switch udp client sockets to nonblocking mode
|
||||
* imklog: fix permitnonkernelfacility not working
|
||||
* impstats bugfix: impstats does not handle HUP
|
||||
* core bugfix: segfault after configuration errors
|
||||
* core/queue bugfixes
|
||||
* lmsig_ksi: removed pre-KSI_LS12 components
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 30 14:19:10 UTC 2017 - michael@stroeder.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.28.0
|
||||
Version: 8.29.0
|
||||
Release: 0
|
||||
%if 0%{?suse_version} >= 1210
|
||||
%bcond_without systemd
|
||||
@ -622,6 +622,7 @@ autoreconf -fiv
|
||||
--enable-pmaixforwardedfrom \
|
||||
--enable-pmsnare \
|
||||
--enable-pmnull \
|
||||
--enable-pmnormalize \
|
||||
--enable-omruleset \
|
||||
%if %{with mmnormalize}
|
||||
--enable-mmnormalize \
|
||||
@ -989,6 +990,7 @@ fi
|
||||
%{rsyslog_module_dir_nodeps}/pmciscoios.so
|
||||
%{rsyslog_module_dir_nodeps}/pmsnare.so
|
||||
%{rsyslog_module_dir_nodeps}/pmnull.so
|
||||
%{rsyslog_module_dir_nodeps}/pmnormalize.so
|
||||
%{rsyslog_module_dir_nodeps}/pmpanngfw.so
|
||||
%if %{with rfc3195}
|
||||
%{rsyslog_module_dir_nodeps}/im3195.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user