summaryrefslogtreecommitdiff
path: root/security/ykpers
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2013-03-16 20:07:29 +0000
committerpettai <pettai@pkgsrc.org>2013-03-16 20:07:29 +0000
commit990f78d0b53774f0c3ee5cee9fa4c85acb258f96 (patch)
treed4381ffdcb7e9e0bdba54f7d3a864531d944df44 /security/ykpers
parentbf315857ca3cf09f3f897d256d36bbcb3c58c978 (diff)
downloadpkgsrc-990f78d0b53774f0c3ee5cee9fa4c85acb258f96.tar.gz
Version 1.11.3 (released 2013-01-09)
* Fixup of broken release. Version 1.11.2 (released 2013-01-09) * Fix a bug where writing a NDEF with unknown prefix ended up writing invalid data to the YubiKey NEO. Wrote prefix as 0x24 instead of 0x00. * Don't allow opening a YubiKey if there's more than one present in the system. * Fix shared linking of ykinfo and ykchalresp. Version 1.11.1 (released 2012-12-21) * Implement ykusb_strerror() on windows. * Fix a bug where a YubiKey would fail to be recognized if there was another device from Yubico (vendor id 1050) inserted and looked at before in the device chain. * Fix a bug where you could only set 8 bytes of the public id with the command line tool, now all 16 bytes can be set. * Documentation updates and fixes. Version 1.11.0 (released 2012-12-12) * Added version symbols and functions. The header file is "ykpers-version.h" and it contains the following symbols and functions: YKPERS_VERSION_STRING, YKPERS_VERSION_NUMBER, YKPERS_VERSION_MAJOR, YKPERS_VERSION_MINOR, YKPERS_VERSION_PATCH, ykpers_check_version. Version 1.10.0 (released 2012-12-11) * Support for the new productId of the production Neo. Has ProducId 0x110, 0x111 or 0x112 depending on mode (see the notes about -m and device_config). * Add support for SLOT_NDEF2. Use SLOT_NDEF to emit slot 1 as NDEF or SLOT_NDEF2 to emit slot 2. This also adds the function yk_write_ndef2() that takes a slot parameter. * Add -m flag for ykpersonalize, set usb mode of YubiKey NEO. 0 means pure YubiKey mode, 1 means pure CCID mode and 2 means YubiKey/CCID composite mode. Add 80 to set EJECT_FLAG. To use this with the api, see the functions: ykp_alloc_device_config(), ykp_free_device_config(), ykp_set_device_mode(), ykp_set_device_chalresp_timeout(), ykp_set_device_autoeject_time() and yk_write_device_config(). * Add -S flag for ykpersonalize, set the scanmap of the YubiKey NEO. Take an 90 character string describing 45 scancodes. See man page for more info. To use this with the api see yk_write_scan_map(). * In the api add ykp_ndef_as_text() to export the text from a YK_NDEF structure. * Higher timeout for configuration writes as in particular swap can take longer than 600 ms.
Diffstat (limited to 'security/ykpers')
-rw-r--r--security/ykpers/Makefile4
-rw-r--r--security/ykpers/PLIST3
-rw-r--r--security/ykpers/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile
index 317d34cb8a8..7802d8dc57c 100644
--- a/security/ykpers/Makefile
+++ b/security/ykpers/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2012/11/19 11:40:27 pettai Exp $
+# $NetBSD: Makefile,v 1.6 2013/03/16 20:07:29 pettai Exp $
#
-DISTNAME= ykpers-1.9.0
+DISTNAME= ykpers-1.11.3
CATEGORIES= security
MASTER_SITES= http://yubikey-personalization.googlecode.com/files/
diff --git a/security/ykpers/PLIST b/security/ykpers/PLIST
index b2649ceaf70..9a6895045c1 100644
--- a/security/ykpers/PLIST
+++ b/security/ykpers/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2012/11/19 11:40:27 pettai Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/03/16 20:07:29 pettai Exp $
bin/ykchalresp
bin/ykinfo
bin/ykpersonalize
include/ykpers-1/ykcore.h
include/ykpers-1/ykdef.h
include/ykpers-1/ykpbkdf2.h
+include/ykpers-1/ykpers-version.h
include/ykpers-1/ykpers.h
include/ykpers-1/ykstatus.h
lib/libykpers-1.la
diff --git a/security/ykpers/distinfo b/security/ykpers/distinfo
index f5f48b9856e..42af33450c1 100644
--- a/security/ykpers/distinfo
+++ b/security/ykpers/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2012/11/19 11:40:27 pettai Exp $
+$NetBSD: distinfo,v 1.6 2013/03/16 20:07:29 pettai Exp $
-SHA1 (ykpers-1.9.0.tar.gz) = 25b44ef793ddd00917447b00b71dc3b683cb56ad
-RMD160 (ykpers-1.9.0.tar.gz) = 3ab0ee4ca8ba30f2a538831be0081ed5dab6d38b
-Size (ykpers-1.9.0.tar.gz) = 454253 bytes
+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 (patch-Makefile_in) = 78b1667f52367d3ccc9ee637fb2cb40ebd5b2f02