Debian Patches

Status for interimap/0.5.8-2

Patch Description Author Forwarded Bugs Origin Last update
Mention-the-Debian-BTS-in-the-manpages.patch Mention the Debian BTS in the manpages. Guilhem Moulin <guilhem@debian.org> not-needed 2019-01-20
Skip-randomized-tests.patch Avoid running randomized tests on the build daemons.
These tests are racy and can fail in subtle ways depending on the
machine load and speed. Basically `interimap --watch=1` is spawnedin
the background, then random events (new messages, deletions, flag
changes, etc.) are sent for for one minute, and the background process
is later terminated and the mail stores compared. The problem is how to
stop the background process after the loop. What's done right now is it
waits for 5 seconds and sends a SIGTERM; unfortunately $n sec is
arbitrary and might not be enough, depending on the machine and load.
Ideally a SIGUSR1 would cause it to continue until a clean state is
reached, then stop.

These tests most sense in the context of upstream development, so for
now we skip them in the Debian context.
Guilhem Moulin <guilhem@debian.org> not-needed 2020-01-29
Fix-struct-flock-and-timeval-packing-on-armhf.patch Fix struct flock and timeval packing on armhf
armhf uses a 64-bit off_t, and t64-enabled armhf 64-bit time_t.
Simon Chopin <simon.chopin@canonical.com> no debian 2024-03-26
tests-Use-openssl-rehash-instead-of-c_rehash.patch tests: Use "openssl rehash" instead of c_rehash
The built-in version of c_rehash is "openssl rehash" and is available since the
3.0 series. The c_rehash is a perl script which is considered legacy.

Switch to "openssl rehash"
Sebastian Andrzej Siewior <sebastian@breakpoint.cc> no debian 2025-10-06

All known versions for source package 'interimap'

Links