Package: rsyslog / 8.2302.0-1+deb12u1

Metadata

Package Version Patches format
rsyslog 8.2302.0-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Don t create a database.patch | (download)

plugins/ommysql/createDB.sql | 6 2 + 4 - 0 !
plugins/ompgsql/createDB.sql | 2 0 + 2 - 0 !
2 files changed, 2 insertions(+), 6 deletions(-)

 don't create a database

dbconfig-common, which is used by rsyslog-mysql and rsyslog-pgsql, takes
care of creating the database for us.

Increase timeouts in imfile basic 2GB file and imfile tru.patch | (download)

tests/imfile-basic-2GB-file.sh | 4 2 + 2 - 0 !
tests/imfile-truncate-2GB-file.sh | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 increase timeouts in imfile-basic-2gb-file and
 imfile-truncate-2GB-file

Those tests can take a long time, especially on slow architectures like
armhf, so bump the test timeouts considerably.

Fix runConf NULL pointer refence.patch | (download)

tools/rsyslogd.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix runconf null pointer refence

`systemd restart rsyslog` in the early start of OS will let rsyslog segmentation fault.
This cmd will send sigTerm to rsylogd, and rsyslogd will handle the signal in rsyslogdDoDie.
If the rsyslogd havn't parse the conf, the runConf will be NULL
So check the pointer before reference it.

(cherry picked from commit d38e4b7bfc5bd0137914859837dcc04076b9e1ea)