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:
parent
1914d24b45
commit
e7d32b4bcc
1 changed files with 2 additions and 2 deletions
|
@ -498,7 +498,7 @@ to run without any changes.")
|
||||||
(define-public fetchmail
|
(define-public fetchmail
|
||||||
(package
|
(package
|
||||||
(name "fetchmail")
|
(name "fetchmail")
|
||||||
(version "6.4.19")
|
(version "6.4.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -506,7 +506,7 @@ to run without any changes.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"fetchmail-" version ".tar.xz"))
|
"fetchmail-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pvbknpimf38ws4gskad79wd1cvy62kcsjy65sm0rr83s6ii33fd"))))
|
(base32 "0xk171sbxcwjh1ibpipryw5sv4sy7jjfvhn5n373j04g5sp428f8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)))
|
`(("openssl" ,openssl)))
|
||||||
|
|
Reference in a new issue