diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-16 08:40:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-16 08:40:37 +0700 |
commit | 2a0a6a39f515afb1a4cb41bb43ebb68b2fc7bea5 (patch) | |
tree | 8524b8f9afd3fc0dfa324bff60f2b83e33032674 /libraries/libu2f-host | |
parent | 3a8415d3187fb001352c89aa0a3f78e7e1b1beec (diff) | |
download | slackbuilds-2a0a6a39f515afb1a4cb41bb43ebb68b2fc7bea5.tar.gz |
libraries/libu2f-host: Updated for version 1.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libu2f-host')
-rw-r--r-- | libraries/libu2f-host/libu2f-host.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/libu2f-host/libu2f-host.info | 6 | ||||
-rw-r--r-- | libraries/libu2f-host/makefile.patch | 26 |
3 files changed, 4 insertions, 32 deletions
diff --git a/libraries/libu2f-host/libu2f-host.SlackBuild b/libraries/libu2f-host/libu2f-host.SlackBuild index c586ebbc79..e5fc09e8d2 100644 --- a/libraries/libu2f-host/libu2f-host.SlackBuild +++ b/libraries/libu2f-host/libu2f-host.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libu2f-host SRCNAM=libu2f-host-libu2f-host -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,8 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/makefile.patch - autoreconf -fi CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/libraries/libu2f-host/libu2f-host.info b/libraries/libu2f-host/libu2f-host.info index 991466b425..47f70f145e 100644 --- a/libraries/libu2f-host/libu2f-host.info +++ b/libraries/libu2f-host/libu2f-host.info @@ -1,8 +1,8 @@ PRGNAM="libu2f-host" -VERSION="1.1.2" +VERSION="1.1.3" HOMEPAGE="https://github.com/Yubico/libu2f-host" -DOWNLOAD="https://github.com/Yubico/libu2f-host/archive/libu2f-host-1.1.2.tar.gz" -MD5SUM="19a32863556e5ee87b8f16b9296029b5" +DOWNLOAD="https://github.com/Yubico/libu2f-host/archive/libu2f-host-1.1.3.tar.gz" +MD5SUM="2b38b08573ee31a8e778c3863dee281c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="hidapi gengetopt" diff --git a/libraries/libu2f-host/makefile.patch b/libraries/libu2f-host/makefile.patch deleted file mode 100644 index 7a73947b7e..0000000000 --- a/libraries/libu2f-host/makefile.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f241518e0dfd896eee6886aad2f3f6f8ef83f6da Mon Sep 17 00:00:00 2001 -From: Christian Hesse <mail@eworm.de> -Date: Tue, 14 Oct 2014 11:25:54 +0200 -Subject: [PATCH 1/1] Makefile: make help2man depend on u2f-host, not - u2f-host.c - ---- - src/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index e9159a7..1afdddd 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -35,7 +35,7 @@ MAINTAINERCLEANFILES = $(BUILT_SOURCES) - dist_man_MANS = u2f-host.1 - DISTCLEANFILES = $(dist_man_MANS) - --u2f-host.1: $(srcdir)/u2f-host.c $(srcdir)/cmdline.ggo $(top_srcdir)/configure.ac -+u2f-host.1: $(builddir)/u2f-host$(EXEEXT) $(srcdir)/cmdline.ggo $(top_srcdir)/configure.ac - $(AM_V_GEN)$(HELP2MAN) \ - --output=$@ $(builddir)/u2f-host$(EXEEXT) \ - --name="Yubico Universal 2nd Factor (U2F) Host Tool" \ --- -2.1.2 - |