me
/
guix
Archived
1
0
Fork 0

gnu: yubico-pam: Update to 2.27.

* gnu/packages/authentication.scm (yubico-pam): Update to 2.27.
Ricardo Wurmus 2022-01-13 00:12:12 +01:00
parent 09adf9c983
commit a343312ec6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 25 additions and 27 deletions

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019, 2020 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2019, 2020, 2022 Ricardo Wurmus <rekado@elephly.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -89,20 +89,18 @@ data.")
license:gpl3+)))) ; the tools (everything else) license:gpl3+)))) ; the tools (everything else)
(define-public yubico-pam (define-public yubico-pam
(let ((commit "b5bd00db81e0e0e0ecced65c684080bb56ddc35b")
(revision "0"))
(package (package
(name "yubico-pam") (name "yubico-pam")
(version (git-version "2.26" revision commit)) (version "2.27")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/Yubico/yubico-pam") (url "https://github.com/Yubico/yubico-pam")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"10dq8dqi3jldllj6p8r9hldx9sank9n82c44w8akxrs1vli6nj3m")))) "0hb773zlf11xz4bwmsqv2mq5d4aq2g0crdr5cp9xwc4ivi5gd4kg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; The pam_test fails because ykclient fails to build a Curl handle. ;; The pam_test fails because ykclient fails to build a Curl handle.
@ -115,7 +113,7 @@ data.")
(synopsis "Yubico pluggable authentication module") (synopsis "Yubico pluggable authentication module")
(description "The Yubico PAM module provides an easy way to integrate the (description "The Yubico PAM module provides an easy way to integrate the
YubiKey into your existing user authentication infrastructure.") YubiKey into your existing user authentication infrastructure.")
(license license:bsd-2)))) (license license:bsd-2)))
(define-public pamtester (define-public pamtester
(package (package