7538 Commits

Author SHA1 Message Date
rsadowski
dba3376dd7 Remove -qt5 flavor from security/qtkeychain; its now the default
Tested by many, thanks!
2020-02-07 07:13:53 +00:00
sthen
21f9dbfbad update to rspamd-2.3 2020-02-06 16:18:54 +00:00
sthen
e21a1ca650 +dovecot-fts-xapian 2020-02-06 11:30:56 +00:00
sthen
07355a6140 import mail/dovecot-fts-xapian, from Tom Wong-Cornall, looks good to landry@
fts-xapian is a full-text search plugin for Dovecot. It utilises the Xapian
search engine library to index email automatically, and allow rapid body and
header server-side search over IMAP.

The authors intend this plugin to provide the functionality provided by the
now-deprecated fts_squat plugin, and provide a simpler way to configure FTS for
Dovecot without needing heavy external dependencies such as Solr.
2020-02-06 11:30:32 +00:00
sthen
7506de6a9b update to msmtp-1.8.7, from Xiyue Deng (taking maintainer), plus I fixed
WANTLIB and regen'd patches (mostly with the same result but I tweaked
one to make it easier to compare the new with the previous line)
2020-02-06 11:26:10 +00:00
sthen
c5587e5898 Update to getmail-5.14, from Martin Ziemer who takes MAINTAINER
(I removed REVISION and adjusted whitespace from his submission)

Amongst other things this adds SNI support which will be needed to work
with gmail once TLS 1.3 client is reenabled in libressl.
2020-02-06 11:17:13 +00:00
edd
c84f1d1886 Update mail/extsmail to version 2.4.
From MAINTAINER Laurence Tratt.

OK sthen@.

Thanks
2020-02-04 11:28:03 +00:00
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
sthen
968970243c update to pear-Mail_Mime-1.10.5 2020-02-03 20:36:05 +00:00
ajacoutot
a9954cfe5e Update to evolution-rss-0.3.96. 2020-02-02 15:28:01 +00:00
anton
8f103818a8 Update to mdsort-5.2.0. 2020-02-01 09:18:17 +00:00
giovanni
04883f11d2 Update to 3.4.4
fixes CVE-2020-1930 and CVE-2020-1931
2020-01-30 07:54:00 +00:00
stsp
7869698fea debug package for mail/fdm; ok sthen@ 2020-01-28 09:21:24 +00:00
gkoehler
08e46f6776 Use SNI; fixes TLSv1.3 to imap.gmail.com
ok kn@ tb@ sthen@
"go ahead" Amit Kulkarni (maintainer)
2020-01-27 21:05:19 +00:00
sthen
00b10cf194 update to fetchmail-6.4.1 2020-01-27 13:48:45 +00:00
landry
c30c326371 Update to thunderbird 68.4.2.
See https://www.thunderbird.net/en-US/thunderbird/68.4.2/releasenotes/
2020-01-27 08:14:20 +00:00
jasper
c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
sthen
66a2839111 - build mail/mu with ports-gcc on !base-clang arches, from Xiyue Deng, ok maintainer
- regen PLIST, fix license marker
2020-01-24 10:36:41 +00:00
anton
9dfdbdcb48 Update to mdsort-5.1.0. 2020-01-20 21:00:38 +00:00
ajacoutot
db4b43c197 --enable-replace_rules so opendkim can play well with MTA "masquerade" features. 2020-01-19 05:58:50 +00:00
kn
0ed803b446 Add the bloody patch that used to be on the attic 2020-01-18 11:24:49 +00:00
kn
fa9ff64f77 Do not crash when using Tunnel in an IPv6-enabled build
Cherry-picked 7607e53d56f9470ee221cd5b644dda829f54b005,
from Caspar Schutijser, thanks.
2020-01-18 11:13:46 +00:00
sthen
604262f7bf update to mutt-1.13.3 2020-01-13 22:31:02 +00:00
landry
9ffb77c6a5 Update to thunderbird 68.4.1.
See https://www.thunderbird.net/en-US/thunderbird/68.4.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-04/
2020-01-13 11:27:08 +00:00
sthen
ede44decd2 update to exim-4.93.0.4, from maintainer Renaud Allard 2020-01-09 20:43:15 +00:00
benoit
2c7845a609 Update to p5-Mail-Sender-0.903. 2020-01-09 14:13:04 +00:00
sthen
2652240086 Backport "revert pasting images as attachments" which causes various problems
with copy-and-paste, especially with emacs. From Benjamin Baier, ok solene@
2020-01-08 10:27:16 +00:00
sthen
15f429486f cherrypick mutt patch to fix a crash when polling a closed ssl connection,
issue diagnosed and original patch proposed by stsp@
2020-01-08 00:11:22 +00:00
sthen
2854a9a337 cherrypick a couple of neomutt patches, one found by kn@ for a mutt_pager
segv, one to fix uncollapse_jump
2020-01-08 00:10:30 +00:00
landry
bc39d796d5 bump REVISION for nss dependency change 2020-01-07 17:28:41 +00:00
ajacoutot
cdd479f95a Update to evolution-ews-3.34.3. 2020-01-04 12:17:15 +00:00
ajacoutot
6a40ec34b4 Update to evolution-3.34.3. 2020-01-04 12:17:04 +00:00
anton
7c4054c647 Update to mdsort-5.0.0. 2020-01-04 09:32:36 +00:00
sthen
ff04bacd71 update to roundcubemail-1.4.2 2020-01-03 11:29:59 +00:00
sthen
3ce01b4cfa Don't let rspamd's cmake config add "-fuse-ld=lld" to command lines, it doesn't
work on ports-gcc arches. Should fix "Your system does not support getaddrinfo call".

