mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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:
parent
648884fb09
commit
fd854a6554
1 changed files with 2 additions and 2 deletions
|
@ -521,7 +521,7 @@ (define-public nullmailer
|
||||||
(define-public fetchmail
|
(define-public fetchmail
|
||||||
(package
|
(package
|
||||||
(name "fetchmail")
|
(name "fetchmail")
|
||||||
(version "6.4.21")
|
(version "6.4.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -529,7 +529,7 @@ (define-public fetchmail
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"fetchmail-" version ".tar.xz"))
|
"fetchmail-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07cxr5137hvrk8jfgn4wd6sq9361c3d40w8krnjxm8fpmwf9qiba"))))
|
(base32 "111cc6zfmb53f2a844iiyp3j2symcg8xd4m2kwb04mj3b6yihs6c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)))
|
`(("openssl" ,openssl)))
|
||||||
|
|
Loading…
Reference in a new issue