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
gilles
613736a491
update opensmtpd-filter-rspamd to 0.1.3, fixes a concurrency-related crash,
...
and adds a few features
ok florian@ and landry@
2019-09-29 09:52:06 +00:00
giovanni
7204082517
update to 1.20190831
...
ok sthen@
2019-09-28 12:20:17 +00:00
jasper
24dd016c39
apply fix for CVE-2019-16378, issue was discovered in the upstream
...
list of open issues. the project has stalled and hasn't committed this patch
yet though debian does ship with this patch
ok sthen@ and Renaud Allard (MAINTAINER)
2019-09-27 21:28:14 +00:00
sthen
d16b3072f6
drop forced MODPHP_VERSION=7.3 lines, this is now the default
2019-09-27 15:39:44 +00:00
sthen
961e5936cd
drop MODPHP_VERSION=7.3, it is now the default
2019-09-26 22:01:47 +00:00
sthen
a1085b9f12
REVISION bumps for php default version switch to 7.3
2019-09-26 21:59:30 +00:00
martijn
f0810fa9df
Fix libopensmtpd to correctly interpret IPv6 addresses, which caused
...
crashes after smtpd changed the forward.
Bug found and fix tested by mikolaj <at> kucharski <dot> name
OK jasper@
2019-09-26 17:21:42 +00:00
sthen
ba5e0b6493
update to pear-Mail-Mime-1.10.3
2019-09-26 13:18:29 +00:00
danj
e3678b5667
Update to claws-mail-3.17.4
...
Drop maintainer.
Help from sthen@, "please proceed" solene@
2019-09-25 00:33:55 +00:00
martijn
7602fa21d5
Add a dedicated user for the dkimsign filter, including a default directory
...
to put the private key.
While here also add a README on how to set up the filter.
With help from and OK jasper@
2019-09-23 19:24:45 +00:00
landry
ab20313b12
Update to geary 3.34.0.
2019-09-22 18:10:43 +00:00
sthen
a3dae6ea5d
factor some common parts into mozilla.port.mk and fix DPB_PROPERTIES which
...
is supposed to be "lonesome" on i386 because parts of the build take a lot of
ram, but actually ended up as "lonesome parallel" due to a +=. hoping this
will reduce the frequent build failures on i386. ok landry
2019-09-22 17:19:06 +00:00
sthen
43e2417768
update to mutt-1.12.2
2019-09-22 00:04:21 +00:00
gilles
276d3b2b88
bump filter-rspamd to 0.1.2
...
ok sthen@
2019-09-20 16:41:53 +00:00
martijn
27da1afd0f
Hook up libopensmtpd, opensmtpd-filter-dnsbl and opensmtpd-filter-dkim.
...
OK jasper@
2019-09-20 13:00:35 +00:00
martijn
0f16ce3456
Import opensmtpd-filter-dkimsign
...
filter-dkim is an opensmtpd filter that signs email with a dkim signature.
OK jasper@
2019-09-20 12:57:48 +00:00
martijn
0945560bc6
Import opensmtpd-filter-dnsbl
...
filter-dnsbl is an opensmtpd filter that checks the sender's IP address
against one or more dnsbl lists to flag or reject spam messages at session time.
OK jasper@
2019-09-20 12:42:56 +00:00
martijn
9634140cf7
Import libopensmtpd
...
libopensmtpd is an libevent based library which allows for easy writing
of opensmtpd filter applications in C.
OK jasper@
2019-09-20 12:11:05 +00:00
martijn
fc7f652b03
Make the variable assignment in Makefile.inc "?=" instead of "=".
...
Requested by jasper@
2019-09-20 11:22:23 +00:00
sthen
2c9d166d45
update to p5-Mail-DKIM-0.56, from wen heping, ok giovanni@
2019-09-17 13:39:59 +00:00
giovanni
755f3d2a93
Update to 2.1.2
...
added compatibility with TB 68.x
ok landry@ on a previous version if the diff
2019-09-16 06:54:43 +00:00