7538 Commits

Author SHA1 Message Date
landry
37107f77e1 Provide a debug package for thunderbird. 2019-11-14 19:02:50 +00:00
rsadowski
ebe7e148d7 zap empty files 2019-11-12 20:32:12 +00:00
sthen
481cd5296d update to neomutt-20191111 2019-11-11 21:42:00 +00:00
sthen
d1592fb1f5 update to rcube-contextmenu-3.0 2019-11-10 12:03:27 +00:00
sthen
25b6e37dda update to roundcubemail-1.4.0 2019-11-10 12:02:45 +00:00
sthen
6656e20299 pull up neomutt to HEAD, fixes some more crashes/leaks. ok kn@
if you have problems with neomutt please first check if they have been
fixed upstream (https://github.com/neomutt/neomutt, copy the full commit
id from the URL in "Latest commit", update GH_COMMIT and rebuild), if the
problem still occurs then please report upstream with as much info to
reproduce as possible.
2019-11-10 10:59:49 +00:00
landry
9cd491b244 Remove gdata-provider bits, was removed upstream in #1584614.
ppl wanting to use the 'Provider for google calendar' addon should use
the addon manager to install it in their profile.

While here remove some old cruft - no REVISION bump as it didnt build.

Fixes build breakage reported by ajacoutot@, thanks !
2019-11-08 16:22:07 +00:00
sthen
9809104c3f update to p5-Mail-Mime-1.10.5 2019-11-07 16:32:27 +00:00
landry
f5edac045f Bugfix update to thunderbird 68.2.2.
See https://www.thunderbird.net/en-US/thunderbird/68.2.2/releasenotes/
2019-11-07 14:23:16 +00:00
sthen
5bc5f60868 backport fix for https://github.com/neomutt/neomutt/issues/1943 2019-11-07 09:38:55 +00:00
giovanni
f18e873203 bugfix update to 0.4
ok jung@ (co-maintainer)
2019-11-05 07:39:51 +00:00
jasper
c50883a018 drop maintainership for a bunch of ports i haven't used in years 2019-11-03 14:07:41 +00:00
sthen
cfa0c40593 update to neomutt-20191102 2019-11-03 00:23:09 +00:00
ajacoutot
ddae6268d6 Sync WANTLIB after e-d-s update. 2019-11-02 09:36:31 +00:00
ajacoutot
c49176fb66 Update to evolution-ews-3.34.1. 2019-11-02 09:36:09 +00:00
ajacoutot
f329e51eb0 Update to evolution-3.34.1. 2019-11-02 09:35:48 +00:00
ajacoutot
7eba7a4c13 Take MAINTAINER.
discussed with/ok landry@
2019-11-01 22:09:30 +00:00
jasper
69352e2755 update to swaks-20190914.0
ok jca@ (MAINTAINER)
2019-11-01 15:53:54 +00:00
landry
65d87a5a65 Update to thunderbird 68.2.1.
See https://www.thunderbird.net/en-US/thunderbird/68.2.1/releasenotes/

Use --disable-sandbox in CONFIGURE_ARGS instead of setting invalid
pledge strings, thunderbird is a monolithic process so far anyway so its
pledge would be super wide.. to be revisited by someone someday ?
2019-11-01 08:38:06 +00:00
sthen
c2930d2447 update to imapsync-1.945, from Henry Jensen, ok pea@ (maintainer) 2019-11-01 01:15:24 +00:00
sthen
bec86d9602 rspamd port tweaks:
- some people who haven't configured a redis backend themselves ran in
to problems with medium-scoring messages getting stuck in greylisting.
add an RDEP on redis and a pkg-readme with information about this and
some other things to hopefully make it easier to work with "out of the
box"

- add @extraunexec to PLIST.
2019-10-30 14:08:59 +00:00
sthen
ee1583e3d3 update to rspamd-2.1 2019-10-29 22:50:14 +00:00
kurt
66d110e89e Document upstream bug report for mmap change in
ProcessExecutableMemory.cpp. okay landry@
2019-10-29 14:46:01 +00:00
kurt
3e1df89c3d Backport fix to isloate node's setting stdout/stderr as non-blocking:
https://bugzilla.mozilla.org/show_bug.cgi?id=1520159
https://bugzilla.mozilla.org/show_bug.cgi?id=1500436

