Package: cyrus-imapd / 3.6.1-4+deb12u3
Metadata
| Package | Version | Patches format |
|---|---|---|
| cyrus-imapd | 3.6.1-4+deb12u3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Disable runpath checking.patch | (download) |
configure.ac |
3 0 + 3 - 0 ! |
disable runpath checking |
| 0002 Shutdown and close sockets cleanly.patch | (download) |
imap/fud.c |
9 9 + 0 - 0 ! |
shutdown and close sockets cleanly Cleanly shutdown and close sockets, this is supposed to allow for better TCP teardown on the remote end, and reduces CLOSE_WAIT time. . This patch was written 8 years ago, it is possible that nowadays nothing will benefit from a shutdown() right before close(). The commit log from eight years ago mentions that SHUT_RD should be upgraded to SHUT_RDWR where possible, but only after verification that this is not going to cause problems (e.g. by discarding data still on flight to the remote). . Also, it is possible that new daemons and utils in Cyrus 2.2 and 2.3 may need similar patches. |
| 0003 Fix syslog prefix.patch | (download) |
imap/global.c |
7 6 + 1 - 0 ! |
fix syslog prefix Make sure all programs log (to syslog) with "cyrus/<program>" as the log prefix. |
| 0005 Updates calling of the perl interpreter to what we e.patch | (download) |
perl/imap/cyradm.sh |
4 1 + 3 - 0 ! |
updates calling of the perl interpreter to what we expect in debian More precisely: Call /usr/bin/perl directly instead of using some shell magic to locate perl and run it. . NOTE: only some script use the "-w" or even the "-T" flag for perl. This should be the default actually. |
| 0006 Fix paths on Debian in tools rehash.patch | (download) |
perl/imap/IMAP/Shell.pm |
2 1 + 1 - 0 ! |
fix paths on debian in tools/rehash |
| 0009 Normalize the authentication ID.patch | (download) |
imap/global.c |
2 2 + 0 - 0 ! |
normalize the authentication id
By normalize, it is intended that;
1) Authentication IDs all can be lowercased for more accurate
comparison without being volatile to, say, user error, and
2) Any leading or trailing blank space can be stripped
|
| 0012 Use UnicodeData.txt from system.patch | (download) |
Makefile.am |
4 2 + 2 - 0 ! |
use unicodedata.txt from system |
| 0018 increase test timeout.patch | (download) |
cunit/unit.c |
2 1 + 1 - 0 ! |
increase test timeout |
| 0020_fix cyr_cd shebang.patch | (download) |
imap/cyr_cd.sh |
2 1 + 1 - 0 ! |
fix shebang cyr_cd.sh isn't a valid sh script but a bash one |
| fix upgrade versions.patch | (download) |
doc/html/_sources/imap/download/upgrade.rst.txt |
5 2 + 3 - 0 ! |
fix the minimal version needed to update |
| CVE 2024 34055.patch | (download) |
backup/backupd.c |
3 1 + 2 - 0 ! |
cumulative patch for cve-2024-34055 Cyrus-IMAP through 3.8.2 and 3.10.0-beta2 allow authenticated attackers to cause unbounded memory allocation by sending many LITERALs in a single command. . The IMAP protocol allows for command arguments to be LITERALs of negotiated length, and for these the server allocates memory to receive the content before instructing the client to proceed. The allocated memory is released when the whole command has been received and processed. . The IMAP protocol has a number commands that specify an unlimited number of arguments, for example SEARCH. Each of these arguments can be a LITERAL, for which memory will be allocated and not released until the entire command has been received and processed. This can run a server out of memory, with varying consequences depending on the server's OOM policy. . Discovered by Damian Poddebniak. |
| CVE 2024 34055 regressions 1.patch | (download) |
cassandane/Cassandane/Instance.pm |
33 33 + 0 - 0 ! |
instance: check backend sync to mupdate during murder shutdown |
| CVE 2024 34055 regressions 2.patch | (download) |
imap/imapparse.c |
5 4 + 1 - 0 ! |
imapparse: add getmstring() for mupdate-specific parsing The mupdate protocol uses LITERAL+ in server->client communications, whereas in the IMAP protocol this is only permitted in client->server communications. Adds a parser flag and corresponding macro to switch behaviours. Fixes #4932 |
| CVE 2024 34055 regressions 3.patch | (download) |
imap/sync_support.c |
2 1 + 1 - 0 ! |
sync_sieve_upload() always initialize buffer with script content |
