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.10.1 [security fixes]


From: guix-commits
Subject: branch master updated: gnu: dovecot: Update to 2.3.10.1 [security fixes].
Date: Mon, 18 May 2020 08:16:11 -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 58024d8  gnu: dovecot: Update to 2.3.10.1 [security fixes].
58024d8 is described below

commit 58024d86e1c5b00567abfdb144fbff8cc2f6588e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 18 14:15:02 2020 +0200

    gnu: dovecot: Update to 2.3.10.1 [security fixes].
    
    Fixes CVE-2020-10957, CVE-2020-10958, and CVE-2020-10967.
    
    * gnu/packages/mail.scm (dovecot): Update to 2.3.10.1.
---
 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 7398c9f..935a733 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1372,7 +1372,7 @@ facilities for checking incoming mail.")
 (define-public dovecot
   (package
     (name "dovecot")
-    (version "2.3.10")
+    (version "2.3.10.1")
     (source
      (origin
        (method url-fetch)
@@ -1380,7 +1380,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            "dovecot-" version ".tar.gz"))
        (sha256
-        (base32 "1ibiz3k2flablkcqbkvfzsjnq5b5kxximhcrplflsjl57mr88ca7"))))
+        (base32 "035idr2j81s5mngnhd58rih79dhwwak7q01mqbx3rcmi4cpychk6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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