From be7fb1a68b496f9ec05a060918b880f495ae62631afd9d1b53fa2ffae64e1e23 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 2 Oct 2018 15:07:41 +0000 Subject: [PATCH] enable omhttp, changelog OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=298 --- rsyslog.changes | 10 ++++++++-- rsyslog.spec | 4 +++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/rsyslog.changes b/rsyslog.changes index 810138b..bef2e06 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,8 +1,14 @@ ------------------------------------------------------------------- Tue Sep 18 17:34:53 UTC 2018 - Michael Ströder -- 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 diff --git a/rsyslog.spec b/rsyslog.spec index affa0ff..2ca947a 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -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