Skip to content

Commit

Permalink
v3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Dec 3, 2018
1 parent 62f3280 commit 3b48983
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension Crypt::MatrixSSL3.

{{$NEXT}}

v3.9.2 2018-12-03 23:06:57 EET
- Update bundled ca-certificates.

v3.9.1 2017-06-28 16:18:33 EEST
- Update to MatrixSSL 3.9.3

Expand Down
22 changes: 11 additions & 11 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"C. N. Drake <christopher@pobox.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.011, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
"version" : "2"
},
"name" : "Crypt-MatrixSSL3",
"no_index" : {
Expand All @@ -36,7 +36,7 @@
"develop" : {
"requires" : {
"Devel::PPPort" : "3.23",
"Dist::Milla" : "v1.0.17",
"Dist::Milla" : "v1.0.18",
"Test::Distribution" : "0",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41"
Expand Down Expand Up @@ -68,27 +68,27 @@
"provides" : {
"Crypt::MatrixSSL3" : {
"file" : "lib/Crypt/MatrixSSL3.pm",
"version" : "v3.9.1"
"version" : "v3.9.2"
},
"Crypt::MatrixSSL3::Client" : {
"file" : "lib/Crypt/MatrixSSL3.pm",
"version" : "v3.9.1"
"version" : "v3.9.2"
},
"Crypt::MatrixSSL3::HelloExt" : {
"file" : "lib/Crypt/MatrixSSL3.pm",
"version" : "v3.9.1"
"version" : "v3.9.2"
},
"Crypt::MatrixSSL3::Keys" : {
"file" : "lib/Crypt/MatrixSSL3.pm",
"version" : "v3.9.1"
"version" : "v3.9.2"
},
"Crypt::MatrixSSL3::Server" : {
"file" : "lib/Crypt/MatrixSSL3.pm",
"version" : "v3.9.1"
"version" : "v3.9.2"
},
"Crypt::MatrixSSL3::SessID" : {
"file" : "lib/Crypt/MatrixSSL3.pm",
"version" : "v3.9.1"
"version" : "v3.9.2"
}
},
"release_status" : "stable",
Expand All @@ -103,11 +103,11 @@
"web" : "https://github.com/powerman/perl-Crypt-MatrixSSL3"
}
},
"version" : "v3.9.1",
"version" : "v3.9.2",
"x_contributors" : [
"Alex Efros <powerman@cpan.org>",
"vonydev <vony@teamevolve.ro>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0227"
"x_serialization_backend" : "JSON::XS version 3.04"
}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Crypt::MatrixSSL3 - Perl extension for SSL and TLS using MatrixSSL.org v3.7.2b

# VERSION

This document describes Crypt::MatrixSSL3 version v3.9.1
This document describes Crypt::MatrixSSL3 version v3.9.2

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Crypt/MatrixSSL3.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Scalar::Util qw( dualvar );
use XSLoader;

BEGIN {
use version 0.77 (); our $VERSION = 'v3.9.1';
use version 0.77 (); our $VERSION = 'v3.9.2';
XSLoader::load(__PACKAGE__,$VERSION);
}

Expand Down Expand Up @@ -327,7 +327,7 @@ Crypt::MatrixSSL3 - Perl extension for SSL and TLS using MatrixSSL.org v3.7.2b
=head1 VERSION
This document describes Crypt::MatrixSSL3 version v3.9.1
This document describes Crypt::MatrixSSL3 version v3.9.2
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion script/ct-submit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use warnings;
use strict;

use version 0.77 (); our $VERSION = 'v3.9.1';
use version 0.77 (); our $VERSION = 'v3.9.2';

use Getopt::Long;
use Pod::Usage;
Expand Down
2 changes: 1 addition & 1 deletion script/mk-matrixssl-ca-certificates.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use strict;
use Crypt::MatrixSSL3;

use version 0.77 (); our $VERSION = 'v3.9.1';
use version 0.77 (); our $VERSION = 'v3.9.2';

## no critic (Capitalization, RequireCarping)

Expand Down

0 comments on commit 3b48983

Please sign in to comment.