pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ykpers Version 1.15.1 (released 2014-03-12)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92f3f6d479be
branches:  trunk
changeset: 631802:92f3f6d479be
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Thu Mar 13 22:17:59 2014 +0000

description:
Version 1.15.1 (released 2014-03-12)

* Add -6 and -8 flags to ykchalresp to output the response as a truncated
OATH code.
* Add -t to ykchalresp to use current time / 30 as challenge in TOTP
fashion.
* Fix for a crash in the libusb-0.1 backend.

Version 1.15.0 (released 2014-01-10)

* add new Neo version 3.2 as supported.
* let ykp_AES_key_from_password() return error if it can't get a random
  salt.
* let -a without option mean ask for raw key on STDIN.
* let no -a given mean generate a random key
* add ykp_AES_key_from_raw() and ykp_HMAC_key_from_raw() that sets the
key from a byte array.
* remove -osalt= and possibility to generate key from password.
* add YK_ENODATA that's returned when no data is returned from
  the device and no other underlying error is set.

diffstat:

 security/ykpers/Makefile |  4 ++--
 security/ykpers/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 96b0cb0b2eb0 -r 92f3f6d479be security/ykpers/Makefile
--- a/security/ykpers/Makefile  Thu Mar 13 22:14:07 2014 +0000
+++ b/security/ykpers/Makefile  Thu Mar 13 22:17:59 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2013/12/05 13:05:31 pettai Exp $
+# $NetBSD: Makefile,v 1.10 2014/03/13 22:17:59 pettai Exp $
 #
 
-DISTNAME=      ykpers-1.14.1
+DISTNAME=      ykpers-1.15.1
 CATEGORIES=    security
 MASTER_SITES=  http://yubico.github.io/yubikey-personalization/releases/
 
diff -r 96b0cb0b2eb0 -r 92f3f6d479be security/ykpers/distinfo
--- a/security/ykpers/distinfo  Thu Mar 13 22:14:07 2014 +0000
+++ b/security/ykpers/distinfo  Thu Mar 13 22:17:59 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2013/12/05 13:05:31 pettai Exp $
+$NetBSD: distinfo,v 1.10 2014/03/13 22:17:59 pettai Exp $
 
-SHA1 (ykpers-1.14.1.tar.gz) = 5ecc0d6bf9c58bdf825c2d8d158361fc61852ff8
-RMD160 (ykpers-1.14.1.tar.gz) = d9e8aff65793e133cf1066260ddbd015eec784d3
-Size (ykpers-1.14.1.tar.gz) = 499173 bytes
+SHA1 (ykpers-1.15.1.tar.gz) = dd1478cc106c624318dfe74bb2beda54f18f1fc8
+RMD160 (ykpers-1.15.1.tar.gz) = 4c44ce5f1f0fb048bdf54b852c24829c6bbcbaec
+Size (ykpers-1.15.1.tar.gz) = 500262 bytes
 SHA1 (patch-Makefile_in) = 78b1667f52367d3ccc9ee637fb2cb40ebd5b2f02



Home | Main Index | Thread Index | Old Index