Package: interimap / 0.5.7-4
Metadata
Package | Version | Patches format |
---|---|---|
interimap | 0.5.7-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Mention the Debian BTS in the manpages.patch | (download) |
doc/interimap.1.md |
10 9 1 - 0 ! |
mention the debian bts in the manpages. |
Skip randomized tests.patch | (download) |
tests/interimap.list |
8 0 8 - 0 ! |
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. |
Generate X.509 version 3 CA in testsuite.patch | (download) |
tests/certs/generate |
7 6 1 - 0 ! |
tests/certs/generate: generate x.509 version 3 ca. And pass CA:TRUE as basic constraint. This fixes the test suite with OpenSSL 3.2 with defaults to X.509v3 and CA:FALSE. |
Fix struct flock and timeval packing on armhf.patch | (download) |
lib/Net/IMAP/InterIMAP.pm |
6 5 1 - 0 ! |
fix struct flock and timeval packing on armhf armhf uses a 64-bit off_t, and t64-enabled armhf 64-bit time_t. Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/ source/interimap/ bug/2059120 Bug-Debian: https://bugs.debian.org/1067763 |
1