unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 49790@debbugs.gnu.org
Subject: [bug#49790] [PATCH] gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].
Date: Sat, 31 Jul 2021 13:52:21 +0200	[thread overview]
Message-ID: <f5b5173fed1e20c849cd5bd188b1552f3d963605.1627732327.git.public@yoctocell.xyz> (raw)

* 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






             reply	other threads:[~2021-07-31 11:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-31 11:52 Xinglu Chen [this message]
2021-08-04  7:46 ` bug#49790: [PATCH] gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386] Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f5b5173fed1e20c849cd5bd188b1552f3d963605.1627732327.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=49790@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).