diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -6,6 +6,7 @@ libu2f-server.so.0:u2fs_free_auth_res libu2f-server.so.0:u2fs_free_reg_res libu2f-server.so.0:u2fs_get_authentication_result +libu2f-server.so.0:u2fs_get_registration_attestation libu2f-server.so.0:u2fs_get_registration_keyHandle libu2f-server.so.0:u2fs_get_registration_publicKey libu2f-server.so.0:u2fs_global_done diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,3 +1,4 @@ libc.so.6 -libjson-c.so.2 +libcrypto.so.1.0.0 +libjson-c.so.3 libssl.so.1.0.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : libu2f-server -version : 1.0.1 -release : 1 +version : 1.1.0 +release : 2 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 component : security.library summary : Yubico Universal 2nd Factor (U2F) Server C Library @@ -12,8 +12,10 @@ - pkgconfig(json-c) - pkgconfig(libssl) - pkgconfig(check) + - gengetopt + - help2man setup : | - %configure --disable-static + %configure --disable-static --enable-tests build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ libu2f-server - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net BSD-2-Clause security.library @@ -31,7 +31,7 @@ programming.devel - libu2f-server + libu2f-server /usr/include/ @@ -39,23 +39,13 @@ /usr/lib64/pkgconfig/*.pc - - libu2f-server-docs - Documentation for libu2f-server - 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. - - programming.docs - - /usr/share/gtk-doc/html/ - - - - 2017-12-06 - 1.0.1 + + 2018-01-14 + 1.1.0 Packaging update - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file