Thanks kmos@ jca@ for CMakeOutput.log / CMakeError.log (the latter was helpful).
2019-12-31 23:37:32 +00:00
sthen
327508f726 fix LIB_DEPENDS for idna flavour, pointed out by solene@ 2019-12-31 22:51:41 +00:00
sthen
67410e33e3 update to s-nail-14.9.16, from maintainer Steffen Nurpmeso 2019-12-31 22:50:05 +00:00
cwen
3dc1c76b43 exim: unbreak on base-gcc archs by using `-std=gnu99' only for them.
input and OK sthen@, OK Renaud Allard (maintainer)
2019-12-29 23:01:54 +00:00
sthen
d6d7a47903 reenable sse/avx2 fastutf8 in rspamd. there actually is a check and the way
it was disabled was causing missing functions that are needed in some cases.
2019-12-29 21:35:02 +00:00
sthen
191ef5c451 build debug packages for rspamd 2019-12-29 20:54:53 +00:00
jca
290e617d04 Provide debug packages 2019-12-27 22:35:41 +00:00
sthen
1f41c56a73 The last commit removing -Wno-logical-op-parentheses made it apparent
that -Wno-logical-op-parentheses doesn't work on some compilers either.
2019-12-27 22:31:01 +00:00
remi
83440d58bd Update to OfflineIMAP v7.3.2 and switch homepage/master_sites to https.
ok gsoares@
2019-12-26 16:58:33 +00:00
sthen
bd9856eba3 Don't use USE_LIBTOOL=gnu just for libtoolize/libtool.m4, it should just
be a BUILD_DEPEMDS. Do that by changing to CONFIGURE_STYLE=autoreconf
which is tidier and adds this automatically. OK jca@ giovanni@
2019-12-26 11:19:28 +00:00
giovanni
9f495a73e0 autohell needs libtoolize(1)
spotted by ajacoutot@
2019-12-26 08:44:33 +00:00
sthen
523fd4684d Don't use -Wno-logical-op-parentheses, not all compilers support it 2019-12-24 14:45:41 +00:00
kurt
ef9779e25d Backport auxv.h header inclusion fix. okay landry@ 2019-12-23 20:19:20 +00:00
sthen
d642b7a705 update to rspamd-2.2 2019-12-23 13:25:48 +00:00
giovanni
736cefd5b6 add missing build dependency
spotted by kili@, ok jung@
2019-12-23 07:50:32 +00:00
giovanni
45e9eada48 update to 6.6.0 version
ok jung@ a while ago
2019-12-22 12:19:20 +00:00