summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-mail/dovecot: test fixes, hardening tweakSam James19 hours3-0/+425
| | | | | | | | | | | | | | | | | | | * Fix tests with GCC 15 (upstream PR#229, bug #939857). The test had a bogus assertion which was exposed by GCC 15. * Fix tests with LTO (upstream PR#230). I was convinced that I'd backported these fixes already but apparently not. This one fixes a real problem where dovecot would be miscompiled because of strict aliasing violations in the md4+md5 code. Thanks to parona for the help with (re-)testing it and confirming the fixes. * Pass --disable-hardening because it just copies the defaults even on vanilla profiles these days. For hardened, it actually makes things less safe because it does -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 which overrides the default of -D_FORTIFY_SOURCE=3 there. Closes: https://bugs.gentoo.org/939857 Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/dbmail: add 3.4.1Thomas Raschbacher22 hours3-0/+114
| | | | Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* net-mail/courier-imap: fix c23 also for 5.2.6Alfredo Tupone2024-12-141-0/+1
| | | | | Closes: https://bugs.gentoo.org/945123 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* net-mail/dbmail: update HOMEPAGEThomas Raschbacher2024-12-123-6/+6
| | | | Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* net-mail/ytnef: drop 2.0, 2.1.1Bernard Cafarelli2024-12-063-66/+0
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* net-mail/ytnef: Stabilize 2.1.2 amd64, #945653Sam James2024-12-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/ytnef: Stabilize 2.1.2 x86, #945653Sam James2024-12-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/safecat: fix ar/ranlibRobin H. Johnson2024-12-022-0/+24
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/945697
* net-mail/ytnef: Stabilize 2.1.2 ppc, #945653Sam James2024-12-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/ytnef: Stabilize 2.1.2 arm, #945653Sam James2024-12-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/ytnef: Stabilize 2.1.2 ppc64, #945653Sam James2024-12-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/ytnef: Stabilize 2.1.2 arm64, #945653Sam James2024-12-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/safecat: GCC15 fixesRobin H. Johnson2024-12-012-1/+15
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/945487
* net-mail/mailgraph: BannedEapiCommandPaul Zander2024-12-012-24/+14
| | | | | | | | | | | | | | | | Misses migration after acct-user got introduced. Add apache2 and nginx to IUSE. Use the new `mgraph` USE-flag for acct-user/apache and acct-user/nginx in RDEPEND. Adjust pkg_postinst() to match. BannedEapiCommand 'gpasswd' banned in EAPI 7, used on line 81 'gpasswd -a apache mgraph' Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36445 Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/safecat: fixes for modern compilersRobin H. Johnson2024-11-302-0/+57
| | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/show_bug.cgi?id=929081 Closes: https://bugs.gentoo.org/show_bug.cgi?id=934407
* net-mail/mailutils: drop 3.17Sam James2024-11-301-145/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/courier-common: VariableOrderWrongAlfredo Tupone2024-11-281-2/+2
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* net-mail/fetchmail: add 6.5.1Bernard Cafarelli2024-11-282-0/+87
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* net-mail/muchsync: drop 6-r1Petr Vaněk2024-11-282-23/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* net-mail/courier-imap: fix build with gcc-15Alfredo Tupone2024-11-262-0/+25
| | | | | Closes: https://bugs.gentoo.org/944906 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* net-mail/fdm: drop broken pop3 patchSam James2024-11-261-0/+56
| | | | | | | | | | The pop3 patch was a backport from upstream master but it appears broken. Drop it straight-to-stable. Bug: https://github.com/nicm/fdm/issues/140 Closes: https://bugs.gentoo.org/944888 Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/mailutils: build w/ -std=gnu17Sam James2024-11-261-0/+2
| | | | | Closes: https://bugs.gentoo.org/943873 Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/notmuch: Stabilize 0.38.3 amd64, #944685Joonas Niilola2024-11-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-mail/notmuch: Stabilize 0.38.3 x86, #944685Michał Górny2024-11-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-mail/fdm: Stabilize 2.2-r2 amd64, #944611Michał Górny2024-11-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-mail/fdm: Stabilize 2.2-r2 x86, #944611Michał Górny2024-11-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-mail/muchsync: Stabilize 7 amd64, #944636Michał Górny2024-11-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-mail/notmuch: Stabilize 0.38.3 arm64, #944685Sam James2024-11-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/notmuch: Stabilize 0.38.3 arm, #944685Sam James2024-11-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/mailutils: Stabilize 3.17-r100 x86, #942834Sam James2024-11-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/mailutils: Stabilize 3.17-r100 sparc, #942834Sam James2024-11-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/courier-imap: add 5.2.10Alfredo Tupone2024-11-162-0/+244
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* net-mail/mu: add 1.12.7Sam James2024-11-132-0/+100
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/fetchmail: drop 6.4.38Bernard Cafarelli2024-11-122-87/+0
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* net-mail/fetchmail: add 6.5.0Bernard Cafarelli2024-11-122-0/+87
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* net-mail/mailutils: Stabilize 3.17-r100 arm64, #942834Arthur Zamarin2024-11-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-mail/mailutils: Stabilize 3.17-r100 ppc, #942834Sam James2024-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/mailutils: Stabilize 3.17-r100 ppc64, #942834Sam James2024-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/mailutils: Stabilize 3.17-r100 arm, #942834Sam James2024-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/mailutils: Stabilize 3.17-r100 amd64, #942834Sam James2024-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/checkpassword-pam: update HOMEPAGEPetr Vaněk2024-11-011-1/+1
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* net-mail/checkpassword-pam: drop 0.99-r2Petr Vaněk2024-11-011-24/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* net-mail/checkpassword-pam: Stabilize 0.99-r3 x86, #942591Sam James2024-11-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/qmhandle: Stabilize 1.3.2-r1 arm, #942155Sam James2024-10-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/qmhandle: Stabilize 1.3.2-r1 x86, #942155Arthur Zamarin2024-10-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-mail/qmhandle: Stabilize 1.3.2-r1 amd64, #942155Sam James2024-10-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/qmhandle: Stabilize 1.3.2-r1 sparc, #942155Sam James2024-10-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/mlmmj: add 1.4.7Anna (cybertailor) Vyalkova2024-10-254-1/+92
| | | | | | | Closes: https://bugs.gentoo.org/923563 Closes: https://github.com/gentoo/gentoo/pull/38895 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* net-mail/isync: add 1.5.0Allen-Kristjan Päll2024-10-183-6/+45
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/38671 Signed-off-by: Allen-Kristjan Päll <akpall@fst.ee> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* net-mail/isync: drop 1.4.4Allen-Kristjan Päll2024-10-181-44/+0
| | | | | Signed-off-by: Allen-Kristjan Päll <akpall@fst.ee> Signed-off-by: Yixun Lan <dlan@gentoo.org>