diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2019-09-06 12:49:44 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2019-09-06 12:49:44 +0000 |
commit | 01b3a6807c1d353799e906e475fb72cb5f2869c4 (patch) | |
tree | 1a65603794ebcf789ca7aedb3c49de08e36ed487 | |
parent | 37bfb03c2295cfccc841176145b26fa90c844c49 (diff) |
MFH: r511291
- Fix just another awful RCE in Exim: CVE-2019-15846
PR: 240362
Submitted by: Pascal Christen <pascal.christen hostpoint.ch>
Security: 61db9b88-d091-11e9-8d41-97657151f8c2
Approved by: ports-secteam (joneum)
Notes
Notes:
svn path=/branches/2019Q3/; revision=511315
-rw-r--r-- | mail/exim/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 74643dd016f3..6311d5ac840b 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -97,7 +97,7 @@ MASTER_SITES+= http://marc.merlins.org/linux/exim/files/:sa_exim \ DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim .endif -EXIM_VERSION= 4.92.1 +EXIM_VERSION= 4.92.2 SA_EXIM_VERSION=4.2 EXIM_INSTALL_ARG+= "-no_chown" "-no_symlink" diff --git a/mail/exim/distinfo b/mail/exim/distinfo index 573d2952c7ca..e32b546c0a2b 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1564053474 -SHA256 (exim/exim-4.92.1.tar.bz2) = b755658ab08cdabca7aaeab25f64cfe4f8d1a0e1998d9750e4bd8cff5faf5f8c -SIZE (exim/exim-4.92.1.tar.bz2) = 1927542 +TIMESTAMP = 1567765470 +SHA256 (exim/exim-4.92.2.tar.bz2) = 557f97c3f75c19a2e7da8511a8b94c28b39a5d5206948be5ceac96c75a2eccf6 +SIZE (exim/exim-4.92.2.tar.bz2) = 1933063 SHA256 (exim/sa-exim-4.2.tar.gz) = 72e0a735547f18b05785e6c58a71d24623858f0f5234a5dc0e24cb453999e99a SIZE (exim/sa-exim-4.2.tar.gz) = 66575 |