From: Simon Josefsson Date: Thu, 31 May 2012 07:55:22 +0000 (+0200) Subject: Bump libyubikey to 1.9. X-Git-Tag: v1.7.0~3 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e96bbd83eab9d018369d0151a439f4b05d1421db;p=yubikey-personalization Bump libyubikey to 1.9. --- 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 && \