Debian Patches

Status for maildir-utils/1.12.3-3

Patch Description Author Forwarded Bugs Origin Last update
mu4e-dont-bytecompile prevent byte-compilation of mu4e at build-time Jeremy Sowden <jeremy@azazel.net> not-needed 2023-11-03
adjust-mu-docdir in Debian, the package is called "maildir-utils", not "mu", and so the doc's are installed into ${datadir}/doc/maildir-utils. Jeremy Sowden <jeremy@azazel.net> not-needed 2023-11-03
time_t-overflow-fix.patch fix possible integer overflow in `parse_date_time` .
`g_date_time_to_unix` returns a `gint64`. Since 27c07280b15d ("utils:
replace time_to_string with fmt-based formatting"), `parse_date_time`
has returned a `time_t`, which has historically been a 32-bit type.
There is, therefore, the possibility of integer over- and underflow.
Define `TIME_MIN` and `TIME_MAX` based on the size of `time_t` and
clamp the return value of `parse_date_time` between these.
.
This is only necessary for architectures that lack support for 64-bit
time_t, and upstream is not interested in supporting these.
Jeremy Sowden <azazel@debian.org> not-needed 2024-04-13

All known versions for source package 'maildir-utils'

Links