unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50584] [PATCH] gnu: fetchmail: Update to 6.4.22 [fixes CVE-2021-39272].
@ 2021-09-14 15:46 Xinglu Chen
  2021-09-19 12:33 ` bug#50584: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-14 15:46 UTC (permalink / raw)
  To: 50584

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

base-commit: a72519489f0178051b7049d5793d95d070ebef86
-- 
2.33.0







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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 15:46 [bug#50584] [PATCH] gnu: fetchmail: Update to 6.4.22 [fixes CVE-2021-39272] Xinglu Chen
2021-09-19 12:33 ` bug#50584: " 宋文武

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).