guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: dovecot: Update to 2.3.11.3 [security fixes]


From: guix-commits
Subject: branch master updated: gnu: dovecot: Update to 2.3.11.3 [security fixes].
Date: Wed, 12 Aug 2020 09:35:47 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e77989b  gnu: dovecot: Update to 2.3.11.3 [security fixes].
e77989b is described below

commit e77989bdcb4c939aa1128ec0d3efc9ac8369fa15
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 12 15:27:16 2020 +0200

    gnu: dovecot: Update to 2.3.11.3 [security fixes].
    
    Fixes CVE-2020-12100, CVE-2020-12673, CVE-2020-10967, and CVE-2020-12674.
    
    * gnu/packages/mail.scm (dovecot): Update to 2.3.11.3.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3d93acc..f56e9b3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1401,7 +1401,7 @@ facilities for checking incoming mail.")
 (define-public dovecot
   (package
     (name "dovecot")
-    (version "2.3.10.1")
+    (version "2.3.11.3")
     (source
      (origin
        (method url-fetch)
@@ -1409,7 +1409,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            "dovecot-" version ".tar.gz"))
        (sha256
-        (base32 "035idr2j81s5mngnhd58rih79dhwwak7q01mqbx3rcmi4cpychk6"))))
+        (base32 "1p5gp8jbavcsaara5mfn5cbrnlxssajnchczbgmmfzr7228fmnfk"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]