This is a build stability fix only; no change in binaries so no
revision bump. okay landry@
2019-10-29 14:43:03 +00:00
semarie
81d404bd6c mail/thunderbird: unbreak sandbox by using invalid pledge(2) promise instead of valid empty string
jcs@ noted that sandbox should be only enabled with --enable-sandbox (what
thunderbird doesn't use).

sets the promises for now to permit quick fix, to permit users to figure what
pledge promises are needed without rebuilding the whole package.

ok landry@ sthen@
2019-10-29 10:22:25 +00:00
sthen
c5c5d16622 missed cvs add 2019-10-26 21:50:19 +00:00
sthen
bb8163416e update to neomutt-20191025, as upstream say this has a lot of changes
but should be ok for general use.

see https://github.com/neomutt/neomutt/releases/tag/2019-10-25 for more
information and help request.
2019-10-26 19:37:09 +00:00
sthen
7ed178baf7 update to extsmail-2.3, from maintainer Laurie Tratt, minor tweaks from me 2019-10-24 12:49:11 +00:00
landry
4d4b18bf88 Update to thunderbird 68.2.0.
See https://www.thunderbird.net/en-US/thunderbird/68.2.0/releasenotes/
Remove patch from #1585099 fixing build with rust 1.38, merged upstream.
2019-10-23 19:47:53 +00:00
gilles
d5009eb269 update opensmtpd-filter-rspamd to 0.1.4 which solves some DKIM sign/verify
issues caused by the filter itself

ok jasper@ and landry@
2019-10-23 08:50:05 +00:00
martijn
aea6fb2bea Fix off by one in relaxed mode.
Issue found and fix tested by Mikolaj Kucharski.
port diff looks good to jasper@
2019-10-23 08:01:19 +00:00
martijn
d584a95336 When running filter-dnsbl later in a filter chain it can happen that a
disconnect command is issued without any prior. This results in an invalid
free.

Found by and fix tested by Mischa Peters
port diff looks good to jasper@
2019-10-23 07:59:10 +00:00
sthen
14444fedc1 fix bogus GH_* setup, if using GH_ACCOUNT+GH_PROJECT you must always use
GH_TAGNAME or GH_COMMIT. no pkg change
2019-10-17 20:15:55 +00:00
jasper
020ca3768c add missing @sample for external_services.conf
ok sthen@
2019-10-16 13:47:21 +00:00
sthen
347f66dd31 update to Dovecot-pigeonhole 0.5.8, from Brad 2019-10-14 20:42:02 +00:00
sthen
6a70ebb4c4 update to Dovecot 2.3.8, from Brad 2019-10-14 20:41:44 +00:00
landry
d9672b6666 Update to thunderbird 68.1.2.
See https://www.thunderbird.net/en-US/thunderbird/68.1.2/releasenotes/
2019-10-13 17:12:14 +00:00
kurt
6c4b66853a Allow mmap(2) to select a suitable random address by providing NULL as
the hint address. okay sthen@
2019-10-07 13:43:06 +00:00
landry
acc7f4c440 Update to geary 3.34.1 2019-10-07 07:14:20 +00:00
ajacoutot
e680e67ed4 Add missing MODGNOME_LDFLAGS. 2019-10-06 10:48:37 +00:00
ajacoutot
5391da74ad --as-needed hack shouldn't be needed anymore after the recent ld.so fixes. 2019-10-05 10:05:03 +00:00
ajacoutot
40b3af2777 Update to gmime30-3.2.4. 2019-10-04 16:38:16 +00:00
giovanni
3fe8a10246 +spamassassin 2019-10-03 06:22:29 +00:00
giovanni
a34a678026 import opensmtpd-filter-spamassassin, an smtpd(1) filter
for Apache SpamAssassin
help, upstream code and ok jung@

pkg/DESCR:
filter-spamassassin is an opensmtpd filter that passes mail through
Apache SpamAssassin to flag or reject spam messages at session time.
2019-10-03 06:14:15 +00:00
solene
59288aebc0 Update to mailpile-1.0.0rc6 2019-10-02 08:16:33 +00:00
jturner
94981237cd Sample ${SYSCONFDIR}/mail/dkim as a directory not a file
OK martijn@
2019-10-01 13:39:49 +00:00
semarie
48dcece2ca unbreak www/firefox-esr and mail/mozilla-thunderbird after lang/rust upgrade
mark www/tor-browser/browser as BROKEN (too outdated and not easily unbreakable)

ok landry@
2019-10-01 04:39:31 +00:00
sthen
94ed2c507e update to postfix-3.5-20190922, from Brad 2019-09-30 11:05:16 +00:00
sthen
846b857f7d update to postfix-3.4.7, from Brad 2019-09-30 11:05:05 +00:00
sthen
cf5220b10d security update to exim-4.92.3; ok Renaud Allard (maintainer)
"There is a heap-based buffer overflow in string_vformat (string.c).
The currently known exploit uses a extraordinary long EHLO string to
crash the Exim process that is receiving the message. While at this
mode of operation Exim already dropped its privileges, other paths to
reach the vulnerable code may exist."
2019-09-29 18:08:55 +00:00