Debian Patches
Status for logrotate/3.22.0-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
applied-upstream/test-avoid-locale-dependent-errno-string.patch | test: avoid locale dependent errno string String representations of errno values are locale dependent, thus avoid using them. |
=?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com> | no | 2024-06-08 | ||
applied-upstream/Adjust-file-limit.patch | Adjust file limit The maximum number of files per directory is just a paranoid safety guard and probably one would even hit ENOMEM before. Adjust the limit a bit to avoid GCC stumbling on it when using LTO on 32-bit architectures: config.c:587:19: warning: iteration 1073741823 invokes undefined behavior [-Waggressive-loop-optimizations] 587 | free(array[i]); | ^ config.c:586:19: note: within this loop 586 | for (i = 0; i < lines_count; ++i) | ^ |
=?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com> | no | 2024-06-08 | ||
applied-upstream/test-wait-for-bash-subprocesses.patch | test: wait for bash subprocesses Avoid stray processes if testsuite runs very fast. |
=?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com> | no | 2024-07-14 | ||
debian/skip-cronjob-when-running-with-systemd.patch | skip cronjob when running with systemd and in removed state | =?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com> | not-needed | 2017-09-01 | ||
debian/logrotate.conf-disable-dateext-on-Debian.patch | logrotate.conf: disable dateext on Debian The option dateext has not been enabled since its introduction in version 3.7.2. Might be subject to change in the future, see #551888. |
=?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com> | not-needed | 2021-02-28 | ||
debian/replace-ELF-header-in-test-case.patch | replace ELF header in test case Reduces the noise from Lintian and avoid interferences with dbgsym package. |
=?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com> | not-needed | 2022-01-07 |