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>
This commit is contained in:
Xinglu Chen 2021-09-14 17:46:46 +02:00 committed by 宋文武
parent 648884fb09
commit fd854a6554
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -521,7 +521,7 @@ (define-public nullmailer
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.21")
(version "6.4.22")
(source
(origin
(method url-fetch)
@ -529,7 +529,7 @@ (define-public fetchmail
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "07cxr5137hvrk8jfgn4wd6sq9361c3d40w8krnjxm8fpmwf9qiba"))))
(base32 "111cc6zfmb53f2a844iiyp3j2symcg8xd4m2kwb04mj3b6yihs6c"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))