summaryrefslogtreecommitdiff
path: root/user/dovecot
AgeCommit message (Collapse)AuthorFilesLines
2023-11-05user/dovecot 2.3.21Lee Starnes1-5/+5
2023-02-23user/dovecot: Fix cache flush on 32-bit big endianA. Wilcox2-0/+15
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
2023-02-12user/dovecot: Remove CLucene FTS supportA. Wilcox1-14/+6
We still have solr FTS support, so that should be enough. Didn't bump pkgrel because it hasn't been built/uploaded anywhere yet.
2023-02-09dovecot 2.3.20Lee Starnes1-5/+5
2022-12-14user/dovecot: 2.3.19.1 plus CVE fixLee Starnes2-4/+163
2022-12-01Unify contact information.Zach van Rijn1-1/+1
2022-10-21user/dovecot: update checksum. fixes #818.Zach van Rijn1-1/+1
2022-10-21user/dovecot 2.3.19Lee Starnes1-4/+8
2022-10-21user/dovecot: bump { 2.3.14 --> 2.3.18 } (+pigeonhole { 0.5.14 --> 0.5.18 ↵Zach van Rijn2-28/+8
}). fixes #622.
2021-03-14user/dovecot: bump to 2.3.14Lee Starnes2-23/+13
2021-01-05user/dovecot: security bump to 2.3.13Lee Starnes3-46/+29
- Fix CVE-2020-25275 and CVE-2020-24386 - apop.patch is no longer needed - Added patch to handle hardcoded message differing with musl
2020-09-15user/dovecot: Fix two issues on 32-bit systemsA. Wilcox3-35/+82
2020-08-14user/dovecot: secfixes 2.3.11.3Lee Starnes1-4/+8
2020-05-18user/dovecot: 2.3.10.1 secfixesLee Starnes1-3/+9
2020-05-06user/dovecot: review fixesLee Starnes10-0/+492
- move default SSL key and cert stuff to a patch - use auth-system.conf instead of auth-passwdfile.conf because we have PAM - explain manual removal of *.la - other Adelification fixes