guix-patches
[Top][All Lists]
Advanced

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

[bug#49790] [PATCH] gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-383


From: Xinglu Chen
Subject: [bug#49790] [PATCH] gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].
Date: Sat, 31 Jul 2021 13:52:21 +0200

* gnu/packages/mail.scm (fetchmail): Update to 6.4.20.
---
 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 c207d363cf..d9654e1dfb 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.19")
+    (version "6.4.20")
     (source
      (origin
        (method url-fetch)
@@ -506,7 +506,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "0pvbknpimf38ws4gskad79wd1cvy62kcsjy65sm0rr83s6ii33fd"))))
+        (base32 "0xk171sbxcwjh1ibpipryw5sv4sy7jjfvhn5n373j04g5sp428f8"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))

base-commit: 00c55e856f532ef845f78144fdf2ff938ca3dffd
-- 
2.32.0







reply via email to

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