guix-patches
[Top][All Lists]
Advanced

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

[bug#50584] [PATCH] gnu: fetchmail: Update to 6.4.22 [fixes CVE-2021-392


From: Xinglu Chen
Subject: [bug#50584] [PATCH] gnu: fetchmail: Update to 6.4.22 [fixes CVE-2021-39272].
Date: Tue, 14 Sep 2021 17:46:46 +0200

* gnu/packages/mail.scm (fetchmail): Update to 6.4.22.
---
 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 ad2620cd61..5e5809027f 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)))

base-commit: a72519489f0178051b7049d5793d95d070ebef86
-- 
2.33.0








reply via email to

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