diff -Nru opensc-0.13.0/debian/changelog opensc-0.13.0/debian/changelog --- opensc-0.13.0/debian/changelog 2014-04-02 20:20:55.000000000 +0000 +++ opensc-0.13.0/debian/changelog 2014-05-23 09:13:50.000000000 +0000 @@ -1,4 +1,4 @@ -opensc (0.13.0-3ubuntu4.1) trusty; urgency=low +opensc (0.13.0-3ubuntu4.1ria1) trusty; urgency=low * debian/patches/OpenSC-EstEID-3.5.patch: Added: EstEID 3.5 smart card support @@ -7,7 +7,17 @@ * debian/patches/onepin-opensc-pkcs11.diff: Added: Add onepin-opensc-pkcs11.so module - -- Raul Metsma Wed, 02 Apr 2014 23:19:30 +0300 + -- Raul Metsma Wed, 23 May 2014 11:19:30 +0300 + +opensc (0.13.0-3ubuntu4.1) trusty; urgency=low + + * debian/patches/0003-fix-sc-hsm-rsa2048.patch: + Add upstream fix to show generated RSA public keys of 2048 bits. + Cherry-picking commit: + - 99af6cd sc-hsm: Fixed a bug that prevents a newly generated 2048 [...] + (LP: #1311921) + + -- Gert van Dijk Thu, 24 Apr 2014 00:21:53 +0200 opensc (0.13.0-3ubuntu4) trusty; urgency=low diff -Nru opensc-0.13.0/debian/debian/patches/series opensc-0.13.0/debian/debian/patches/series --- opensc-0.13.0/debian/debian/patches/series 2014-04-02 20:14:21.000000000 +0000 +++ opensc-0.13.0/debian/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/home/zomps/debian/patches/OpenSC-EstEID-3.5.patch diff -Nru opensc-0.13.0/debian/patches/0003-fix-sc-hsm-rsa2048.patch opensc-0.13.0/debian/patches/0003-fix-sc-hsm-rsa2048.patch --- opensc-0.13.0/debian/patches/0003-fix-sc-hsm-rsa2048.patch 1970-01-01 00:00:00.000000000 +0000 +++ opensc-0.13.0/debian/patches/0003-fix-sc-hsm-rsa2048.patch 2014-05-02 12:38:54.000000000 +0000 @@ -0,0 +1,17 @@ +Description: Fix to show generated RSA2048 pubkeys in PKCS#11 interface. + Fixed a bug that prevents a newly generated 2048 key to show up at the + PKCS#11 interface +Author: Andreas Schwier +Origin: upstream https://github.com/OpenSC/OpenSC/commit/99af6cd8ee78776f50bc016fc230541072c60afb + +--- opensc-0.13.0.orig/src/libopensc/pkcs15-sc-hsm.c ++++ opensc-0.13.0/src/libopensc/pkcs15-sc-hsm.c +@@ -268,7 +268,7 @@ static int sc_pkcs15emu_sc_hsm_add_pubke + sc_pkcs15_pubkey_info_t pubkey_info; + sc_pkcs15_object_t pubkey_obj; + struct sc_pkcs15_pubkey pubkey; +- u8 efbin[512]; ++ u8 efbin[1024]; + sc_cvc_t cvc; + u8 *cvcpo; + size_t cvclen; diff -Nru opensc-0.13.0/debian/patches/series opensc-0.13.0/debian/patches/series --- opensc-0.13.0/debian/patches/series 2014-04-02 20:18:36.000000000 +0000 +++ opensc-0.13.0/debian/patches/series 2014-05-23 09:07:56.000000000 +0000 @@ -1,5 +1,6 @@ 0001-pkcs15-regression-in-e35febe-compute-cert-length.patch 0002-fix-epass2003-support-from-upstream.patch +0003-fix-sc-hsm-rsa2048.patch EstEID-3.0-enable_T1.patch onepin-opensc-pkcs11.diff OpenSC-EstEID-3.5.patch diff -Nru opensc-0.13.0/debian/.pc/.quilt_patches opensc-0.13.0/debian/.pc/.quilt_patches --- opensc-0.13.0/debian/.pc/.quilt_patches 2014-04-02 20:12:54.000000000 +0000 +++ opensc-0.13.0/debian/.pc/.quilt_patches 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -patches diff -Nru opensc-0.13.0/debian/.pc/.quilt_series opensc-0.13.0/debian/.pc/.quilt_series --- opensc-0.13.0/debian/.pc/.quilt_series 2014-04-02 20:12:54.000000000 +0000 +++ opensc-0.13.0/debian/.pc/.quilt_series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -series diff -Nru opensc-0.13.0/debian/.pc/.version opensc-0.13.0/debian/.pc/.version --- opensc-0.13.0/debian/.pc/.version 2014-04-02 20:12:54.000000000 +0000 +++ opensc-0.13.0/debian/.pc/.version 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -2