diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-07-31 13:52:21 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-08-04 10:45:16 +0300 |
commit | e7d32b4bccc2f0f390cd4efbdc86556ffe6a63d5 (patch) | |
tree | 1d1eb93c56041be013c4b0ed97e1fb978ba143f0 | |
parent | 1914d24b452ca6dad30fad6f1faa5f611fa740b0 (diff) | |
download | guix-e7d32b4bccc2f0f390cd4efbdc86556ffe6a63d5.tar.gz |
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>
-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 f75cd910e5..2a3a5834f8 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.19") + (version "6.4.20") (source (origin (method url-fetch) @@ -506,7 +506,7 @@ to run without any changes.") (version-major+minor version) "/" "fetchmail-" version ".tar.xz")) (sha256 - (base32 "0pvbknpimf38ws4gskad79wd1cvy62kcsjy65sm0rr83s6ii33fd")))) + (base32 "0xk171sbxcwjh1ibpipryw5sv4sy7jjfvhn5n373j04g5sp428f8")))) (build-system gnu-build-system) (inputs `(("openssl" ,openssl))) |