7027 Commits

Author SHA1 Message Date
robert
d7bc4e574d update to 8.6.80.353 and add a missing build dep 2018-03-29 19:41:46 +00:00
landry
bf1dbb5bc7 Update to thunderbird 52.7.2.
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-09/

Discussed with sthen@ & naddy@
2018-03-25 18:25:22 +00:00
phessler
a83fd7018f BROKEN-aarch64 = configure stuck on testing if BDB supports shared environments 2018-03-21 20:02:16 +00:00
giovanni
c4ef7b142b bugfix update to 1.20170911 2018-03-21 07:36:15 +00:00
sthen
c2c2ed1acc update to rspamd-1.7.1, a couple of important fixes since 1.7.0 2018-03-20 14:51:19 +00:00
sthen
15616638fb update to rspamd-1.7.0, https://rspamd.com/announce/2018/03/12/rspamd-1.7.0.html 2018-03-19 15:36:13 +00:00
bluhm
6a839221fc update p5-Mail-SPF-Iterator to 1.114 2018-03-18 15:27:23 +00:00
robert
c48d6104e3 add support for kopano-spamd which teaches spamassassin based on
what is being moved in or out of the Junk folder in Kopano
2018-03-18 11:30:55 +00:00
sthen
3ba8a809ae portroach annotations 2018-03-17 22:03:23 +00:00
robert
7299cb1bf3 remove bogous patch 2018-03-17 19:26:33 +00:00
robert
07c12d2132 update to kopano 8.6.80.142 2018-03-16 15:35:02 +00:00
robert
d62b82340b update to webapp 3.4.10.1330 2018-03-16 15:33:53 +00:00
sthen
dd456311ac If SSL_CTX_set_min_proto_version is found, Dovecot enables some code to
convert ssl_protocols strings to min/max values. Patch to neuter the autoconf
check because this code doesn't work correctly (in particular it doesn't
handle strings with !SSLv2) and fallback to the old working code instead.

No reply to https://www.dovecot.org/pipermail/dovecot/2018-March/111260.html
but the code is different in Dovecot master/2.3 (it looks like they did it
this way in 2.2 so they could use the 1.1-api functions without config
changes, but it backfired).

ok Brad
2018-03-15 22:20:54 +00:00
sthen
b8d149354d bugfix (including minor security fix) update to roundcubemail-1.3.5
https://github.com/roundcube/roundcubemail/releases/tag/1.3.5
2018-03-15 21:25:24 +00:00
landry
1916fc56bd Bump REVISION for mozilla.port.mk changes. 2018-03-13 19:21:08 +00:00
giovanni
133dd8cc99 More security fixes from upstream 2018-03-13 07:51:59 +00:00
sthen
39014b3013 update dovecot-pigeonhole to match Dovecot 2.2.34 2018-03-10 21:54:45 +00:00
sthen
d3f16df230 security update to Dovecot 2.2.34. while there, also fix the default TLS
protocol string to avoid using !SSLv2 which is not supported. ok juanfra@ Brad

* CVE-2017-15130: TLS SNI config lookups may lead to excessive memory usage,
causing imap-login/pop3-login VSZ limit to be reached and the process
restarted. This happens only if Dovecot config has local_name { } or local
{ } configuration blocks and attacker uses randomly generated SNI servernames.

* CVE-2017-14461: Parsing invalid email addresses may cause a crash or leak
memory contents to attacker. For example, these memory contents might contain
parts of an email from another user if the same imap process is reused for
multiple users.

