enable omhttp, changelog

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=298
This commit is contained in:
Andreas Stieger 2018-10-02 15:07:41 +00:00 committed by Git OBS Bridge
parent 476c96e1a1
commit be7fb1a68b
2 changed files with 11 additions and 3 deletions

View File

@ -1,8 +1,14 @@
-------------------------------------------------------------------
Tue Sep 18 17:34:53 UTC 2018 - Michael Ströder <michael@stroeder.com>
- Update to rsyslog 8.38.0 with updates and fixes to various modules
(see /usr/share/doc/packages/rsyslog/ChangeLog for details)
- Update to rsyslog 8.38.0:
* imfile: support for endmsg.regex
* omhttp: new contribued module
* imrelp: add support for seting address to bind to (#894)
* ommysql: support mysql unix domain socket
* omusrmsg: do not fall back to max username length of 8
* various bug fixes and minor updates to other modules and core
* various fixes for memory leaks
-------------------------------------------------------------------
Thu Jul 19 12:54:37 UTC 2018 - Thomas.Blume@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -645,6 +645,7 @@ autoreconf -fiv
--enable-pmnull \
--enable-pmnormalize \
--enable-omruleset \
--enable-omhttp \
%if %{with mmnormalize}
--enable-mmnormalize \
--enable-mmjsonparse \
@ -998,6 +999,7 @@ fi
%{rsyslog_module_dir_nodeps}/mmutf8fix.so
%{rsyslog_module_dir_nodeps}/mmrm1stspace.so
%{rsyslog_module_dir_nodeps}/ommail.so
%{rsyslog_module_dir_nodeps}/omhttp.so
%{rsyslog_module_dir_nodeps}/omprog.so
%{rsyslog_module_dir_nodeps}/omruleset.so
%{rsyslog_module_dir_nodeps}/omstdout.so