From e10cdff67af57368d330692f0ffdd6169353787f47f1d0ae2ba5e52c56c99c61 Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Tue, 19 Dec 2023 13:29:39 +0000 Subject: [PATCH] Accepting request 1133745 from home:dirkmueller:Factory - update to 2.4.2: * ykpiv: Fix potential type casting bug. * ykpiv: ykcs11: Fix building on certain architectures. * ykpiv: cmd: Add support for compressing certificate upon import * ykcs11: Increase maximum number of slots to handle overflow * ykcs11: Add support for CKA_COPYABLE and CKA_DESTROYABLE attributes * tests: Improved tests - Add attest action When used on a slot with a generated key, - Properly handle DER encoding in ECDSA signatures. - Add ykcs11. - Use PCSC transactions when sending and receiving data COPYING files says package is under GPL-3.0+. Revert the check for parity and just set parity before the weak check. OBS-URL: https://build.opensuse.org/request/show/1133745 OBS-URL: https://build.opensuse.org/package/show/security/yubico-piv-tool?expand=0&rev=39 --- yubico-piv-tool-2.3.1.tar.gz | 3 --- yubico-piv-tool-2.3.1.tar.gz.sig | Bin 566 -> 0 bytes yubico-piv-tool-2.4.2.tar.gz | 3 +++ yubico-piv-tool-2.4.2.tar.gz.sig | Bin 0 -> 566 bytes yubico-piv-tool.changes | 27 ++++++++++++++++++++------- yubico-piv-tool.spec | 2 +- 6 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 yubico-piv-tool-2.3.1.tar.gz delete mode 100644 yubico-piv-tool-2.3.1.tar.gz.sig create mode 100644 yubico-piv-tool-2.4.2.tar.gz create mode 100644 yubico-piv-tool-2.4.2.tar.gz.sig diff --git a/yubico-piv-tool-2.3.1.tar.gz b/yubico-piv-tool-2.3.1.tar.gz deleted file mode 100644 index 0965b04..0000000 --- a/yubico-piv-tool-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da89dafd8b6185aa635346753f9ddb29af29bc4abd92dd81f37d9d6560b5d64e -size 1315267 diff --git a/yubico-piv-tool-2.3.1.tar.gz.sig b/yubico-piv-tool-2.3.1.tar.gz.sig deleted file mode 100644 index 082c054cff25986cffc1ad34de1240c7f5955b5d7590fb59dc79ef1d95e44bf1..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+v&K7wT?&31JBYRX3%EXo~1INq-0%PI?k^l+`5D?15 zmM#Ow%y`oe{yDBDw~1z4f%+VwWb+hUps=Z@S@|z1#z2zDM6}6-W{$%UB;m+y(lnvK z`8O={X!`6?$3Je`yq8O+YO0hZeuDguUmO04uhj+dSL?V~ylM)aB^UpYBR-ME$KxCr z-oiBdUv1K|Ox3+|&U_@w=?00qwKH=2(?MxQ)W4QLakWk4Sv&2=pF2;5+@X~t13Lq(PdDxf*Zdy7=~ zb@=pHV-;VS872+^p^9aiFcu)A`4LSOT$DvT6~|%l-J~bo%#z;2dAIg0wyO_GdOII;MvPOez9(M{<|T7_IQHdO3sfN-zF1Ex{v$P5~`Tpk02YG?tX$S zV&t!Ot&V-hN3Fl@s*40W2lFmS4h($ diff --git a/yubico-piv-tool-2.4.2.tar.gz b/yubico-piv-tool-2.4.2.tar.gz new file mode 100644 index 0000000..59ecd40 --- /dev/null +++ b/yubico-piv-tool-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9837b232b078357c1fba3d34992b05654ea2b9b55476c1ad336d8c96aac40e +size 1332497 diff --git a/yubico-piv-tool-2.4.2.tar.gz.sig b/yubico-piv-tool-2.4.2.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..c86aef97c2ce7387cc7856861f6827f678b7797cdee1529473b85aa122044492 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j+v&K7wT?&31JBYRX3%EXo~1INq-0%dX55C94Z5D?15 zmM#Ow%;4b=0EXXAw-!H?g|Zbj{UFe|Sw2;Ec8!o*qxgc;7i5yG``VPN&yEHyy+;Gd zC_jYhCCYaq+QP?4LaLLUXLq%#$(837S%>I+%}{U#h{J(^hH4EKLV?vxU4_k6;6E#2xO_b41B^Tl^Y~pl`~gSbhID^U_l=vVELCtuR_?Mae*2fFDrx07+2*Av?y4y`q3xbRJTe Eyi#HkB>(^b literal 0 HcmV?d00001 diff --git a/yubico-piv-tool.changes b/yubico-piv-tool.changes index e3d292f..ce32c37 100644 --- a/yubico-piv-tool.changes +++ b/yubico-piv-tool.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Dec 17 15:01:35 UTC 2023 - Dirk Müller + +- update to 2.4.2: + * ykpiv: Fix potential type casting bug. + * ykpiv: ykcs11: Fix building on certain architectures. + * ykpiv: cmd: Add support for compressing certificate upon + import + * ykcs11: Increase maximum number of slots to handle + overflow + * ykcs11: Add support for CKA_COPYABLE and CKA_DESTROYABLE + attributes + ------------------------------------------------------------------- Fri Mar 3 21:51:36 UTC 2023 - Dirk Müller @@ -69,7 +82,7 @@ Sun Feb 28 18:33:22 UTC 2021 - Dirk Müller * ykcs11: Added the possibility to have debug output as a runtime setting * ykcs11: Added support to unblock PIN with PUK * ykcs11: Make C_SetPIN backwards compatible while also allowing unblock PIN - * tests: Improved tests + * tests: Improved tests - run tests - add pthread-link.patch @@ -214,7 +227,7 @@ Wed Aug 17 14:03:58 UTC 2016 - t.gruner@katodev.de Tue May 17 14:55:42 UTC 2016 - t.gruner@katodev.de - Version 1.4.0 (released 2016-05-03) - - Add attest action When used on a slot with a generated key, + - Add attest action When used on a slot with a generated key, outputs a signed x509 certificate for that slot showing that the key was generated in hardware. Available in firmware 4.3.0 and newer. - Add cached parameter for touch-policy With cached, the touch is valid @@ -261,7 +274,7 @@ Fri Dec 11 08:12:48 UTC 2015 - t.gruner@katodev.de Wed Nov 18 20:57:56 UTC 2015 - t.gruner@katodev.de - Version 1.1.2 (released 2015-11-13) - - Properly handle DER encoding in ECDSA signatures. + - Properly handle DER encoding in ECDSA signatures. ------------------------------------------------------------------- Thu Nov 12 14:30:09 UTC 2015 - t.gruner@katodev.de @@ -274,7 +287,7 @@ Fri Nov 6 21:05:07 UTC 2015 - t.gruner@katodev.de - Version 1.1.0 (released 2015-11-06) - Add support for new YubiKey 4. - - Add ykcs11. + - Add ykcs11. ------------------------------------------------------------------- Tue Oct 13 07:47:50 UTC 2015 - t.gruner@katodev.de @@ -310,13 +323,13 @@ 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 + - Use PCSC transactions when sending and receiving data ------------------------------------------------------------------- Mon Apr 27 16:22:36 UTC 2015 - cdenicolo@suse.com - license update: GPL-3.0+ - COPYING files says package is under GPL-3.0+. + COPYING files says package is under GPL-3.0+. ------------------------------------------------------------------- Thu Mar 26 12:47:38 UTC 2015 - t.gruner@katodev.de @@ -331,7 +344,7 @@ Thu Mar 26 12:47:38 UTC 2015 - t.gruner@katodev.de Mon Feb 9 14:54:37 UTC 2015 - t.gruner@katodev.de - Version 0.1.5 (released 2015-02-04) - Revert the check for parity and just set parity before the weak check. + Revert the check for parity and just set parity before the weak check. ------------------------------------------------------------------- Tue Feb 3 13:43:10 UTC 2015 - t.gruner@katodev.de diff --git a/yubico-piv-tool.spec b/yubico-piv-tool.spec index cdbbdba..eed1629 100644 --- a/yubico-piv-tool.spec +++ b/yubico-piv-tool.spec @@ -18,7 +18,7 @@ %define sover 2 Name: yubico-piv-tool -Version: 2.3.1 +Version: 2.4.2 Release: 0 Summary: Yubico YubiKey NEO CCID Manager License: BSD-2-Clause