me
/
guix
Archived
1
0
Fork 0

gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386].

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

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Xinglu Chen 2021-08-09 19:48:09 +02:00 committed by Leo Famulari
parent 7bd5f72918
commit f4bf6165de
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -498,7 +498,7 @@ to run without any changes.")
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.20")
(version "6.4.21")
(source
(origin
(method url-fetch)
@ -506,7 +506,7 @@ to run without any changes.")
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "0xk171sbxcwjh1ibpipryw5sv4sy7jjfvhn5n373j04g5sp428f8"))))
(base32 "07cxr5137hvrk8jfgn4wd6sq9361c3d40w8krnjxm8fpmwf9qiba"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))