[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-
From: |
guix-commits |
Subject: |
branch master updated: gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386]. |
Date: |
Wed, 04 Aug 2021 03:46:07 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e7d32b4 gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].
e7d32b4 is described below
commit e7d32b4bccc2f0f390cd4efbdc86556ffe6a63d5
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Jul 31 13:52:21 2021 +0200
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>
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index f75cd91..2a3a583 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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].,
guix-commits <=