diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-09-14 17:46:46 +0200 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2021-09-19 20:32:06 +0800 |
commit | fd854a6554253dade14f0be548da2c078043eef6 (patch) | |
tree | 8a3cde458184427856e378bed230a8be3ff3e527 /gnu | |
parent | 648884fb09f43091ac2ee61e9b79e18271eb29e8 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 7dc223186f..62b78ae732 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -521,7 +521,7 @@ to run without any changes.") (define-public fetchmail (package (name "fetchmail") - (version "6.4.21") + (version "6.4.22") (source (origin (method url-fetch) @@ -529,7 +529,7 @@ to run without any changes.") (version-major+minor version) "/" "fetchmail-" version ".tar.xz")) (sha256 - (base32 "07cxr5137hvrk8jfgn4wd6sq9361c3d40w8krnjxm8fpmwf9qiba")))) + (base32 "111cc6zfmb53f2a844iiyp3j2symcg8xd4m2kwb04mj3b6yihs6c")))) (build-system gnu-build-system) (inputs `(("openssl" ,openssl))) |