8
0

Accepting request 640384 from devel:languages:perl:autoupdate

- Fix autogenerated changes to build again
  * Drop openssl110.patch (upstream)
- updated to 0.31
   see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
  0.31 
      - Remove default of SHA256 for RSA keys. This has caused significant
        problems with downstream modules and it has always been possible to
        do $key->use_sha256_hash()
- updated to 0.30
   see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
  0.30 
          - Working windows library detection
          - Actively testing on appveyor for windows now.
          - work correctly on LibreSSL
  
  0.29_03  
          - Add whirlpool hash support.
          - Crypt::OpenSSL::Random is now required at comnpile-time.
          - Use the new interface to RSA_generate_key if available
          - Add library paths to LIBS from Crypt::OpenSSL::Guess
  
  0.29_02  
          - Add missing require of Config::OpenSSL::Guess
  
  0.29_01  
          - Adapt to OpenSSL 1.1.0 (dur-randir)
          - Move issue tracker to github.
          - Modernization as in Crypt::OpenSSL::Random.
          - better MSWin32 hints, fixes MSVC libraries,
          - more meta tests,
          - prefer hash mode NID_sha256 over NID_sha1 for sign

OBS-URL: https://build.opensuse.org/request/show/640384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-RSA?expand=0&rev=24
This commit is contained in:
2018-10-07 09:23:16 +00:00
committed by Git OBS Bridge
parent 29e5403c7b
commit 616033b9a5
6 changed files with 100 additions and 190 deletions

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Sun Oct 7 09:01:37 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix autogenerated changes to build again
* Drop openssl110.patch (upstream)
-------------------------------------------------------------------
Tue Sep 25 05:09:43 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.31
see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
0.31 Mon Sep 24 2018
- Remove default of SHA256 for RSA keys. This has caused significant
problems with downstream modules and it has always been possible to
do $key->use_sha256_hash()
-------------------------------------------------------------------
Wed May 2 05:08:37 UTC 2018 - coolo@suse.com
- updated to 0.30
see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
0.30 Tue May 1 2018
- Working windows library detection
- Actively testing on appveyor for windows now.
- work correctly on LibreSSL
0.29_03 Mon Apr 16 2018
- Add whirlpool hash support.
- Crypt::OpenSSL::Random is now required at comnpile-time.
- Use the new interface to RSA_generate_key if available
- Add library paths to LIBS from Crypt::OpenSSL::Guess
0.29_02 Sun Apr 15 2018
- Add missing require of Config::OpenSSL::Guess
0.29_01 Fri Apr 13 2018
- Adapt to OpenSSL 1.1.0 (dur-randir)
- Move issue tracker to github.
- Modernization as in Crypt::OpenSSL::Random.
- better MSWin32 hints, fixes MSVC libraries,
- more meta tests,
- prefer hash mode NID_sha256 over NID_sha1 for sign
-------------------------------------------------------------------
Mon Aug 21 10:28:25 UTC 2017 - tchvatal@suse.com