me
/
guix
Archived
1
0
Fork 0

gnu: OpenSC: Update to 0.21.0 [fixes CVE-2020-{26570,26571,26572}].

* gnu/packages/security-token.scm (opensc): Update to 0.21.0.
master
Leo Famulari 2020-11-25 18:59:39 -05:00
parent 6a062ca176
commit 2853dadb3e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ website for more information about Yubico and the YubiKey.")
(define-public opensc
(package
(name "opensc")
(version "0.20.0")
(version "0.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -283,7 +283,7 @@ website for more information about Yubico and the YubiKey.")
version "/opensc-" version ".tar.gz"))
(sha256
(base32
"0qs8pabkrpj1z52bkdsk59s2z6q5m0hfh9d5j1f68qs4lksb9x5v"))))
"0pijycjwpll9zn83dazgsh8n9ywq0z1ragjsd1sqv3abrcfvpyrb"))))
(build-system gnu-build-system)
(arguments
`(#:phases