Files
perl-Convert-PEM/perl-Convert-PEM.changes
Tina Müller 95629c12c8 Accepting request 1235331 from devel:languages:perl:autoupdate
- updated to 0.130.0 (0.13)
   see /usr/share/doc/packages/perl-Convert-PEM/Changes
  0.13 -- 
      [Changes Since 0.12]
      - Fix several issue implemented in 0.10 that caused issues in Crypt::DSA
      [Detailed Changes]
      - b430b68 Fix recent issues in Crypt::DSA in RT156495
      - 3af8d80 Handle undefined values and redefined iv
  0.12 -- 
      [Changes Since 0.09]
      - Release 0.11-TRIAL as 0.12
      - Added extra cipher support from @jeremy-church - see release 0.10
      - Miscellaneous cleanups
      [Detailed Changes]
      - ae82ce2 v0.11
      - 43861a2 Bump repo version
      - 4e8c59d openssl version differences - only test in author testing
      - 9b3e183 v0.10
  0.11 -- 
      [Changes Since 0.08]
      - Added extra cipher support from @jeremy-church - see release 0.09
      - Miscellaneous cleanups
      [Detailed Changes]
      - 43861a2 Bump repo version
      - 4e8c59d openssl version differences - only test in author testing
      - 9b3e183 v0.10
  0.10 -- 
      - Merge PR#1 from @jeremy-church to add extra cipher support
      - Add DES support
      - Add AES 128/192/256 support
      - Add IDEA support
      - Add SEED Support
      - Add Camellia 128/192/256 support
      - Add tests and test files for additional ciphers and alternate cipher modules (if available)
      - Add supporting function(s)/method(s) for additional ciphers
      - Add tests to verify OpenSSL can read files encrypted by Convert::PEM (if available)
      - Change key bytes_to_key in Convert::PEM::CBC to match openssl algorithm
      - Make some modifications to accommodate SEED and IDEA (realy old) cipher modules
      - Make ASN optional
      - Add DER support and documentation
      - Add other access methods to documentation
      - Additional encode/decode testing with DER
      [Detailed Changes]
      - c4128fd no need to use eval for blocksize call
      - 0cdf983 Remove execution attributes on test files
      - aa16478 Move the pem and der files to a sub directory
      - e7b4d1a Fix spelling typos
      - f047d32 rand is not secure for crypto operations
      - 3e2847b DES and IDEA are deprecated in OpenSSL versions
      - bd40886 Replace tabs with spaces
      - 7971073 Added changes
      - 53a3142 Additional documentation and make ASN optional.
      - 879b190 Add support for additional ciphers.
      - 6c68073 typo fix
  0.09 -- 
      - 55f01eb Bump Repo Version
      - 4072ab2 Fixes RT#27574: encode test occasionlly fails
      - 204ffeb Convert build to Dist::Zilla

OBS-URL: https://build.opensuse.org/request/show/1235331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-PEM?expand=0&rev=13
2025-01-09 16:25:49 +00:00

114 lines
4.3 KiB
Plaintext

-------------------------------------------------------------------
Thu Dec 12 16:13:23 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.130.0 (0.13)
see /usr/share/doc/packages/perl-Convert-PEM/Changes
0.13 -- Mon Dec 02 23:42:25 AST 2024
[Changes Since 0.12]
- Fix several issue implemented in 0.10 that caused issues in Crypt::DSA
[Detailed Changes]
- b430b68 Fix recent issues in Crypt::DSA in RT156495
- 3af8d80 Handle undefined values and redefined iv
0.12 -- Mon Oct 21 22:46:47 ADT 2024
[Changes Since 0.09]
- Release 0.11-TRIAL as 0.12
- Added extra cipher support from @jeremy-church - see release 0.10
- Miscellaneous cleanups
[Detailed Changes]
- ae82ce2 v0.11
- 43861a2 Bump repo version
- 4e8c59d openssl version differences - only test in author testing
- 9b3e183 v0.10
0.11 -- Sun Oct 20 20:35:17 ADT 2024
[Changes Since 0.08]
- Added extra cipher support from @jeremy-church - see release 0.09
- Miscellaneous cleanups
[Detailed Changes]
- 43861a2 Bump repo version
- 4e8c59d openssl version differences - only test in author testing
- 9b3e183 v0.10
0.10 -- Sun Oct 20 11:57:20 ADT 2024
- Merge PR#1 from @jeremy-church to add extra cipher support
- Add DES support
- Add AES 128/192/256 support
- Add IDEA support
- Add SEED Support
- Add Camellia 128/192/256 support
- Add tests and test files for additional ciphers and alternate cipher modules (if available)
- Add supporting function(s)/method(s) for additional ciphers
- Add tests to verify OpenSSL can read files encrypted by Convert::PEM (if available)
- Change key bytes_to_key in Convert::PEM::CBC to match openssl algorithm
- Make some modifications to accommodate SEED and IDEA (realy old) cipher modules
- Make ASN optional
- Add DER support and documentation
- Add other access methods to documentation
- Additional encode/decode testing with DER
[Detailed Changes]
- c4128fd no need to use eval for blocksize call
- 0cdf983 Remove execution attributes on test files
- aa16478 Move the pem and der files to a sub directory
- e7b4d1a Fix spelling typos
- f047d32 rand is not secure for crypto operations
- 3e2847b DES and IDEA are deprecated in OpenSSL versions
- bd40886 Replace tabs with spaces
- 7971073 Added changes
- 53a3142 Additional documentation and make ASN optional.
- 879b190 Add support for additional ciphers.
- 6c68073 typo fix
0.09 -- Tue Oct 15 22:59:26 ADT 2024
- 55f01eb Bump Repo Version
- 4072ab2 Fixes RT#27574: encode test occasionlly fails
- 204ffeb Convert build to Dist::Zilla
-------------------------------------------------------------------
Mon Oct 23 20:08:00 UTC 2017 - mlatimer@suse.com
- patch the Makefile to build with perl 5.26
-------------------------------------------------------------------
Mon Apr 4 08:40:41 UTC 2011 - coolo@novell.com
- updated to 0.08
- Altered explode() to canonicalize line endings to \n, handling
DOS (\r\n) and older mac (\r) line breaks cleanly. Thanks to Matt
Gramlich for the patch.
- Removed sign() and auto_install() from Makefile.PL.
- Removed magic svn keywords.
- Converted test suite to Test::More.
- Added author tests (xt/) and modified SYNOPSIS for all modules to
make them pass the compilation test.
-------------------------------------------------------------------
Wed Dec 1 06:55:34 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Tue Jul 6 11:59:17 UTC 2010 - chris@computersalat.de
- spec recreated by cpanspec 1.78
- noarch pkg
-------------------------------------------------------------------
Sat Jul 25 19:32:07 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Fri Jun 19 00:37:07 CEST 2009 - chris@computersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
-------------------------------------------------------------------
Sun Jun 14 16:08:56 CEST 2009 - chris@computersalat.de
- fixed deps
- some spec mods
o updated header
o autogen filelist