diff options
| author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-11-17 16:29:59 +0100 |
|---|---|---|
| committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-06 14:27:55 +0100 |
| commit | 0c5d7b8480234f739448956f508307e64e8e45fa (patch) | |
| tree | 9ca159ecdaf70340fa0851c45bac5c489958a32a /gnu/packages | |
| parent | d75d1fe6ac7ded7e61322d18b07d347beb609aa0 (diff) | |
gnu: Update otpclient to 4.0.2
Requires updating `libcotp` to 3.1.0, that introduced a new way for
testing that requires `criterium`, a package we don't have and that has
dependencies that we don't have either.
As the tests in `libcotp` are not an exhaustive testsuite and
`otpclient` is its only dependent package, tests are disabled for the
moment.
* gnu/packages/authentication.scm (libcotp): Update to 3.1.0
[arguments] Disable tests.
* gnu/packages/password-utils.scm (otpclient): Update to 4.0.2
Change-Id: Ie6d37b5efe59397d4979c7490b94f1c871c27d6d
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/authentication.scm | 10 | ||||
| -rw-r--r-- | gnu/packages/password-utils.scm | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm index da778de4cb7..d6b5cedb202 100644 --- a/gnu/packages/authentication.scm +++ b/gnu/packages/authentication.scm | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (define-public libcotp | 39 | (define-public libcotp |
| 40 | (package | 40 | (package |
| 41 | (name "libcotp") | 41 | (name "libcotp") |
| 42 | (version "2.0.1") | 42 | (version "3.1.0") |
| 43 | (source | 43 | (source |
| 44 | (origin | 44 | (origin |
| 45 | (method git-fetch) | 45 | (method git-fetch) |
| @@ -48,8 +48,14 @@ | |||
| 48 | (commit (string-append "v" version)))) | 48 | (commit (string-append "v" version)))) |
| 49 | (file-name (git-file-name name version)) | 49 | (file-name (git-file-name name version)) |
| 50 | (sha256 | 50 | (sha256 |
| 51 | (base32 "12ps2msclcbv53gjf936cny10an8sc70b9frp6xxjirfn5jg2h63")))) | 51 | (base32 "1lw15blzzds3qq4ydhi6fsk189p1rbvzy5fzz4r3fv6wlmcyyprs")))) |
| 52 | (build-system cmake-build-system) | 52 | (build-system cmake-build-system) |
| 53 | (arguments `(#:tests? #f)) | ||
| 54 | ;; TODO: tests: | ||
| 55 | ;; Tests can be built with -DBUILD_TESTS=on. | ||
| 56 | ;; Tests don't have a general `check` target so they have to be run manually. | ||
| 57 | ;; Tests require `criterion`, which is not included in guix and has several | ||
| 58 | ;; bundled dependencies. | ||
| 53 | (inputs (list libgcrypt)) | 59 | (inputs (list libgcrypt)) |
| 54 | (native-inputs (list pkg-config)) | 60 | (native-inputs (list pkg-config)) |
| 55 | (home-page "https://github.com/paolostivanin/libcotp") | 61 | (home-page "https://github.com/paolostivanin/libcotp") |
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index dcd155835ad..2820fa60d0b 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm | |||
| @@ -328,7 +328,7 @@ Counterpane's Passwordsafe.") | |||
| 328 | (define-public otpclient | 328 | (define-public otpclient |
| 329 | (package | 329 | (package |
| 330 | (name "otpclient") | 330 | (name "otpclient") |
| 331 | (version "3.1.9") | 331 | (version "4.0.2") |
| 332 | (source | 332 | (source |
| 333 | (origin | 333 | (origin |
| 334 | (method git-fetch) | 334 | (method git-fetch) |
| @@ -337,7 +337,7 @@ Counterpane's Passwordsafe.") | |||
| 337 | (commit (string-append "v" version)))) | 337 | (commit (string-append "v" version)))) |
| 338 | (file-name (git-file-name name version)) | 338 | (file-name (git-file-name name version)) |
| 339 | (sha256 | 339 | (sha256 |
| 340 | (base32 "0n5h76zwchdp3nbiczcfcg9sr0hbfs1npwq26x78rz8jf6md898m")))) | 340 | (base32 "061idzh9sz556nm7ahjrvcbnbmgvgfwmph1lfiy7bcvj1g3rf8cm")))) |
| 341 | (build-system cmake-build-system) | 341 | (build-system cmake-build-system) |
| 342 | (arguments | 342 | (arguments |
| 343 | (list | 343 | (list |