* CVE-2017-15132: Aborted SASL authentication leaks memory in login process.
2018-03-10 21:54:30 +00:00
giovanni
177eadf996 More security fixes from upstream 2018-03-08 07:30:00 +00:00
sthen
6b3a7ebb1d update to postfix-3.3.0, from Brad 2018-03-08 01:43:52 +00:00
giovanni
6aa8d11f7d bugfix update to 2.9.3 2018-03-07 13:59:41 +00:00
ajacoutot
8954813b06 Update to evolution-ews-3.26.6. 2018-03-05 12:54:54 +00:00
ajacoutot
ea17728667 Update to evolution-3.26.6. 2018-03-05 12:54:38 +00:00
sthen
39348850e5 update to mutt-1.9.4 2018-03-04 01:07:51 +00:00
sthen
682fa3b658 fix some unicode in DESCR 2018-02-25 22:20:56 +00:00
sthen
dc37fdb4b3 update to neomutt-20180223 2018-02-23 20:02:48 +00:00
giovanni
bcea48ec2d restore old patches and bump 2018-02-23 17:07:35 +00:00
giovanni
4440dac113 Security fix for spamassassin
if the root user starts spamd with the --username
flag, the supplemental group list of the spamd worker processes is never
changed. The worker processes execute with root's original supplemental
group list.
2018-02-23 16:39:39 +00:00
landry
7a1ea3c25e Update to geary 0.12.1 2018-02-23 09:58:09 +00:00
sthen
eb69b980e1 remove libressl patch that now just breaks things 2018-02-19 13:30:35 +00:00
bentley
fccfd2f376 Remove no longer necessary MAKE_FLAGS line. 2018-02-19 05:25:09 +00:00
bentley
64e3f128cc Update to mblaze-0.3.2.
Similar diff to 0.3.1 ok sunil@
2018-02-19 05:22:45 +00:00
sthen
51359db12f update to rspamd-1.6.6 2018-02-16 14:37:43 +00:00
robert
aa15321294 fix LIB_DEPENDS 2018-02-14 18:15:49 +00:00
jsing
588984a482 Stop trying to support ephemeral RSA.
Ephemeral RSA was only used with really ancient export ciphersuites, which
LibreSSL has not supported for a very long time - all of the remaining
API are no-ops.

It is actually quite horrific that some software still goes out of its way
to try to enable support for ephemeral RSA...

ok sthen@
2018-02-14 15:43:30 +00:00
jsing
27a0280380 Stop trying to support ephemeral RSA.
Ephemeral RSA was only used with really ancient export ciphersuites, which
LibreSSL has not supported for a very long time - all of the remaining
API are no-ops.

It is actually quite horrific that some software still goes out of its way
to try to enable support for ephemeral RSA...

ok sthen@
2018-02-14 15:43:13 +00:00
sthen
1055ea285d update to exim-4.90.1, CVE-2018-6789 buffer overflow in base64d()
"Using a handcrafted message, remote code execution seems to be possible"

thanks to whichever of the distributions that was under embargo and
released early, as this means that the fix was made available sooner
than it would have otherwise been.
2018-02-10 22:28:29 +00:00
sthen
5d988a19cf update Postfix snapshot to 3.4-20180203, from Brad.
(note that this is now dual licensed, you can now choose to use it under
Eclipse Public License 2.0 instead of the existing IBM Public License 1.0
if you prefer).
2018-02-10 21:19:23 +00:00
robert
4e11894e6c update to webapp-3.4.6 2018-02-10 17:45:50 +00:00
robert
af823906ce update to 8.5.81.276 2018-02-10 17:27:26 +00:00
robert
44ecbcc283 update to 8.5.81.276 2018-02-10 17:27:10 +00:00
giovanni
aecf31b3f9 Add compatibility patches for perl 5.23+ 2018-02-06 07:58:03 +00:00
sthen
a22c4eadeb Remove the rc_pre check that silently disables exim if /etc/mailer.conf.exim
is present (presumably intended to ensure that 'exim-enable' has been run,
but the other MTAs don't do this). From Christian Gut, ok jca@
2018-02-05 22:34:17 +00:00
okan
284d92b8c4 Update to 2.1.26; includes CVE-2018-5950 fix.
ok bcallah@
2018-02-05 21:38:44 +00:00
ajacoutot
eaed596a32 Update to evolution-ews-3.26.5. 2018-02-05 13:08:10 +00:00
ajacoutot
fc8e7fc0f6 Update to evolution-3.26.5. 2018-02-05 13:07:56 +00:00
sthen
4d117342ef update to sylpheed-3.7.0, from maintainer (plus SHARED_LIBS bump) 2018-02-04 20:51:48 +00:00
sthen
366fdb90a3 use MODPHP_BIN to fix #! and "system php" on a few more files 2018-02-03 10:35:19 +00:00
phessler
826670fe7d BROKEN-aarch64 = configure stuck on testing if BDB supports shared environments 2018-02-02 10:39:54 +00:00
millert
46b04e50a1 Remove ac_cv_header_db_h from CONFIGURE_ENV, it has not been used
by nmh's configure script since 2005 when the ndbm detection was
rewritten.  OK bentley@ sthen@
2018-02-02 03:55:42 +00:00