me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnupg.scm (libksba/fixed): Update to 1.6.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Simon Josefsson 2022-12-24 19:21:53 +01:00 committed by Ludovic Courtès
parent a70a1d8edf
commit a4461df9b2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -257,14 +257,14 @@ specifications are building blocks of S/MIME and TLS.")
(define libksba/fixed (define libksba/fixed
(package (package
(inherit libksba) (inherit libksba)
(version "1.6.2") (version "1.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://gnupg/libksba/libksba-" version ".tar.bz2")) "mirror://gnupg/libksba/libksba-" version ".tar.bz2"))
(sha256 (sha256
(base32 "0wf9j9hlzvgn0vz6zg3fvcmpdr62v8bz1kzsvzdbs4lqqp51rq7w")))))) (base32 "0p6y82j9y6n0l7scjgqhz3as9w13jiqjfx9n2jzynw89nf6wcwiz"))))))
(define-public npth (define-public npth
(package (package