Accepting request 650737 from home:SchoolGuy:branches:Base:System
- Upgrade to rsyslog 8.39.0 * imfile: improve truncation detection * imjournal: work around journald excessive reloading behavior * errmsg: remove no longer needed code * queue bugfix: invalid error message on queue startup * bugfix imrelp: regression with legacy configuration startup fail * bugfix imudp: stall of connection and/or potential segfault * bugfix gcry crypto driver: small memleak * fix potential misadressing in encryption subsystem * ksi subsystem changes * bugfix core: regex compile error messages could be incorrect * bugfix core: potential hang on rsyslog termination * bugfix imkafka: system hang when backgrounded * bugfix imfile: file change was not reliably detected * bugfix imrelp: do not fail build if librelp does not have relpSrvSetLstnAddr * bugfix queue subsystem: DA queue did ignore encryption settings * bugfix KSI: lmsig-ksils12 module skips signing the last block * bugfix fmhash: function hash64mod sometimes returned wrong result * bugfix core/debug: data written to random fd 2 under some debug settings OBS-URL: https://build.opensuse.org/request/show/650737 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=303
This commit is contained in:
@@ -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 http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ Name: rsyslog
|
||||
Summary: The enhanced syslogd for Linux and Unix
|
||||
License: (GPL-3.0-or-later AND Apache-2.0)
|
||||
Group: System/Daemons
|
||||
Version: 8.38.0
|
||||
Version: 8.39.0
|
||||
Release: 0
|
||||
%if 0%{?suse_version} >= 1210
|
||||
%bcond_without systemd
|
||||
@@ -818,7 +818,7 @@ install -m644 plugins/ompgsql/createDB.sql \
|
||||
%endif
|
||||
%if %{with systemd}
|
||||
install -d -m0755 %{buildroot}%{_sysconfdir}/systemd/journald.conf.d
|
||||
install %{SOURCE16} %{buildroot}%{_sysconfdir}/systemd/journald.conf.d/rsyslog.conf
|
||||
install -m644 %{SOURCE16} %{buildroot}%{_sysconfdir}/systemd/journald.conf.d/rsyslog.conf
|
||||
%endif
|
||||
# create ghosts
|
||||
install -d -m0755 %{buildroot}%{rsyslog_rundir}
|
||||
@@ -997,7 +997,6 @@ fi
|
||||
%{rsyslog_module_dir_nodeps}/lmnsd_ptcp.so
|
||||
%{rsyslog_module_dir_nodeps}/imptcp.so
|
||||
%{rsyslog_module_dir_nodeps}/lmregexp.so
|
||||
%{rsyslog_module_dir_nodeps}/lmstrmsrv.so
|
||||
%{rsyslog_module_dir_nodeps}/lmtcpclt.so
|
||||
%{rsyslog_module_dir_nodeps}/lmtcpsrv.so
|
||||
%{rsyslog_module_dir_nodeps}/lmzlibw.so
|
||||
|
Reference in New Issue
Block a user