Debian Patches

Status for rsyslog/8.2608.0-4

Patch Description Author Forwarded Bugs Origin Last update
Don-t-create-a-database.patch Don't create a database
dbconfig-common, which is used by rsyslog-mysql and rsyslog-pgsql, takes
care of creating the database for us.
Michael Biebl <biebl@debian.org> no 2014-03-13
Skip-imfile-logrotate-async.sh.patch Skip imfile-logrotate-async.sh
This test appears to be flaky and fails rather often on
reproducible-builds.org.

See https://github.com/rsyslog/rsyslog/issues/6293
Michael Biebl <biebl@debian.org> no 2025-11-23
rainerscript-align-replace-sizing-rewind.patch rainerscript: align replace sizing rewind
Why:
The sizing pass skipped a candidate match that the copy pass replaced.

Impact:
Overlapping partial matches now receive a correctly sized output string.

Before/After:
Before, the two passes resumed at different source offsets; after, both
resume at the same offset.

Technical Overview:
Make the sizing pass rewind both its source index and tentative output
length by the full failed partial-match length. This mirrors the copy pass
and ensures that every replacement counted is also written exactly once.
The change preserves the existing empty-find, replacement, and trailing
partial-match behavior.

With the help of AI-Agents: Codex

(cherry picked from commit 667e3f61aec5ee02c5c2ee6f0f8accf6fe4301a9)
Rainer Gerhards <rgerhards@adiscon.com> no 2026-08-20

All known versions for source package 'rsyslog'

Links