libu2f-host: rebuild against OpenSSL
This commit is contained in:
parent
39600bdb3c
commit
796f1b0167
2 changed files with 3 additions and 3 deletions
|
@ -2447,7 +2447,7 @@ libboinc_graphics2.so.7 boinc-nox-7.16.16_2
|
|||
libsynfig.so.0 synfig-1.0.1_1
|
||||
libhidapi-hidraw.so.0 hidapi-0.8.0rc1_1
|
||||
libhidapi-libusb.so.0 hidapi-0.8.0rc1_1
|
||||
libu2f-host.so.0 libu2f-host-1.0.0_1
|
||||
libu2f-host.so.0 libu2f-host-1.1.10_5
|
||||
libu2f-server.so.0 libu2f-server-1.0.1_2
|
||||
libsqlcipher.so.0 sqlcipher-3.3.1_1
|
||||
libgta.so.1 libgta-1.2.0_1
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libu2f-host'
|
||||
pkgname=libu2f-host
|
||||
version=1.1.10
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-openssl=yes"
|
||||
hostmakedepends="automake gengetopt libtool pkg-config"
|
||||
makedepends="hidapi-devel json-c-devel libressl-devel"
|
||||
makedepends="hidapi-devel json-c-devel openssl-devel"
|
||||
depends="libfido2"
|
||||
short_desc="C library and tool that implements the host-side of the U2F protocol"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Reference in a new issue