Version 1.13.0 (released 2013-04-22)
* Added import/export of ycfg-json format. Invoke with -fjson to -s or -i Add exported functions ykp_export_config() and ykp_import_config() * Fixup output of flags when using ykp_write_config() * Add binary builds for mac. * Minor cleanups noticed during debian packaging. Version 1.12.0 (released 2013-03-14) * Recognize firmwares 2.4 and 3.1. * Add support for setting the new extflag LED_INV When set the behaviour of the led on the YubiKey is inversed. (Moved HOMEPAGE and MASTER_SITES to the new GitHub project URLs)
This commit is contained in:
parent
fa50e8eb99
commit
5d3f2bf912
2 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.6 2013/03/16 20:07:29 pettai Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/06/16 09:39:07 pettai Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ykpers-1.11.3
|
||||
DISTNAME= ykpers-1.13.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://yubikey-personalization.googlecode.com/files/
|
||||
MASTER_SITES= http://yubico.github.io/yubikey-personalization/releases/
|
||||
|
||||
MAINTAINER= pettai@NetBSD.org
|
||||
HOMEPAGE= http://code.google.com/p/yubikey-personalization/
|
||||
HOMEPAGE= http://yubico.github.io/yubikey-personalization/
|
||||
COMMENT= Yubico's YubiKey re-programming toolkit
|
||||
LICENSE= modified-bsd
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2013/03/16 20:07:29 pettai Exp $
|
||||
$NetBSD: distinfo,v 1.7 2013/06/16 09:39:07 pettai Exp $
|
||||
|
||||
SHA1 (ykpers-1.11.3.tar.gz) = 252c2748e862c3b44fbe4a1d8e04729d40a8accf
|
||||
RMD160 (ykpers-1.11.3.tar.gz) = 7587fb00e22f3535b23a72f2e09e2bde0edb4d6b
|
||||
Size (ykpers-1.11.3.tar.gz) = 463589 bytes
|
||||
SHA1 (ykpers-1.13.0.tar.gz) = dcf3b1d8749c3bfda9bc84e469d4676fdb22ae23
|
||||
RMD160 (ykpers-1.13.0.tar.gz) = c5c4f6f53c8086ce49f44510858d21adf8433c85
|
||||
Size (ykpers-1.13.0.tar.gz) = 471219 bytes
|
||||
SHA1 (patch-Makefile_in) = 78b1667f52367d3ccc9ee637fb2cb40ebd5b2f02
|
||||
|
|
Loading…
Reference in a new issue