From e96bbd83eab9d018369d0151a439f4b05d1421db Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 31 May 2012 09:55:22 +0200 Subject: [PATCH] Bump libyubikey to 1.9. --- NEWS | 2 ++ ykpers4win.mk | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 79700a7..9c591f8 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- * Version 1.6.5 (unreleased) +** Windows: Bump yubico-c dependency to version 1.9. + ** Windows: Build fixes related to self checks. * Version 1.6.4 (released 2012-05-24) diff --git a/ykpers4win.mk b/ykpers4win.mk index 07dbb5d..3e98d2b 100644 --- a/ykpers4win.mk +++ b/ykpers4win.mk @@ -26,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -LIBYUBIKEYVERSION=1.7 +LIBYUBIKEYVERSION=1.9 PROJECT=yubikey-personalization PACKAGE=ykpers @@ -44,7 +44,8 @@ usage: ykpers4win: rm -rf tmp && mkdir tmp && cd tmp && \ - wget http://yubico-c.googlecode.com/files/libyubikey-$(LIBYUBIKEYVERSION).tar.gz && \ + cp ../libyubikey-$(LIBYUBIKEYVERSION).tar.gz . \ + || wget http://yubico-c.googlecode.com/files/libyubikey-$(LIBYUBIKEYVERSION).tar.gz && \ tar xfa libyubikey-$(LIBYUBIKEYVERSION).tar.gz && \ cd libyubikey-$(LIBYUBIKEYVERSION) && \ ./configure --host=$(HOST) --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root && \ -- 2.39.5