Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
11_use_openjade.patch | Replace jade command with openjade diff --git a/doc/Makefile.am b/doc/Makefile.am index 097702e..27d9c41 100644 |
Ricardo Mones <mones@debian.org> | not-needed | debian | 2024-12-09 | |
12_add_dummy_readme.diff | diff --git a/README b/README new file mode 100644 index 0000000..1f1f690 |
no | ||||
13_fix_CVE-2020-15953.diff | Fix CVE-2020-15953: STARTTLS buffering issue that affects IMAP, SMTP, and POP3. This patch is the merge of the two upstream commits fixing the issue: - first by Fabian Ising <Murgeye@users.noreply.github.com>, fixing the issue in SMTP/POP3 - second by Damian Poddebniak <duesee@users.noreply.github.com>, fixing the issue in IMAP commit:1002a0121a8f5a9aee25357769807f2c519fa50b diff --git a/src/low-level/imap/mailimap.c b/src/low-level/imap/mailimap.c index 0921a7f..330bb5e 100644 |
not-needed | debian upstream | commit:298460a2adaabd2f28f417a0f106cb3b68d27df9 | ||
14_fix_encoding.diff | fix national encoding in header files diff --git a/src/data-types/carray.h b/src/data-types/carray.h index ed5a875..90b656d 100644 |
Ricardo Mones <mones@debian.org> | no | 2021-01-10 | ||
15_Fixed-crash-when-st_info_list-is-NULL.-Fixes-420.-Fi.patch | Fixed crash when st_info_list is NULL. Fixes #420. Fixes CVE-2022-4121. | Hoa Dinh <hoa@dinhvh.me> | yes | debian upstream | https://github.com/dinhvh/libetpan/commit/5c9eb6b6ba64c4eb927d7a902317410181aacbba | 2022-12-19 |
16_fix_precedence_related_to_poll.patch | FIX: operator precedence related to poll Fixes the following warnings: ``` connect.c:162:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] mailstream_ssl.c:368:32: warning: self-comparison always evaluates to false [-Wtautological-compare] mailstream_ssl.c:368:32: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] ``` |
Mamoru TASAKA <mtasaka@fedoraproject.org> | yes | https://github.com/mtasaka/libetpan/commit/25288ce11c6e9a4b777739acae0d5e74f91983be | 2024-05-28 | |
17-Replace-Cyrus-SASL-MD5-with-Colin-Plumb-s-MD5.patch | Replace Cyrus SASL MD5 with Colin Plumb's MD5 HMAC-MD5 is not used anymore, so drop it without replacement. Using Colin Plumb's MD5 gets rid of the RSA-MD license. Keep the C++ conditionals as well as the namespace include in the md5.h header. Modified to apply to current Debian sources. |
Bastian Germann <bage@debian.org> | no | https://github.com/dinhvh/libetpan/pull/450 | 2024-12-09 |