diff options
| author | NoƩ Lopez <noelopez@free.fr> | 2026-03-15 16:46:56 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-22 09:43:40 +0100 |
| commit | b724894fa83df936154ed06a2e93190d367dbf08 (patch) | |
| tree | 18c9b6465cbeb6f5fbec36362c542effb373193d /gnu/packages/security-token.scm | |
| parent | e4bbafdf63a2d26c91453d585d43052413c50a9e (diff) | |
gnu: softhsm: Update to 2.7.0.
* gnu/packages/security-token.scm (softhsm): Update to 2.7.0.
[source]: Switch to git source.
[inputs]: Add autoconf, automake, and libtool. Sort alphabetically.
Change-Id: I4c1dd367b76dad448b32fb300d4f9707335497f5
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/security-token.scm')
| -rw-r--r-- | gnu/packages/security-token.scm | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 8dc5c4b18d9..5aa7d80034f 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm | |||
| @@ -223,16 +223,16 @@ the low-level development kit for the Yubico YubiKey authentication device.") | |||
| 223 | (define-public softhsm | 223 | (define-public softhsm |
| 224 | (package | 224 | (package |
| 225 | (name "softhsm") | 225 | (name "softhsm") |
| 226 | (version "2.6.1") | 226 | (version "2.7.0") |
| 227 | (source (origin | 227 | (source (origin |
| 228 | (method url-fetch) | 228 | (method git-fetch) |
| 229 | (uri (string-append | 229 | (uri (git-reference |
| 230 | "https://dist.opendnssec.org/source/" | 230 | (url "https://github.com/softhsm/SoftHSMv2.git") |
| 231 | "softhsm-" version ".tar.gz")) | 231 | (commit version))) |
| 232 | (file-name (git-file-name name version)) | ||
| 232 | (sha256 | 233 | (sha256 |
| 233 | (base32 | 234 | (base32 |
| 234 | "1wkmyi6n3z2pak1cj5yk6v6bv9w0m24skycya48iikab0mrr8931")) | 235 | "0km7pnwp1ny7k317srpagwp3mnb5f5b1d82fj07hqgcmc209s2l3")))) |
| 235 | (patches (search-patches "softhsm-fix-openssl3-tests.patch")))) | ||
| 236 | (build-system gnu-build-system) | 236 | (build-system gnu-build-system) |
| 237 | (arguments | 237 | (arguments |
| 238 | (list #:configure-flags | 238 | (list #:configure-flags |
| @@ -240,7 +240,12 @@ the low-level development kit for the Yubico YubiKey authentication device.") | |||
| 240 | (string-append "--with-p11-kit=" | 240 | (string-append "--with-p11-kit=" |
| 241 | #$output "/share/p11-kit/modules")))) | 241 | #$output "/share/p11-kit/modules")))) |
| 242 | (inputs (list openssl)) | 242 | (inputs (list openssl)) |
| 243 | (native-inputs (list pkg-config cppunit)) | 243 | (native-inputs |
| 244 | (list autoconf | ||
| 245 | automake | ||
| 246 | cppunit | ||
| 247 | libtool | ||
| 248 | pkg-config)) | ||
| 244 | (synopsis "Software implementation of a generic cryptographic device") | 249 | (synopsis "Software implementation of a generic cryptographic device") |
| 245 | (description | 250 | (description |
| 246 | "SoftHSM 2 is a software implementation of a generic cryptographic device | 251 | "SoftHSM 2 is a software implementation of a generic cryptographic device |
