summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-08-09 19:48:09 +0200
committerLeo Famulari <leo@famulari.name>2021-07-27 12:34:56 -0400
commitf4bf6165deec25cf45151cb60c1ee71f8506cfd4 (patch)
tree4c052c632606d56e996cd3dfe1343bc6b66761f7 /gnu
parent7bd5f72918556359e502fee73e8a7b0e725b901f (diff)
downloadguix-patches-f4bf6165deec25cf45151cb60c1ee71f8506cfd4.tar
guix-patches-f4bf6165deec25cf45151cb60c1ee71f8506cfd4.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3e162bd28b..13761fa4b3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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)))