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: 60304@debbugs.gnu.org
Subject: [bug#60304] [PATCH core-updates] gnu: libksba: Update to 1.6.3.
Date: Sun, 25 Dec 2022 00:28:00 +0100	[thread overview]
Message-ID: <87cz88crgf.fsf@josefsson.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 394 bytes --]

Hi.  

This patch updates libksba to 1.6.3 on the core-updates branch, which
goes together with the security graft to 'master' that I posted here:
https://lists.gnu.org/archive/html/guix-patches/2022-12/msg01053.html

I have built it and tried to test it, but I'm not certain what a good
way to test that a newly built package works as expected, so I'm looking
for feedback.

/Simon

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-libksba-Update-to-1.6.3.patch --]
[-- Type: text/x-patch, Size: 1091 bytes --]

From c4cccf53eb931493192af1f8e5bd52bbf1779664 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon@josefsson.org>
Date: Sun, 25 Dec 2022 00:19:28 +0100
Subject: [PATCH core-updates] gnu: libksba: Update to 1.6.3.

* gnu/packages/gnupg.scm (libksba): 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 e04c4671b4..6c103a4b36 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -233,7 +233,7 @@ (define-public libassuan
 (define-public libksba
   (package
     (name "libksba")
-    (version "1.6.1")
+    (version "1.6.3")
     (source
      (origin
       (method url-fetch)
@@ -242,7 +242,7 @@ (define-public libksba
             version ".tar.bz2"))
       (sha256
        (base32
-        "017aqq619yl1br46ghiw39n1yrh3cvdkhy926c4gl4faqdj0hxa0"))))
+        "0p6y82j9y6n0l7scjgqhz3as9w13jiqjfx9n2jzynw89nf6wcwiz"))))
     (build-system gnu-build-system)
     (propagated-inputs
      (list libgpg-error))
-- 
2.38.1


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

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-24 23:28 Simon Josefsson via Guix-patches via [this message]
2022-12-30 16:52 ` bug#60304: [PATCH core-updates] gnu: libksba: Update to 1.6.3 Tobias Geerinckx-Rice via Guix-patches via

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=87cz88crgf.fsf@josefsson.org \
    --to=guix-patches@gnu.org \
    --cc=60304@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.