Package: ruby-certificate-authority / 0.2.0~6dd483bf-1

Metadata

Package Version Patches format
ruby-certificate-authority 0.2.0~6dd483bf-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_upgrade spec to rspec3.patch | (download)

Gemfile.lock | 25 15 + 10 - 0 !
spec/units/certificate_revocation_list_spec.rb | 34 17 + 17 - 0 !
spec/units/certificate_spec.rb | 122 61 + 61 - 0 !
spec/units/distinguished_name_spec.rb | 46 23 + 23 - 0 !
spec/units/extensions_spec.rb | 86 43 + 43 - 0 !
spec/units/key_material_spec.rb | 56 28 + 28 - 0 !
spec/units/ocsp_handler_spec.rb | 44 22 + 22 - 0 !
spec/units/pkcs11_key_material_spec.rb | 14 7 + 7 - 0 !
spec/units/serial_number_spec.rb | 6 3 + 3 - 0 !
spec/units/signing_request_spec.rb | 28 14 + 14 - 0 !
spec/units/working_with_openssl_spec.rb | 14 7 + 7 - 0 !
11 files changed, 240 insertions(+), 235 deletions(-)

 convert spec tests to rspec 3.x
002_disable_pkcs11_pkey_ref | (download)

spec/units/pkcs11_key_material_spec.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable pkcs#11 tests, due to #846548
003_fix_generated_csr | (download)

spec/units/signing_request_spec.rb | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 fix incorrect csr which has been wrong for more than 3 years in tests