summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-07-25 17:34:49 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-07-25 17:35:29 +0200
commit108edc964bf8111f32e6c98b2fc92ca58547f246 (patch)
treebf244c13ee66445f6b560016885746d2eaf475c6
parent15027b89a87c20cdde10599bb1b66a84b15eb648 (diff)
downloadpatches-108edc964bf8111f32e6c98b2fc92ca58547f246.tar
patches-108edc964bf8111f32e6c98b2fc92ca58547f246.tar.gz
gnu: exim: Update to 4.92.1 [fixes CVE-2019-13917].
* gnu/packages/mail.scm (exim): Update to 4.92.1.
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 8a3f64b10d..bfa2394ae4 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1195,7 +1195,7 @@ delivery.")
(define-public exim
(package
(name "exim")
- (version "4.92")
+ (version "4.92.1")
(source
(origin
(method url-fetch)
@@ -1204,7 +1204,7 @@ delivery.")
(string-append "https://ftp.exim.org/pub/exim/exim4/old/exim-"
version ".tar.bz2")))
(sha256
- (base32 "127spqn009wa6irp6r1k7a24r8vdwb6mf0raamxn8lbxsnrwy7sl"))))
+ (base32 "132zmxgzz35xwi89g3crw6hd3y74rxj5zcpamakvrnlcn256amdp"))))
(build-system gnu-build-system)
(inputs
`(("bdb" ,bdb-5.3) ; ‘#error Version 6 and later BDB API is not supported’