summaryrefslogtreecommitdiff
path: root/user/dovecot/fix-time64.patch
AgeCommit message (Collapse)AuthorFilesLines
2023-02-23user/dovecot: Fix cache flush on 32-bit big endianA. Wilcox1-0/+13
They already had a workaround for 64-bit BE. Since time_t is 64-bit on all musl platforms, we need it active at all times. Fixes: #966