7811 Commits

Author SHA1 Message Date
cwen
c134ee9662 kopano: don't build on ld.bfd archs
'USE_LLD=Yes' does not prevent building the port on ld.bfd archs, where it
fails to build. Using ld.bfd causes undefined references errors.

Use ONLY_FOR_ARCHS, and remove BROKEN-sparc64 accordingly.

"sure" robert@ (maintainer)
2020-06-12 15:54:49 +00:00
sthen
efab8587a8 update to fetchmail-6.4.6 2020-06-12 13:02:35 +00:00
ajacoutot
c8e426a644 Remove bogus patch.
noticed by Claus Assmann from Sendmail
2020-06-09 06:41:01 +00:00
sthen
bfc6375a50 update to roundcubemail-1.4.6, minor updating fixing issue introduced with 1.4.5 2020-06-08 13:48:19 +00:00
sthen
3ecc18d1a2 update to roundcubemail-1.4.5 including some XSS fixes
https://github.com/roundcube/roundcubemail/releases/tag/1.4.5
2020-06-08 08:46:08 +00:00
ajacoutot
cfd91a4c00 Update to sendmail-8.16.0.50. 2020-06-06 10:28:09 +00:00
landry
4e27d4b702 Update to thunderbird 68.9.0.
See https://www.thunderbird.net/en-US/thunderbird/68.9.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-22/
(not there yet)
2020-06-04 06:09:38 +00:00
remi
977f378250 Update OfflineIMAP to version 7.3.3
Removing myself as maintaier since I'm not using it anymore.

OK tb@
2020-06-03 11:00:51 +00:00
landry
afce64d7c8 bump REVISION for mozilla.port.mk changes 2020-06-02 15:23:35 +00:00
sthen
fc58edad0a update to exim-4.94, from Renaud Allard.
rather than patching to remove CFLAGS unsupported by gcc 4.2, just pass in
CFLAGS via MAKE_FLAGS instead (also pass in CC).
2020-06-02 12:44:19 +00:00
giovanni
b4d3dbe1c9 update to 5.0.10 2020-06-01 07:25:32 +00:00
giovanni
b7f1cb6e74 update to 0.70.0 2020-06-01 07:17:28 +00:00
ajacoutot
ec1f30c44d Update to cyrus-imapd-3.2.1. 2020-05-30 10:09:27 +00:00
ajacoutot
e45ba96f5a Update to evolution-ews-3.36.3. 2020-05-30 09:05:58 +00:00
ajacoutot
b23067d0e6 Update to evolution-3.36.3. 2020-05-30 09:05:35 +00:00
robert
02c6bd9391 update to 4.1.2765 2020-05-30 08:50:13 +00:00
robert
d69ffeaad6 update to 10.0.5 2020-05-29 20:00:21 +00:00
solene
535de96ecb Update to claws-mail-3.17.5 2020-05-28 20:58:36 +00:00
sthen
f8a765e411 update to dovecot-fts-xapian 1.3.1, from maintainer Tom Wong-Cornall,
I tweaked Makefile variables a bit to avoid setting some unnecessary ones
2020-05-27 11:27:49 +00:00
sthen
5e9dd8ee2a update to s-nail 14.9.19, from maintainer/upstream Steffen Nurpmeso 2020-05-26 18:13:35 +00:00
sthen
e36b1d8520 update to mutt-1.14.2 2020-05-26 12:11:40 +00:00
landry
ec21f9bb27 Update to thunderbird 68.8.1.
See https://www.thunderbird.net/en-US/thunderbird/68.8.1/releasenotes/
2020-05-26 06:27:46 +00:00
afresh1
99c5095391 Clean up t-prot Makefile
No package change, suggestions from sthen@
2020-05-23 02:44:01 +00:00
ajacoutot
d32f85e12b Update to sendmail-8.16.0.48. 2020-05-21 10:03:14 +00:00
sthen
7a58af3adc move gnupg2 from TEST_DEPENDS to BUILD_DEPENDS, hopefully this really fixes it 2020-05-19 20:45:49 +00:00
sthen
25571a8846 update to Dovecot 2.3.10.1, ok Brad
DOV-3784, CVE-2020-10957: Sending malformed NOOP command causes
crash in submission, submission-login or lmtp service.

DOV-3875, CVE-2020-10958: Sending command followed by sufficient
number of newlines triggers a use-after-free bug that might crash
submission-login, submission or lmtp service.

DOV-1745, CVE-2020-10967: Sending mail with empty quoted localpart
causes submission or lmtp component to crash.
2020-05-18 17:45:53 +00:00
afresh1
6118c12bae + p5-Email-Filter-Rules p5-Mail-ListDetector 2020-05-18 00:16:15 +00:00
afresh1
e1ef0c999c Import p5-Mail-ListDetector-1.04
This module analyzes mail objects in any of the classes handled by
Email::Abstract. It returns a Mail::ListDetector::List object
representing the mailing list.

The RFC2369 mailing list detector is also capable of matching some
Mailman and Ezmlm messages. It is deliberately checked last to allow
the more specific Mailman and Ezmlm parsing to happen first, and
more accurately identify the type of mailing list involved.

