guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-


From: guix-commits
Subject: branch master updated: gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386].
Date: Mon, 09 Aug 2021 15:17:16 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f4bf616  gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386].
f4bf616 is described below

commit f4bf6165deec25cf45151cb60c1ee71f8506cfd4
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Mon Aug 9 19:48:09 2021 +0200

    gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386].
    
    * gnu/packages/mail.scm (fetchmail): Update to 6.4.21.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 3e162bd..13761fa 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -498,7 +498,7 @@ to run without any changes.")
 (define-public fetchmail
   (package
     (name "fetchmail")
-    (version "6.4.20")
+    (version "6.4.21")
     (source
      (origin
        (method url-fetch)
@@ -506,7 +506,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "0xk171sbxcwjh1ibpipryw5sv4sy7jjfvhn5n373j04g5sp428f8"))))
+        (base32 "07cxr5137hvrk8jfgn4wd6sq9361c3d40w8krnjxm8fpmwf9qiba"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))



reply via email to

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