File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed
Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11Revision history for Crypt-OpenSSL-VerifyX509
22
3- 0.12-TRIAL 2021-04-21
3+ 0.13-TRIAL 2021-04-22
4+
5+ [Changes since 0.10]
6+ - Fix for OpenSSL 1.1.0 compilation issues
7+ - Minor fixes to test and updated certificates
48
59 [Change Log]
610 - TBD Update version and changes
11+ - f80888a Add provides to meta
12+
13+ 0.12-TRIAL 2021-04-21
14+
15+ [Change Log]
16+ - 1f08cff Update version and changes
717 - 9797d86 Ignore SIGNATURE file
818 - 8c0bac2 Merge pull request #2 from timlegge/github-actions
919 - 1654db1 Fix issues in actions
Original file line number Diff line number Diff line change 4545 "provides" : {
4646 "Crypt::OpenSSL::VerifyX509" : {
4747 "file" : " VerifyX509.pm" ,
48- "version" : " 0.12 "
48+ "version" : " 0.13 "
4949 }
5050 },
5151 "release_status" : " stable" ,
6060 "url" : " http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509"
6161 }
6262 },
63- "version" : " 0.12 " ,
63+ "version" : " 0.13 " ,
6464 "x_maintainers" : [
6565 " Timothy Legge <[email protected] >" 6666 ],
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ no_index:
2424provides :
2525 Crypt::OpenSSL::VerifyX509 :
2626 file : VerifyX509.pm
27- version : ' 0.12 '
27+ version : ' 0.13 '
2828requires :
2929 Crypt::OpenSSL::X509 : 0
3030 perl : 5.8.1
3131resources :
3232 bugtracker : http://rt.cpan.org/NoAuth/Bugs.html?Dist=Crypt-OpenSSL-VerifyX509
3333 license : http://dev.perl.org/licenses
3434 repository : http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509
35- version : ' 0.12 '
35+ version : ' 0.13 '
3636x_maintainers :
3737 -
' Timothy Legge <[email protected] >' 3838x_spdx_expression : ' Artistic-1.0-Perl OR GPL-1.0-or-later'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55
66require 5.008_001;
77
8- our $VERSION = ' 0.12 ' ;
8+ our $VERSION = ' 0.13 ' ;
99
1010use Crypt::OpenSSL::X509;
1111
You can’t perform that action at this time.
0 commit comments