guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: dovecot: Update to 2.3.13 [fixes CVE-2020-25275, CVE-2020-24


From: guix-commits
Subject: 01/02: gnu: dovecot: Update to 2.3.13 [fixes CVE-2020-25275, CVE-2020-24386].
Date: Mon, 4 Jan 2021 11:22:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d72a0d44594bcbd75a2ce4004ebcc27c9e9d6421
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 4 17:19:15 2021 +0100

    gnu: dovecot: Update to 2.3.13 [fixes CVE-2020-25275, CVE-2020-24386].
    
    * gnu/packages/mail.scm (dovecot): Update to 2.3.13.
---
 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 84b6fa0..075fce0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1754,7 +1754,7 @@ facilities for checking incoming mail.")
   (package
     (name "dovecot")
     ;; Also update dovecot-pigeonhole when updating to a new minor version.
-    (version "2.3.11.3")
+    (version "2.3.13")
     (source
      (origin
        (method url-fetch)
@@ -1762,7 +1762,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            "dovecot-" version ".tar.gz"))
        (sha256
-        (base32 "1p5gp8jbavcsaara5mfn5cbrnlxssajnchczbgmmfzr7228fmnfk"))))
+        (base32 "1i7ijss79a23v7b6lycfzaa8r5rh01k0h0b9h0j4a6n11sw7by53"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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