OK cwen@
2020-05-18 00:15:44 +00:00
afresh1
93518ef12a Import p5-Email-Filter-Rules-1.2
Email::Filter::Rules is a simple way to route e-mail into folders
without having to touch your filter script. I used to edit my filter
script often to add or remove e-mail lists and often would fat
finger something and enter a typo. This would result in all my
e-mail bouncing and all in all would be a real bummer.

I wanted to make it syntax simple so it wouldn't end up looking
like to awful procmail recipe or some cryptic piece of junk.

OK cwen@
2020-05-18 00:14:28 +00:00
cwen
cb3a2616c3 p5-Email-FolderType: add a missing run depends, remove it from p5-Email-Filter
afresh1@ found out that the previous fix that targeted p5-Email-Filter was
actually for p5-Email-FolderType, so fix it there instead.

Module::Pluggable has been removed from core some times ago, add the module
to RUN_DEPENDS. While here make spacing consistent around '=', and add a
missing TEST_DEPENDS.

input and OK afresh1@
2020-05-17 22:37:08 +00:00
cwen
04c769866a p5-Email-Filter: add a missing run depends
Module::Pluggable has been removed from core some times ago, add the module
to RUN_DEPENDS. While here remove the "BUILD_DEPENDS = ${RUN_DEPENDS}"
construct that is not needed.

OK afresh1@
2020-05-17 21:30:21 +00:00
sthen
2869ec40b2 update to mutt-1.14.1 2020-05-17 11:36:26 +00:00
kn
5bdc3a4c42 Update to mblaze 0.7
* All tools now follow symlinks to mails.
* mdirs: add -a to list all subfolders, ignoring Maildir++ convention.
* mcom: add preview alias for show command.
* mrep/mbnc: allow only one message as argument.
* maddr: add -d to only print display name.
* mthread: add -r to reverse top-level order.
* mlist: print number of matches when message selection is in place.
* mpick: many improvements.
* Many bug fixes.

From Lucas (maintainer)
2020-05-16 22:16:40 +00:00
sthen
5fd99d6cd1 notmuch: patch a place in configure which needed gpg, reported by aja@ 2020-05-16 11:43:51 +00:00
sthen
ab328dacbd +notmuch 2020-05-15 08:58:43 +00:00
sthen
dcfed701b0 import ports/mail/notmuch, worked on by various people including me,
Enric Morales and Olivier Taïbi, ok abieber@ kmos@

Notmuch is a mail indexing program providing a fast tag-based email
reader with global search to use within a text editor.

"Notmuch is not much of an email program. It doesn't receive messages
(no POP or IMAP suport). It doesn't send messages (no mail composer,
no network code at all). And for what it does do (email search)
that work is provided by an external library, Xapian. So if Notmuch
provides no user interface and Xapian does all the heavy lifting,
then what's left here? Not much."
2020-05-15 08:58:14 +00:00
cwen
85a1f4beff hashcash: fix the build with clang on powerpc
The code assumes that __POWERPC__ always means Mac OS, breaking the build
because we don't provide Gestalt. Change the ifdef to avoid getting it picked
up. Fix improved by Brad (thanks!)
2020-05-14 17:20:20 +00:00
ajacoutot
ccab062e35 Update to geary-3.36.2. 2020-05-14 14:54:45 +00:00
ajacoutot
a3c444eec2 Update to evolution-ews-3.36.2. 2020-05-14 14:54:27 +00:00
ajacoutot
aa0890eebc Sync WANTLIB. 2020-05-14 14:54:12 +00:00
ajacoutot
068b33aef2 Update to evolution-3.36.2. 2020-05-14 14:53:59 +00:00
ajacoutot
e7f23745e8 Update to sendmail-8.16.0.47. 2020-05-14 12:28:41 +00:00
ajacoutot
bbae22e559 Update to cyrus-imapd-3.2.0 2020-05-14 12:26:39 +00:00
sthen
475c5975ac update to neomutt-20200501 2020-05-14 11:42:22 +00:00
sthen
8ad2d79915 update to mutt-1.14.0 2020-05-14 11:41:47 +00:00
okan
02149e1319 security update to 2.1.32
ok jca, naddy
2020-05-07 19:06:49 +00:00
landry
4823d26ce6 Update to mozilla-thunderbird 68.8.0.
See https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-18/
ok naddy@
2020-05-07 15:43:30 +00:00
ajacoutot
745db970ca Update to sendmail-8.16.0.45. 2020-05-02 08:04:48 +00:00
tb
2776d09f08 Add workarounds to fix alpine with TLSv1.3
Servers enforcing that clients send an SNI become more common.
Backport the mechanism for sending SNI from alpine 2.22.
Our new TLSv1.3 stack requires more retries than the old one
so retry SSL_write() if the API tells us to do so.

Issue reported, fix tested and "ok" procter.
ok jca sthen
2020-05-01 09:09:14 +00:00
sthen
afc6e67e39 update rcube-contextmenu to 3.2 following CSRF change in roundcube 2020-04-29 23:23:02 +00:00