[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74035] [PATCH v4 2/8] gnu: pam-u2f: Update to 1.3.0. [security fixe
From: |
Nicolas Graves |
Subject: |
[bug#74035] [PATCH v4 2/8] gnu: pam-u2f: Update to 1.3.0. [security fixes] |
Date: |
Wed, 6 Nov 2024 00:13:52 +0100 |
This fixes CVE-2021-31924.
* gnu/packages/security-token.scm (pam-u2f): Update to 1.3.0.
[inputs]: Add libfido2, openssl. Remove libu2f-host, libu2f-server.
[native-inputs]: Sort packages.
---
gnu/packages/security-token.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 5abb461c0c..156a7d5e28 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -682,7 +682,7 @@ (define-public libu2f-server
(define-public pam-u2f
(package
(name "pam-u2f")
- (version "1.0.8")
+ (version "1.3.0")
(source (origin
(method git-fetch)
(uri
@@ -691,17 +691,16 @@ (define-public pam-u2f
(commit (string-append "pam_u2f-" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "04d9davyi33gqbvga1rvh9fijp6f16mx2xmnn4n61rnhcn2jac98"))))
+ (base32
"1swvys98mw7ailllgqicvhj315qajhvqrmm314cp3bj0l76s9qpv"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list (string-append "--with-pam-dir="
(assoc-ref %outputs "out") "/lib/security"))))
(inputs
- (list libu2f-host libu2f-server linux-pam))
+ (list libfido2 linux-pam openssl))
(native-inputs
- (list autoconf automake libtool asciidoc pkg-config))
+ (list asciidoc autoconf automake libtool pkg-config))
(home-page "https://developers.yubico.com/pam-u2f/")
(synopsis "PAM module for U2F authentication")
(description
--
2.46.0
- [bug#74035] [PATCH v4 1/8] gnu: bart: Update to 0.9.00. [security fixes], Nicolas Graves, 2024/11/05
- [bug#74035] [PATCH v4 1/8] gnu: bart: Update to 0.9.00. [security fixes], Nicolas Graves, 2024/11/05
- [bug#74035] [PATCH v4 3/8] gnu: sendmail: Update to 8.18.1. [security fixes], Nicolas Graves, 2024/11/05
- [bug#74035] [PATCH v4 4/8] gnu: openvpn: Update to 2.6.12. [security fixes], Nicolas Graves, 2024/11/05
- [bug#74035] [PATCH v4 6/8] gnu: unicorn: Update to 2.1.1. [security fixes], Nicolas Graves, 2024/11/05
- [bug#74035] [PATCH v4 8/8] gnu: rnp: Update to 0.17.1. [security fixes], Nicolas Graves, 2024/11/05