diff options
author | pettai <pettai> | 2013-09-14 07:06:29 +0000 |
---|---|---|
committer | pettai <pettai> | 2013-09-14 07:06:29 +0000 |
commit | 9baadbc934e9ea21e0c36b7a0ce652a170064463 (patch) | |
tree | 534196c712ca7925f747ac437cdfcbaf113542ed /security/ykpers | |
parent | e968bd2fd87dbc6cb1226781cb4be9371817486b (diff) | |
download | pkgsrc-9baadbc934e9ea21e0c36b7a0ce652a170064463.tar.gz |
Version 1.14.0 (released 2013-07-04)
* Fixups of import/export.
Add targetConfig to show in which slot a configuration is intended.
Possible memory leaks on error conditions.
* Add -d switch to ykpersonalize for dry-run.
* Add ykp_clear_config() for clearing configuration flags.
* Add getter functions for all configuration flags.
* Add -V to all tools to output version.
* Add ykp_get_acccode_type() and ykp_set_acccode_type()
Only to do with export, showing where the access code came from
in the ycfg.
* Add -1 and -2 options to ykinfo to show programming state.
Diffstat (limited to 'security/ykpers')
-rw-r--r-- | security/ykpers/Makefile | 4 | ||||
-rw-r--r-- | security/ykpers/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile index 05d4092269d..00e75533bff 100644 --- a/security/ykpers/Makefile +++ b/security/ykpers/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2013/06/16 09:39:07 pettai Exp $ +# $NetBSD: Makefile,v 1.8 2013/09/14 07:06:29 pettai Exp $ # -DISTNAME= ykpers-1.13.0 +DISTNAME= ykpers-1.14.0 CATEGORIES= security MASTER_SITES= http://yubico.github.io/yubikey-personalization/releases/ diff --git a/security/ykpers/distinfo b/security/ykpers/distinfo index 4286c8ca065..dbe0b517fd8 100644 --- a/security/ykpers/distinfo +++ b/security/ykpers/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2013/06/16 09:39:07 pettai Exp $ +$NetBSD: distinfo,v 1.8 2013/09/14 07:06:29 pettai Exp $ -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 (ykpers-1.14.0.tar.gz) = 5795fb78db62d4c37984174f69ce18312bc0708d +RMD160 (ykpers-1.14.0.tar.gz) = 55897d4ec137a94a20441a654397eefd83ad73d6 +Size (ykpers-1.14.0.tar.gz) = 478292 bytes SHA1 (patch-Makefile_in) = 78b1667f52367d3ccc9ee637fb2cb40ebd5b2f02 |