unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49966] [PATCH] gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386].
@ 2021-08-09 17:48 Xinglu Chen
  2021-08-09 19:17 ` bug#49966: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-08-09 17:48 UTC (permalink / raw)
  To: 49966

* gnu/packages/mail.scm (fetchmail): Update to 6.4.21.
---
 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 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)))

base-commit: 30289f4d4638452520f52c1a36240220d0d940ff
-- 
2.32.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49966: [PATCH] gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386].
  2021-08-09 17:48 [bug#49966] [PATCH] gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386] Xinglu Chen
@ 2021-08-09 19:17 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-08-09 19:17 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 49966-done

On Mon, Aug 09, 2021 at 07:48:09PM +0200, Xinglu Chen wrote:
> * gnu/packages/mail.scm (fetchmail): Update to 6.4.21.

Thanks! Pushed as f4bf6165deec25cf45151cb60c1ee71f8506cfd4




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-09 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 17:48 [bug#49966] [PATCH] gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386] Xinglu Chen
2021-08-09 19:17 ` bug#49966: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).