unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 50584@debbugs.gnu.org
Subject: [bug#50584] [PATCH] gnu: fetchmail: Update to 6.4.22 [fixes CVE-2021-39272].
Date: Tue, 14 Sep 2021 17:46:46 +0200	[thread overview]
Message-ID: <18cebb0861063220aeac2a822ff0a93838e21d79.1631634397.git.public@yoctocell.xyz> (raw)

* 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







             reply	other threads:[~2021-09-14 16:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14 15:46 Xinglu Chen [this message]
2021-09-19 12:33 ` bug#50584: [PATCH] gnu: fetchmail: Update to 6.4.22 [fixes CVE-2021-39272] 宋文武

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=18cebb0861063220aeac2a822ff0a93838e21d79.1631634397.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=50584@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).