diff options
author | pettai <pettai> | 2012-11-10 20:53:43 +0000 |
---|---|---|
committer | pettai <pettai> | 2012-11-10 20:53:43 +0000 |
commit | a89dbdbeb008aac51428d725b61911fe6e06c3a5 (patch) | |
tree | a5826b1843d048237710a0e2af0ff671146d662a /security/ykpers | |
parent | fbd675852fdec3979b504880fc33e93835e6f877 (diff) | |
download | pkgsrc-a89dbdbeb008aac51428d725b61911fe6e06c3a5.tar.gz |
Version 1.8.2 (released 2012-10-17)
* Add udev rules files to packed distribution.
Version 1.8.1 (released 2012-10-17)
* Memory leak fixes and potential crash fixes in osx backend.
* Error reporting fixes in osx backend, reporting correct errors and
better errors.
* Provide new another udev permissions file that works on udev version
greater than 188. Autodetects from configure which to use.
* Add new binary ykinfo, can be used to get serial number, version and
touch level from a YubiKey.
Version 1.8.0 (released 2012-09-28)
* Added ./configure --enable-gcc-warnings to enable a lot of warnings.
* Added Continuous integration at travis-ci
(http://travis-ci.org/#!/Yubico/yubikey-personalization)
* Added yk_challenge_response() function for doing challenge response
with a key.
* Fixed functions for NDEF writing, adding:
ykp_ndef_alloc(), ykp_ndef_free() and ykp_set_ndef_access_code()
also providing compatible name YK_NDEF in ykcore.h and exporting
yk_write_ndef() there.
Change return values from ndef_construct_*() functions to make them
consistent with the rest of the library.
* Fixed a crash bug when the library was called from different threads.
* Check return code from libusb_init() so we avoid crashing there.
Also use a usb context instead of relying on default.
* Fix numerous warnings.
* Fix compilation in MSVC2010.
Version 1.7.0 (released 2012-06-07)
* Add support for new features in YubiKey 2.3:
ALLOW_UPDATE flag that allows updating of configuration in slots.
Update command (-u) to do update of existing config.
Swap command (-x) to swap contents of two updatable slots
DORMANT flag that's settable/removable if ALLOW_UPDATE is set
USE_NUMERIC_KEYPAD flag for sending the OATH OTP using keypad scan codes
instead
FAST_TRIG flag for faster triggering of slot one if slot two is empty
* Change the library around some to make the 2.3 features available.
Use ykp_alloc() instead of ykp_create_config().
Use ykp_configure_version() instead of ykp_configure_for() to set the version.
Use ykp_configure_command() instead of ykp_configure_for() to set slot.
Use yk_write_command() instead of yk_write_config().
The new commands doesn't set any default configuration at all.
* Add library support for the YubiKey NEO beta
ykp_construct_ndef_uri() for preparing a URI to write.
ykp_construct_ndef_text() for preparing a text to write.
yk_write_ndef() to write the constructed NDEF.
* Add support for the YubiKey NEO beta
Writing NDEF URI with -n http://example.com/foo/
Writing NDEF Text record with -t example
Diffstat (limited to 'security/ykpers')
-rw-r--r-- | security/ykpers/Makefile | 4 | ||||
-rw-r--r-- | security/ykpers/PLIST | 4 | ||||
-rw-r--r-- | security/ykpers/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile index 6a9f68df2e0..fbb40df2e87 100644 --- a/security/ykpers/Makefile +++ b/security/ykpers/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/10/23 18:17:01 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/11/10 20:53:43 pettai Exp $ # -DISTNAME= ykpers-1.6.4 +DISTNAME= ykpers-1.8.2 CATEGORIES= security MASTER_SITES= http://yubikey-personalization.googlecode.com/files/ diff --git a/security/ykpers/PLIST b/security/ykpers/PLIST index 1a0b5313a24..9a409368ff7 100644 --- a/security/ykpers/PLIST +++ b/security/ykpers/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/13 15:30:07 pettai Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/11/10 20:53:43 pettai Exp $ bin/ykchalresp +bin/ykinfo bin/ykpersonalize include/ykpers-1/ykcore.h include/ykpers-1/ykdef.h @@ -8,4 +9,5 @@ include/ykpers-1/ykstatus.h lib/libykpers-1.la lib/pkgconfig/ykpers-1.pc man/man1/ykchalresp.1 +man/man1/ykinfo.1 man/man1/ykpersonalize.1 diff --git a/security/ykpers/distinfo b/security/ykpers/distinfo index 9c1ecadd271..c58eda86427 100644 --- a/security/ykpers/distinfo +++ b/security/ykpers/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2012/06/16 20:38:51 pettai Exp $ +$NetBSD: distinfo,v 1.4 2012/11/10 20:53:43 pettai Exp $ -SHA1 (ykpers-1.6.4.tar.gz) = 491af38ed3d91548a4d470b2aa3abf88927effef -RMD160 (ykpers-1.6.4.tar.gz) = 2947551d20f06eb8859bff463c2e1b0c8012779c -Size (ykpers-1.6.4.tar.gz) = 403577 bytes +SHA1 (ykpers-1.8.2.tar.gz) = 916fea7b0490d1c7c083a371e0bd9adc4d3224d5 +RMD160 (ykpers-1.8.2.tar.gz) = 7c84ef53a1a6aa5c477fb2dffeb59ce22081549c +Size (ykpers-1.8.2.tar.gz) = 449763 bytes SHA1 (patch-Makefile_in) = 78b1667f52367d3ccc9ee637fb2cb40ebd5b2f02 |