Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : libu2f-server | name : libu2f-server | ||||
| version : 1.0.1 | version : 1.1.0 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://developers.yubico.com/libu2f-server/Releases/libu2f-server-1.0.1.tar.xz : a618f59051209d6d70c24cf42d64c9b67bd7dd5946b6dbd2c649181d7e8f1f6e | - https://developers.yubico.com/libu2f-server/Releases/libu2f-server-1.1.0.tar.xz : 8dcd3caeacebef6e36a42462039fd035e45fa85653dcb2013f45e15aad49a277 | ||||
| license : BSD-2-Clause | license : BSD-2-Clause | ||||
| component : security.library | component : security.library | ||||
| summary : Yubico Universal 2nd Factor (U2F) Server C Library | summary : Yubico Universal 2nd Factor (U2F) Server C Library | ||||
| description: | | description: | | ||||
| This is a C library that implements the server-side of the U2F protocol. More precisely, it provides an API for generating the JSON blobs required by U2F devices to perform the U2F Registration and U2F Authentication operations, and functionality for verifying the cryptographic operations. For the host side see libu2f-host. | This is a C library that implements the server-side of the U2F protocol. More precisely, it provides an API for generating the JSON blobs required by U2F devices to perform the U2F Registration and U2F Authentication operations, and functionality for verifying the cryptographic operations. For the host side see libu2f-host. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(json-c) | - pkgconfig(json-c) | ||||
| - pkgconfig(libssl) | - pkgconfig(libssl) | ||||
| - pkgconfig(check) | - pkgconfig(check) | ||||
| - gengetopt | |||||
| - help2man | |||||
| setup : | | setup : | | ||||
| %configure --disable-static | %configure --disable-static --enable-tests | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| check : | | check : | | ||||
| %make check | %make check | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.