gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].

* gnu/packages/mail.scm (fetchmail): Update to 6.4.20.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Xinglu Chen 2021-07-31 13:52:21 +02:00 committed by Efraim Flashner
parent 1914d24b45
commit e7d32b4bcc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -498,7 +498,7 @@ (define-public nullmailer
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.19")
(version "6.4.20")
(source
(origin
(method url-fetch)
@ -506,7 +506,7 @@ (define-public fetchmail
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "0pvbknpimf38ws4gskad79wd1cvy62kcsjy65sm0rr83s6ii33fd"))))
(base32 "0xk171sbxcwjh1ibpipryw5sv4sy7jjfvhn5n373j04g5sp428f8"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))