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.4.1 [fixes CVE-2019-3814].


From: guix-commits
Subject: 01/02: gnu: Dovecot: Update to 2.3.4.1 [fixes CVE-2019-3814].
Date: Sun, 10 Feb 2019 22:16:43 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit c03b355fa71c90a738575a8fa22c8a6003510700
Author: Leo Famulari <address@hidden>
Date:   Sun Feb 10 21:53:07 2019 -0500

    gnu: Dovecot: Update to 2.3.4.1 [fixes CVE-2019-3814].
    
    * gnu/packages/mail.scm (dovecot): Update to 2.3.4.1.
---
 gnu/packages/mail.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 8ae069b..3012980 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1200,15 +1200,16 @@ facilities for checking incoming mail.")
 (define-public dovecot
   (package
     (name "dovecot")
-    (version "2.3.4")
+    (version "2.3.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.dovecot.org/releases/";
                            (version-major+minor version) "/"
                            name "-" version ".tar.gz"))
-       (sha256 (base32
-                "01ggzf7b3jpl89mjiqr7xbpbs181g2gjf6wzg70qaqfzz3ppc6yr"))))
+       (sha256
+        (base32
+         "01xa8d08c0j51w5kmqb3vnzrvh17hkzx5a5p7fb5hgn3wln3x1xq"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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