Skip to content

Commit

Permalink
Update version and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Apr 22, 2021
1 parent f80888a commit af69709
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
Revision history for Crypt-OpenSSL-VerifyX509

0.12-TRIAL 2021-04-21
0.13-TRIAL 2021-04-22

[Changes since 0.10]
- Fix for OpenSSL 1.1.0 compilation issues
- Minor fixes to test and updated certificates

[Change Log]
- TBD Update version and changes
- f80888a Add provides to meta

0.12-TRIAL 2021-04-21

[Change Log]
- 1f08cff Update version and changes
- 9797d86 Ignore SIGNATURE file
- 8c0bac2 Merge pull request #2 from timlegge/github-actions
- 1654db1 Fix issues in actions
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"provides" : {
"Crypt::OpenSSL::VerifyX509" : {
"file" : "VerifyX509.pm",
"version" : "0.12"
"version" : "0.13"
}
},
"release_status" : "stable",
Expand All @@ -60,7 +60,7 @@
"url" : "http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509"
}
},
"version" : "0.12",
"version" : "0.13",
"x_maintainers" : [
"Timothy Legge <timlegge@gmail.com>"
],
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ no_index:
provides:
Crypt::OpenSSL::VerifyX509:
file: VerifyX509.pm
version: '0.12'
version: '0.13'
requires:
Crypt::OpenSSL::X509: 0
perl: 5.8.1
resources:
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Crypt-OpenSSL-VerifyX509
license: http://dev.perl.org/licenses
repository: http://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509
version: '0.12'
version: '0.13'
x_maintainers:
- 'Timothy Legge <timlegge@gmail.com>'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
Empty file modified Makefile.PL
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion VerifyX509.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

require 5.008_001;

our $VERSION = '0.12';
our $VERSION = '0.13';

use Crypt::OpenSSL::X509;

Expand Down

0 comments on commit af69709

Please sign in to comment.