Package: rsyslog / 8.4.2-1+deb8u2

Metadata

Package Version Patches format
rsyslog 8.4.2-1+deb8u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 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.

0002 bugfix ompgsql transaction were improperly handled.patch | (download)

plugins/ompgsql/ompgsql.c | 11 9 + 2 - 0 !
1 file changed, 9 insertions(+), 2 deletions(-)

 bugfix ompgsql: transaction were improperly handled

now transaction support is solidly disabled until we have enough requests
to implement it again. Module still works fine in single insert mode.

closes https://github.com/rsyslog/rsyslog/issues/399

(cherry-picked from commit 73c9a28653d4e92a6c71210232a83b4b72cdf778)

0003 bugfix imfile segfault on startup in inotify mode.patch | (download)

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

 bugfix imfile: segfault on startup in "inotify" mode

A segfault happened when more than one file was monitored.

(cherry-picked from commit 8bf43525fe1bf08fd542ad054c987ccf7c97616c)

0004 Prevent a segfault in dynafile creation.patch | (download)

tools/omfile.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 prevent a segfault in dynafile creation

A failure during the dynafile creation (in prepareFile(), most of the
time) led to a misaddressing and a segfault.

(cherry-picked from commit 008f0097b610742595034cdab381749dbc00f93)