[PATCH] gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629].

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Simon Josefsson
Owner
unassigned
Submitted by
Simon Josefsson
Severity
normal

Debbugs page

Simon Josefsson wrote 2 years ago
(address . guix-patches@gnu.org)
873594irwe.fsf@josefsson.org
* gnu/packages/gnupg.scm (libksba/fixed): Update to 1.6.3.
---
gnu/packages/gnupg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
-----BEGIN PGP SIGNATURE-----

iIoEARYIADIWIQSjzJyHC50xCrrUzy9RcisI/kdFogUCY6dDQRQcc2ltb25Aam9z
ZWZzc29uLm9yZwAKCRBRcisI/kdFor+LAQCI7lqTllgCOi4JXc0AlRF2UAPN8U9M
sAtcHEOS/ER4LwD+OAJAoSagDOpw5iU2h5QL7FnjzA2zVqIDOlbk4+o9nAI=
=0hXw
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 2 years ago
(name . Simon Josefsson)(address . simon@josefsson.org)(address . 60302-done@debbugs.gnu.org)
87ilhwbhv6.fsf@gnu.org
Hi Simon,

Simon Josefsson <simon@josefsson.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/gnupg.scm (libksba/fixed): Update to 1.6.3.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60302@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60302
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help