unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49790] [PATCH] gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].
@ 2021-07-31 11:52 Xinglu Chen
  2021-08-04  7:46 ` bug#49790: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-07-31 11:52 UTC (permalink / raw)
  To: 49790

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

base-commit: 00c55e856f532ef845f78144fdf2ff938ca3dffd
-- 
2.32.0






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

* bug#49790: [PATCH] gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].
  2021-07-31 11:52 [bug#49790] [PATCH] gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386] Xinglu Chen
@ 2021-08-04  7:46 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-08-04  7:46 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 49790-done

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Patch pushed. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-08-04  7:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-31 11:52 [bug#49790] [PATCH] gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386] Xinglu Chen
2021-08-04  7:46 ` bug#49790: " Efraim Flashner

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