gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].
authorXinglu Chen <public@yoctocell.xyz>
Sat, 31 Jul 2021 11:52:21 +0000 (13:52 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 4 Aug 2021 07:45:16 +0000 (10:45 +0300)
* gnu/packages/mail.scm (fetchmail): Update to 6.4.20.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/mail.scm

index f75cd91..2a3a583 100644 (file)
@@ -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)))