mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: pam-u2f: Update to 3.1.2. [security fix]
This fixes the CVE-2025-23013. Change-Id: I4a7d37c25af38ff90bbae18adc0d4b145c7ad3c0 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
f646d189b1
commit
c029eb43b4
1 changed files with 2 additions and 2 deletions
|
@ -682,7 +682,7 @@ verifying the cryptographic operations.")
|
|||
(define-public pam-u2f
|
||||
(package
|
||||
(name "pam-u2f")
|
||||
(version "1.3.0")
|
||||
(version "1.3.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
|
@ -691,7 +691,7 @@ verifying the cryptographic operations.")
|
|||
(commit (string-append "pam_u2f-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1swvys98mw7ailllgqicvhj315qajhvqrmm314cp3bj0l76s9qpv"))))
|
||||
(base32 "0528r0q3j1d6cb3dzh9vgagr8v2b2y5yylykr1cqjmg9hvp35a4i"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Add table
Reference in a new issue