diff options
author | pettai <pettai@pkgsrc.org> | 2013-06-16 09:39:07 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2013-06-16 09:39:07 +0000 |
commit | 5d3f2bf9122b89e6e298755211068f8102b7ee80 (patch) | |
tree | b83ddcb96cefbc6fcaad732b95ff317344f35854 /security/ykpers | |
parent | fa50e8eb99366c572f4aa26e8ea1f13bb34fbefe (diff) | |
download | pkgsrc-5d3f2bf9122b89e6e298755211068f8102b7ee80.tar.gz |
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)
Diffstat (limited to 'security/ykpers')
-rw-r--r-- | security/ykpers/Makefile | 8 | ||||
-rw-r--r-- | security/ykpers/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile index 7802d8dc57c..05d4092269d 100644 --- a/security/ykpers/Makefile +++ b/security/ykpers/Makefile @@ -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 diff --git a/security/ykpers/distinfo b/security/ykpers/distinfo index 42af33450c1..4286c8ca065 100644 --- a/security/ykpers/distinfo +++ b/security/ykpers/distinfo @@ -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 |