all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Josefsson via Guix-patches via <guix-patches@gnu.org>
To: 60302@debbugs.gnu.org
Subject: [bug#60302] [PATCH] gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629].
Date: Sat, 24 Dec 2022 19:21:53 +0100	[thread overview]
Message-ID: <873594irwe.fsf@josefsson.org> (raw)

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

* gnu/packages/gnupg.scm (libksba/fixed): Update to 1.6.3.
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 13b603b64a..ffd5d62a71 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -257,14 +257,14 @@ (define-public libksba
 (define libksba/fixed
   (package
     (inherit libksba)
-    (version "1.6.2")
+    (version "1.6.3")
         (source
      (origin
       (method url-fetch)
       (uri (string-append
             "mirror://gnupg/libksba/libksba-" version ".tar.bz2"))
       (sha256
-       (base32 "0wf9j9hlzvgn0vz6zg3fvcmpdr62v8bz1kzsvzdbs4lqqp51rq7w"))))))
+       (base32 "0p6y82j9y6n0l7scjgqhz3as9w13jiqjfx9n2jzynw89nf6wcwiz"))))))
 
 (define-public npth
   (package
-- 
2.38.1


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

             reply	other threads:[~2022-12-24 18:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-24 18:21 Simon Josefsson via Guix-patches via [this message]
2022-12-27 22:29 ` bug#60302: [PATCH] gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629] Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=873594irwe.fsf@josefsson.org \
    --to=guix-patches@gnu.org \
    --cc=60302@debbugs.gnu.org \
    --cc=simon@josefsson.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.