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.22 [fixes CVE-2021-


From: guix-commits
Subject: branch master updated: gnu: fetchmail: Update to 6.4.22 [fixes CVE-2021-39272].
Date: Sun, 19 Sep 2021 08:31:28 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit fd854a6554253dade14f0be548da2c078043eef6
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Tue Sep 14 17:46:46 2021 +0200

    gnu: fetchmail: Update to 6.4.22 [fixes CVE-2021-39272].
    
    * gnu/packages/mail.scm (fetchmail): Update to 6.4.22.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 7dc2231..62b78ae 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -521,7 +521,7 @@ to run without any changes.")
 (define-public fetchmail
   (package
     (name "fetchmail")
-    (version "6.4.21")
+    (version "6.4.22")
     (source
      (origin
        (method url-fetch)
@@ -529,7 +529,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "07cxr5137hvrk8jfgn4wd6sq9361c3d40w8krnjxm8fpmwf9qiba"))))
+        (base32 "111cc6zfmb53f2a844iiyp3j2symcg8xd4m2kwb04mj3b6yihs6c"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))



reply via email to

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