From db7a4c251bca2bf80b6b059c56741a9916fb80f909cc1d57bec7a62d69fd976b Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Fri, 2 Oct 2015 09:42:06 +0000 Subject: [PATCH] Accepting request 335876 from home:Simmphonie:yubico OBS-URL: https://build.opensuse.org/request/show/335876 OBS-URL: https://build.opensuse.org/package/show/security/yubico-piv-tool?expand=0&rev=6 --- yubico-piv-tool-0.1.6.tar.gz | 3 --- yubico-piv-tool-1.0.3.tar.gz | 3 +++ yubico-piv-tool-1.0.3.tar.gz.sig | Bin 0 -> 287 bytes yubico-piv-tool.changes | 31 +++++++++++++++++++++++++++++++ yubico-piv-tool.spec | 15 ++++++++------- 5 files changed, 42 insertions(+), 10 deletions(-) delete mode 100644 yubico-piv-tool-0.1.6.tar.gz create mode 100644 yubico-piv-tool-1.0.3.tar.gz create mode 100644 yubico-piv-tool-1.0.3.tar.gz.sig diff --git a/yubico-piv-tool-0.1.6.tar.gz b/yubico-piv-tool-0.1.6.tar.gz deleted file mode 100644 index 4dfc6e0..0000000 --- a/yubico-piv-tool-0.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eff765169153fdf75ba4ff48eb2e4748f62623760bb5c15e4cce89b7263f59bb -size 416611 diff --git a/yubico-piv-tool-1.0.3.tar.gz b/yubico-piv-tool-1.0.3.tar.gz new file mode 100644 index 0000000..ac2a596 --- /dev/null +++ b/yubico-piv-tool-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cec162dda45851741a3b58c492797cc051ef59192ca35a3bdd125fc2ebd6210 +size 410065 diff --git a/yubico-piv-tool-1.0.3.tar.gz.sig b/yubico-piv-tool-1.0.3.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..68e60de48bad6166b12f3b1a39cebc1514856a1d7a278d5235fa39d6701655d8 GIT binary patch literal 287 zcmV+)0pR|L0UQJX0SEvF1p-zLED8V$2@t%X57e?2j0!Gv2mB6LNnqgKjd`55n$<%+ z+)x@TAmF`NzIDA>*UL9R-Z}H`0eSO8Ex5TCZHy;Kiwx7p&2CZLxG{3gO;^M~f#1~* zV6tL!SJn@^B4RSHz@}d`klMZ6)tQ0CKf0(0iZ`gk^+p*JUd8B*F#YrPg)G@T7^rOx z`{`HhvM{Wb=#W$TNdy2BUky{2xI>%{HP<8K(zL5SsxTF`)j@U3BE2wW7+*usQjOVR zKw(|On*Zj%Z|3v^>QV=T|6&_i=c5*NRVOs$ERWRcjI2lroI$8_xwf4^Z6ToscpsqW lg22y$15|uk$%(nD%h0{``DH&U3^dTqR)McB>Oh)NwdN;)i1`2j literal 0 HcmV?d00001 diff --git a/yubico-piv-tool.changes b/yubico-piv-tool.changes index d94a83b..124eb84 100644 --- a/yubico-piv-tool.changes +++ b/yubico-piv-tool.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Oct 1 21:18:34 UTC 2015 - t.gruner@katodev.de + +- Version 1.0.3 (released 2015-10-01) + - Correct wording on unblock-pin action. + - Show pin retries correctly. + - Use a bigger buffer for receiving data. + +------------------------------------------------------------------- +Tue Sep 15 13:32:27 UTC 2015 - t.gruner@katodev.de + +- Version 1.0.2 (released 2015-09-04) + - Query for different passwords/pins on stdin if they’re not supplied. + - If a reader fails continue trying matching readers. + - Authentication failed is supposed to be 0x63cX not 0x630X. + +------------------------------------------------------------------- +Sat Jul 11 14:49:43 UTC 2015 - t.gruner@katodev.de + +- Version 1.0.1 (released 2015-07-10) + - Project relicensed to 2-clause BSD license + - Minor fixes found with clang scan-build + +------------------------------------------------------------------- +Wed Jul 8 21:14:24 UTC 2015 - t.gruner@katodev.de + +- Version 1.0.0 (released 2015-06-23) + - Add a test-decipher action. + - Check that e is 0x10001 on importing rsa keys + - Use PCSC transactions when sending and receiving data + ------------------------------------------------------------------- Mon Apr 27 16:22:36 UTC 2015 - cdenicolo@suse.com diff --git a/yubico-piv-tool.spec b/yubico-piv-tool.spec index 61e0de7..efa3be5 100644 --- a/yubico-piv-tool.spec +++ b/yubico-piv-tool.spec @@ -1,7 +1,7 @@ # # spec file for package yubico-piv-tool # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,24 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define soname 1 Name: yubico-piv-tool -Version: 0.1.6 +Version: 1.0.3 Release: 0 Summary: Yubico YubiKey NEO CCID Manager -License: GPL-3.0+ +License: BSD-2-Clause Group: Productivity/Networking/Security Url: https://developers.yubico.com/ Source0: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz +Source1: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz.sig BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkg-config BuildRequires: libtool BuildRequires: pcsc-lite-devel -BuildRequires: pkgconfig(openssl) +BuildRequires: pkg-config +BuildRequires: pkgconfig(openssl) Requires: libykpiv%{soname} = %{version} - %description This is a command line tool to interact with the PIV applet on a YubiKey NEO. Among other functions it supports, generating keys on device, importing keys @@ -80,7 +81,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %files -n libykpiv%{soname} %defattr(-,root,root) %{_libdir}/libykpiv.so.%{soname} -%{_libdir}/libykpiv.so.%{soname}.0.4 +%{_libdir}/libykpiv.so.%{soname}.0.8 %files -n libykpiv-devel %defattr(-,root,root)