commit perl-Starman for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Starman for openSUSE:Factory checked in at 2019-05-24 11:32:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Starman (Old) and /work/SRC/openSUSE:Factory/.perl-Starman.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Starman" Fri May 24 11:32:42 2019 rev:2 rq:704998 version:0.4015 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Starman/perl-Starman.changes 2016-03-09 15:17:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Starman.new.5148/perl-Starman.changes 2019-05-24 11:32:46.145380917 +0200 @@ -1,0 +2,9 @@ +Tue May 21 05:26:48 UTC 2019 - Stephan Kulow <coolo@suse.com> + +- updated to 0.4015 + see /usr/share/doc/packages/perl-Starman/Changes + + 0.4015 2019-05-20 18:43:46 PDT + - Fixed a bug incorrectly handling content body of '0' (olsonanl) #133 + +------------------------------------------------------------------- Old: ---- Starman-0.4014.tar.gz New: ---- Starman-0.4015.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Starman.spec ++++++ --- /var/tmp/diff_new_pack.HFapdV/_old 2019-05-24 11:32:46.637380729 +0200 +++ /var/tmp/diff_new_pack.HFapdV/_new 2019-05-24 11:32:46.645380726 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Starman # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Starman -Version: 0.4014 +Version: 0.4015 Release: 0 %define cpan_name Starman Summary: High-performance preforking PSGI/Plack web server -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Starman/ -Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,7 +35,7 @@ BuildRequires: perl(HTTP::Parser::XS) BuildRequires: perl(HTTP::Status) BuildRequires: perl(LWP::UserAgent) -BuildRequires: perl(Module::Build::Tiny) >= 0.039 +BuildRequires: perl(Module::Build::Tiny) >= 0.034 BuildRequires: perl(Net::Server) >= 2.007 BuildRequires: perl(Plack) >= 0.9971 BuildRequires: perl(Test::Requires) @@ -56,55 +56,53 @@ * High Performance - Uses the fast XS/C HTTP header parser +Uses the fast XS/C HTTP header parser * Preforking - Spawns workers preforked like most high performance UNIX servers do. - Starman also reaps dead children and automatically restarts the worker - pool. +Spawns workers preforked like most high performance UNIX servers do. +Starman also reaps dead children and automatically restarts the worker +pool. * Signals - Supports 'HUP' for graceful worker restarts, and 'TTIN'/'TTOU' to - dynamically increase or decrease the number of worker processes, as well - as 'QUIT' to gracefully shutdown the worker processes. +Supports 'HUP' for graceful worker restarts, and 'TTIN'/'TTOU' to +dynamically increase or decrease the number of worker processes, as well as +'QUIT' to gracefully shutdown the worker processes. * Superdaemon aware - Supports the Server::Starter manpage for hot deploy and graceful - restarts. +Supports Server::Starter for hot deploy and graceful restarts. * Multiple interfaces and UNIX Domain Socket support - Able to listen on multiple interfaces including UNIX sockets. +Able to listen on multiple interfaces including UNIX sockets. * Small memory footprint - Preloading the applications with '--preload-app' command line option - enables copy-on-write friendly memory management. Also, the minimum - memory usage Starman requires for the master process is 7MB and children - (workers) is less than 3.0MB. +Preloading the applications with '--preload-app' command line option +enables copy-on-write friendly memory management. Also, the minimum memory +usage Starman requires for the master process is 7MB and children (workers) +is less than 3.0MB. * PSGI compatible - Can run any PSGI applications and frameworks +Can run any PSGI applications and frameworks * HTTP/1.1 support - Supports chunked requests and responses, keep-alive and pipeline - requests. +Supports chunked requests and responses, keep-alive and pipeline requests. * UNIX only - This server does not support Win32. +This server does not support Win32. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Build.PL --installdirs=vendor +perl Build.PL --installdirs=vendor ./Build build --flags=%{?_smp_mflags} %check @@ -116,6 +114,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README script +%license LICENSE %changelog ++++++ Starman-0.4014.tar.gz -> Starman-0.4015.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/Build.PL new/Starman-0.4015/Build.PL --- old/Starman-0.4014/Build.PL 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/Build.PL 2019-05-21 03:43:51.000000000 +0200 @@ -1,7 +1,7 @@ -# This Build.PL for Starman was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.010. +# This Build.PL for Starman was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015. use strict; use warnings; use 5.008001; -use Module::Build::Tiny 0.039; +use Module::Build::Tiny 0.034; Build_PL(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/Changes new/Starman-0.4015/Changes --- old/Starman-0.4014/Changes 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/Changes 2019-05-21 03:43:51.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Perl extension Starman +0.4015 2019-05-20 18:43:46 PDT + - Fixed a bug incorrectly handling content body of '0' (olsonanl) #133 + 0.4014 2015-06-03 12:01:00 PDT - Treat ECONNRESET like EPIPE (i.e. ignore), not as a fatal error #114 (Tim Bunce) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/MANIFEST new/Starman-0.4015/MANIFEST --- old/Starman-0.4014/MANIFEST 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/MANIFEST 2019-05-21 03:43:51.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.036. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. Build.PL Changes LICENSE @@ -14,6 +14,7 @@ lib/Starman/Server.pm script/starman t/00_compile.t +t/author-pod-syntax.t t/chunked_req.t t/chunked_termination.t t/chunked_zero_length.t @@ -23,8 +24,8 @@ t/no_chunked_head.t t/rand.psgi t/release-findbin.t -t/release-pod-syntax.t t/release-rand.t +t/single_zero.t t/ssl.t t/ssl_ca.pem t/ssl_key.pem diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/META.json new/Starman-0.4015/META.json --- old/Starman-0.4014/META.json 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/META.json 2019-05-21 03:43:51.000000000 +0200 @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa <miyagawa@bulknews.net>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.036, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.143240", "license" : [ "perl_5" ], @@ -15,23 +15,26 @@ "name" : "Starman", "no_index" : { "directory" : [ - "t", - "xt", + "eg", + "examples", "inc", "share", - "eg", - "examples" + "t", + "xt" ] }, "prereqs" : { "configure" : { "requires" : { - "Module::Build::Tiny" : "0.039" + "Module::Build::Tiny" : "0.034" + }, + "suggests" : { + "JSON::PP" : "2.27300" } }, "develop" : { "requires" : { - "Dist::Milla" : "v1.0.15", + "Dist::Milla" : "v1.0.20", "Test::Pod" : "1.41" } }, @@ -72,7 +75,7 @@ "web" : "https://github.com/miyagawa/Starman" } }, - "version" : "0.4014", + "version" : "0.4015", "x_contributors" : [ "Adam Guthrie <adam.guthrie@dvlgames.com>", "Alex Vandiver <alex@chmrr.net>", @@ -81,6 +84,7 @@ "Audrey Tang <audreyt@audreyt.org>", "Chia-liang Kao <clkao@clkao.org>", "cho45 <cho45@lowreal.net>", + "Damyan Ivanov <dmn@debian.org>", "David Steinbrunner <dsteinbrunner@pobox.com>", "Graham Barr <gbarr@pobox.com>", "Grant McLean <grant@catalyst.net.nz>", @@ -94,10 +98,14 @@ "Perlover <perlover@perlover.com>", "Peter Makholm <peter@makholm.net>", "Piotr Roszatycki <piotr.roszatycki@gmail.com>", + "Robert Olson <olson@mcs.anl.gov>", "Robert Sedlacek <r.sedlacek@shadowcat.co.uk>", - "Slobodan Mišković <slobodan@miskovic.ca>", + "Slobodan Mi\u0161kovi\u0107 <slobodan@miskovic.ca>", "spleenjack <spleenjack@gmail.com>", "Tim Bunce <Tim.Bunce@pobox.com>" - ] + ], + "x_generated_by_perl" : "v5.20.1", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.09", + "x_static_install" : 1 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/META.yml new/Starman-0.4015/META.yml --- old/Starman-0.4014/META.yml 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/META.yml 2019-05-21 03:43:51.000000000 +0200 @@ -7,9 +7,9 @@ Test::More: '0' Test::Requires: '0' configure_requires: - Module::Build::Tiny: '0.039' + Module::Build::Tiny: '0.034' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.036, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001' +generated_by: 'Dist::Milla version v1.0.20, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.143240' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -17,12 +17,12 @@ name: Starman no_index: directory: - - t - - xt - - inc - - share - eg - examples + - inc + - share + - t + - xt requires: Data::Dump: '0' HTTP::Date: '0' @@ -37,7 +37,7 @@ bugtracker: https://github.com/miyagawa/Starman/issues homepage: https://github.com/miyagawa/Starman repository: https://github.com/miyagawa/Starman.git -version: '0.4014' +version: '0.4015' x_contributors: - 'Adam Guthrie <adam.guthrie@dvlgames.com>' - 'Alex Vandiver <alex@chmrr.net>' @@ -46,6 +46,7 @@ - 'Audrey Tang <audreyt@audreyt.org>' - 'Chia-liang Kao <clkao@clkao.org>' - 'cho45 <cho45@lowreal.net>' + - 'Damyan Ivanov <dmn@debian.org>' - 'David Steinbrunner <dsteinbrunner@pobox.com>' - 'Graham Barr <gbarr@pobox.com>' - 'Grant McLean <grant@catalyst.net.nz>' @@ -59,7 +60,11 @@ - 'Perlover <perlover@perlover.com>' - 'Peter Makholm <peter@makholm.net>' - 'Piotr Roszatycki <piotr.roszatycki@gmail.com>' + - 'Robert Olson <olson@mcs.anl.gov>' - 'Robert Sedlacek <r.sedlacek@shadowcat.co.uk>' - 'Slobodan Mišković <slobodan@miskovic.ca>' - 'spleenjack <spleenjack@gmail.com>' - 'Tim Bunce <Tim.Bunce@pobox.com>' +x_generated_by_perl: v5.20.1 +x_serialization_backend: 'YAML::Tiny version 1.73' +x_static_install: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/lib/Starman/Server.pm new/Starman-0.4015/lib/Starman/Server.pm --- old/Starman-0.4014/lib/Starman/Server.pm 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/lib/Starman/Server.pm 2019-05-21 03:43:51.000000000 +0200 @@ -301,7 +301,7 @@ if ( $self->{client}->{keepalive} ) { # If we still have data in the input buffer it may be a pipelined request - if ( $self->{client}->{inputbuf} ) { + if ( $self->{client}->{inputbuf} ne '' ) { if ( $self->{client}->{inputbuf} =~ /^(?:GET|HEAD)/ ) { if ( DEBUG ) { warn "Pipelined GET/HEAD request in input buffer: " @@ -344,7 +344,7 @@ # Do we have a full header in the buffer? # This is before sysread so we don't read if we have a pipelined request # waiting in the buffer - last if defined $self->{client}->{inputbuf} && $self->{client}->{inputbuf} =~ /$CR?$LF$CR?$LF/s; + last if $self->{client}->{inputbuf} ne '' && $self->{client}->{inputbuf} =~ /$CR?$LF$CR?$LF/s; # If not, read some data my $read = sysread $self->{server}->{client}, my $buf, CHUNKSIZE; @@ -404,7 +404,7 @@ my($self, $env) = @_; my $get_chunk = sub { - if ($self->{client}->{inputbuf}) { + if ($self->{client}->{inputbuf} ne '') { my $chunk = delete $self->{client}->{inputbuf}; return ($chunk, length $chunk); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/lib/Starman.pm new/Starman-0.4015/lib/Starman.pm --- old/Starman-0.4014/lib/Starman.pm 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/lib/Starman.pm 2019-05-21 03:43:51.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use 5.008_001; -our $VERSION = '0.4014'; +our $VERSION = '0.4015'; 1; __END__ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/t/author-pod-syntax.t new/Starman-0.4015/t/author-pod-syntax.t --- old/Starman-0.4014/t/author-pod-syntax.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Starman-0.4015/t/author-pod-syntax.t 2019-05-21 03:43:51.000000000 +0200 @@ -0,0 +1,15 @@ +#!perl + +BEGIN { + unless ($ENV{AUTHOR_TESTING}) { + print qq{1..0 # SKIP these tests are for testing by the author\n}; + exit + } +} + +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/t/release-findbin.t new/Starman-0.4015/t/release-findbin.t --- old/Starman-0.4014/t/release-findbin.t 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/t/release-findbin.t 2019-05-21 03:43:51.000000000 +0200 @@ -1,8 +1,8 @@ BEGIN { unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); + print qq{1..0 # SKIP these tests are for release candidate testing\n}; + exit } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/t/release-pod-syntax.t new/Starman-0.4015/t/release-pod-syntax.t --- old/Starman-0.4014/t/release-pod-syntax.t 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/t/release-pod-syntax.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - -# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. -use Test::More; -use Test::Pod 1.41; - -all_pod_files_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/t/release-rand.t new/Starman-0.4015/t/release-rand.t --- old/Starman-0.4014/t/release-rand.t 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/t/release-rand.t 2019-05-21 03:43:51.000000000 +0200 @@ -1,8 +1,8 @@ BEGIN { unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); + print qq{1..0 # SKIP these tests are for release candidate testing\n}; + exit } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/t/single_zero.t new/Starman-0.4015/t/single_zero.t --- old/Starman-0.4014/t/single_zero.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Starman-0.4015/t/single_zero.t 2019-05-21 03:43:51.000000000 +0200 @@ -0,0 +1,32 @@ +use strict; +use Plack::Test; +use Plack::Request; +use HTTP::Request; +use Test::More; + +$Plack::Test::Impl = "Server"; +$ENV{PLACK_SERVER} = 'Starman'; + +my $app = sub { + my $env = shift; + my $req = Plack::Request->new($env); + is $req->content, "0"; + return sub { + my $response = shift; + my $writer = $response->([ 200, [ 'Content-Type', 'text/plain' ]]); + $writer->write("ok"); + $writer->close; + } +}; + +test_psgi $app, sub { + my $cb = shift; + + my $req = HTTP::Request->new(POST => "http://localhost/"); + $req->content('0'); + my $res = $cb->($req); + + is $res->content, "ok"; +}; + +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/t/ssl_ca.pem new/Starman-0.4015/t/ssl_ca.pem --- old/Starman-0.4014/t/ssl_ca.pem 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/t/ssl_ca.pem 2019-05-21 03:43:51.000000000 +0200 @@ -1,16 +1,21 @@ -----BEGIN CERTIFICATE----- -MIICeDCCAeGgAwIBAgIJAOslSqlwsHjtMA0GCSqGSIb3DQEBBQUAMFQxCzAJBgNV -BAYTAkFVMRMwEQYDVQQIDApTb21lLVN0YXRlMQ0wCwYDVQQHDARQZXJsMQ0wCwYD -VQQKDARDUEFOMRIwEAYDVQQDDAlUd2lnZ3kgQ0EwIBcNMTMwNjI0MTI0ODM2WhgP -MjExMzA1MzExMjQ4MzZaMFQxCzAJBgNVBAYTAkFVMRMwEQYDVQQIDApTb21lLVN0 -YXRlMQ0wCwYDVQQHDARQZXJsMQ0wCwYDVQQKDARDUEFOMRIwEAYDVQQDDAlUd2ln -Z3kgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM/DNSFrSL7lXuU0jf8m -QoYcCX9FktOKQxDLbxRxwtHDhglBB8CuiMV+BbS5FrPbQr4nSgE2oJwpnwhuWrHN -WVdaw+jphfaqKyH+EoS1HVvuTE+EuBvddjBOX05y9ep8dXj70VOBPFR5ak/eZ9Ak -T24rGMIPoi98mXPDjH+P4UerAgMBAAGjUDBOMB0GA1UdDgQWBBRmjcVGMIxIobtv -mBA3fueMBktkbDAfBgNVHSMEGDAWgBRmjcVGMIxIobtvmBA3fueMBktkbDAMBgNV -HRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GBAJWVQFrrBKWd3dZOMYZoubvOoaMu -lF18SThy0d0BB4KJ0smimQw/AG+yI/lEGjQZqNzPg/QO8DboFn2RATWEbnjUKln1 -Y7bEBgKQOoOvjXzoLrcNjUwHcYInSkkSiogW5Fif3cwrpNesbyT+6yck3eKV9dDs -20Sk95QANMswpEsy +MIIDazCCAlOgAwIBAgIUIiI/iRVTq/tVgh0aRA5NdV00hWIwDQYJKoZIhvcNAQEL +BQAwRTELMAkGA1UEBhMCQVUxEzARBgNVBAgMClNvbWUtU3RhdGUxDTALBgNVBAoM +BENQQU4xEjAQBgNVBAMMCVR3aWdneSBDQTAeFw0xODEwMjkyMDAyMDJaFw0yOTEw +MTEyMDAyMDJaMEUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIDApTb21lLVN0YXRlMQ0w +CwYDVQQKDARDUEFOMRIwEAYDVQQDDAlUd2lnZ3kgQ0EwggEiMA0GCSqGSIb3DQEB +AQUAA4IBDwAwggEKAoIBAQDBFop2+rRjBb5ljDQf9Nf6RLuGblKkQHlTX0IyWjB2 +LMOs8hjvQTcGcj1F4K1C6R6enapyo3oHy3VRXwncFcuIkGsblCiQe7N5eDxXDm3S +/OnGit7e4wWXT//Jz4UPqb5E2egE2/UD9vNiMgpLlBtcpocs4ftG9zcAfc30Iti+ ++0cY9Xj+2PidGNLGTnLVxBHgcMAuVl56Bln++t4zhzMULnmDLZRn7A4Y2hgASwgi +/pEOzhDaotUA3UWxHT5ji3zowYFPEaeCrLaVIhLB03t1kyKI37gyzdQLvfb8zgSV +dQfTuUJg3xALQ5SwkJ3YkkB88kzx1a5WmznRU+B0hX8PAgMBAAGjUzBRMB0GA1Ud +DgQWBBR6irOqu7DaNMbdFDxkwJbO/ghaoTAfBgNVHSMEGDAWgBR6irOqu7DaNMbd +FDxkwJbO/ghaoTAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBD +3G4sUS6Oves6Ov/l1qPri02dTF5KZIvnn7PX4vTGq022/q1tRd5tL9uwttSutb6i +5/iqL9JMz1/ExJk4LN5y3Zl7jf5a8wg8Tm/7Wu8gfbSn6ChgbfWcwcrje5ImgsHN +evwgQxm2WgXkiqvpnvOramCYSwEyhEBX89hJWaBkuSKuDa/rPpjQrce3DbzzQT3C +LOiHppZk5rOyOLLGoZYwWbS2+MfQKz6dQmSrMWwwk5CamPGCDvj1Cwmh/hMY2dNq +lzSeT7YFThqDv0XhQxTFhkvXOK8xrQuGLvCFIYGZYbNAd2gCguY5lBELJFJHfBFD +3hn7L7wx4M++rOqlCLPm -----END CERTIFICATE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Starman-0.4014/t/ssl_key.pem new/Starman-0.4015/t/ssl_key.pem --- old/Starman-0.4014/t/ssl_key.pem 2015-06-03 21:01:03.000000000 +0200 +++ new/Starman-0.4015/t/ssl_key.pem 2019-05-21 03:43:51.000000000 +0200 @@ -1,32 +1,48 @@ ------BEGIN RSA PRIVATE KEY----- -MIICXQIBAAKBgQC97L0abgahu40RdF5tZtfs3bnXdDrOvUi2Aaqmxrth/LXFpwJh -YjILdtBO2/OwVsV8Srb56LtiYMMCISLI2TdFo9rtRX+1947hBrHAyREdJCZG2oOK -GjSVK8Ew4/ITGn7PcY553WPG00UBURaXCHj4XolFdJkzJ898ZOfjieJbKwIDAQAB -AoGAYKl7uVbkQy5cZtTONmoQXXqf2jtKruwBdLi2bPlaZ02iCf2tJXk/tTv8WxZx -GX+gNVkldV3w+On8djn9JTIAgayhFqUpRnnH0QUDYaOeSBMwJ15Lh7FnxgOubtZ9 -Nybw0n2i1+7NnzQWW8Hbg0q0xUrPvQM+6ofXMcILNEhruiECQQDylZMJakDkHCGb -25j2VLg1KyPXfsSXInbtAOYPHGWWnwPlai5aajNqJaEVWoggMeCqWQ+ncixHL2AP -ruy4yVzbAkEAyG2g+yVqnU/tf9j/e7uLcXBoG0HRk94ntHWYWX8w2z0yWcaaC4g5 -OUuVzaJuIx8dDIMaBJjnGNrMASCxd+Aj8QJBAI7BVPkabTuQDnsw3LBBpPGtBHeh -Y0Fph8DrYXeNB39+7oUIWmTc0IrrwALX9vmzQHoe1SZ9+u6dQ5OXJjmMTjcCQQCt -3UPfeTbCHjrFQ+VkXW16S2tT8cWvAvDof3ZYdJhaJv0NmdW5mUMiq6nYx0XJW80k -NHoWcNlP20VK2SR5+8rRAkBIUFfBtGlHLwzjC/GXqf8avU+pjmT1bmJrWbJIG6dg -NZpy7goBxUin0lyP3/+INgbbuBhVGmCfIXmFhQTADO+6 ------END RSA PRIVATE KEY----- +-----BEGIN PRIVATE KEY----- +MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDqNpja2Nj0nyhL +LIxILjRoLt7Z8rp96/G7pxgoQ5USJr5y2gx7FfKnalF+UEJdZgjNcIkWWm8aybBI +tKXcmFH0axWMGZXsQdNdw2tzWzj8dkiWGpdyMLMBFLlihofyXApHl7oeg+kFCVpA +3ov11Z6p10vVKTd7Do+AAcfsVv/RUJWPS4a+ETQMRzk9xYO6GKt80f0RRkv/VAu1 +yvmEfaZAtKhUFrqbKQmISdIjkDbjoWgXc0Lg7NCcf1p7mNBh6UjxCqxo0M++EtPD +7adO+5DsI7LuoLF5Gsj1DBRITkJvGNBROz0S982XROebyDo5NOcIIjipns1A2wUb +QrPD83ifAgMBAAECggEAEHxZVAYxdz6AspHnKel+rNqnuwWX1Oc3s7K2Q5dGNene +O+1XNY687sXQCKkTksls0zEZpSYmbedGbkew6Q8bra2f7aWbZO7ZNt9bf9oq77JP +t6kVgeclomzYA7Ree1O5MYLfiehVDZKz9J71kQ9BRMkvwEhPbG0A8sytSthw10XH +UTcr+WBs2MhHTzPHkNon/lea8543aq+ccHwx69E0GKnixIE+wVPYBgwf1ZSdOiHh +iPEknoYgzLUbq2etcWfGf9OzEulPsLYvHf/FsU85DmHr78LuBaJJHnw/gD4G/uCk +U9iW0K9pnB8dQVdjIB4Qms1yPkdnzSlZYjKZpDhAWQKBgQD/Co0iZpizUkwB4WjJ +yboM7CmW/lxoQQ0OgIwFP2Bqy5GK42//MT50z14V7LMkod1ZjYF7DGuWzhZ8mzAH +OqUiYVj3vd61J6to4aZ3YGYy9Wn2DQE0YCv0tNQ2Hy5H5X0my55kVhBKGuWuz8gV +bcLzGcCgxTh+g4QVRCrnbgWybQKBgQDrGABPVYGXd9Lr6nsYW2FKrxdtuEfJKppH +2Ai2co7WBPtpcm0rQrQQpkQlVr+dLQEs9couZ2o7l10GeIC2cmUQjT3IDqZDirOR +DfWD5FJO8kmCL1Lqx8gbaJk1GDmas838LtKVvWQjyD/YmSGU3gaHgCompDYFrSBp +Av2dAhTPuwKBgDgM1pWf3KFUTdX/9uqaBeR/JmjDwAU9fqQYRi2FDyiJUpQmhd+c +r/A1/qRs37YGSMI8oh8rzJ1Y74I1DOoZzl7u7AGOXdqMPFSReuczbWJ3ovDrTL94 +/1AJSbYXRjGQ0t9q0oWUkIHoxV+U1JE5DSYmG7p5fX/4YVfXImK4QFJFAoGBAI3G +zLELbPrOrWnO3+theHwUublWkBw2UBKRqzd0QMW6/W+rLUEQmg0MaD5oYWhFctcN +Z5+yiDNl5hj35Q+iT2a69w5GH2jOJdqNo4ml0SmBHmmfZo7marx0yShm8p5kXw39 +osvhCpo1sqNKPiFMAH4JAeKJ13Z24PvTbOUaEzjvAoGAMMlBaOHyhOUtcNwjg12C +IpSZiStcQFOPgOb+4lO6MKyQaU4yp8Y6yXZGuBfZDdYKxXc7g9pGPEu7wYE8JX4a +xcixJrkvbq8kMbbS2GcStrDohPAgmptdhHGR00+jGN1EnK40a0nKrFii0RwvucxW +FYizcklNMPmFOHuJQopwG+g= +-----END PRIVATE KEY----- -----BEGIN CERTIFICATE----- -MIICtzCCAiCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBUMQswCQYDVQQGEwJBVTET -MBEGA1UECAwKU29tZS1TdGF0ZTENMAsGA1UEBwwEUGVybDENMAsGA1UECgwEQ1BB -TjESMBAGA1UEAwwJVHdpZ2d5IENBMCAXDTEzMDYyNDE0MDkxN1oYDzIxMTMwNTMx -MTQwOTE3WjBbMQswCQYDVQQGEwJBVTETMBEGA1UECAwKU29tZS1TdGF0ZTENMAsG -A1UEBwwEUGVybDEUMBIGA1UECgwLVHdpZ2d5OjpUTFMxEjAQBgNVBAMMCWxvY2Fs -aG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAvey9Gm4GobuNEXRebWbX -7N2513Q6zr1ItgGqpsa7Yfy1xacCYWIyC3bQTtvzsFbFfEq2+ei7YmDDAiEiyNk3 -RaPa7UV/tfeO4QaxwMkRHSQmRtqDiho0lSvBMOPyExp+z3GOed1jxtNFAVEWlwh4 -+F6JRXSZMyfPfGTn44niWysCAwEAAaOBjzCBjDAJBgNVHRMEAjAAMBEGCWCGSAGG -+EIBAQQEAwIGQDAsBglghkgBhvhCAQ0EHxYdT3BlblNTTCBHZW5lcmF0ZWQgQ2Vy -dGlmaWNhdGUwHQYDVR0OBBYEFNEyv4THaOchG4iWvGnWYv13FdBTMB8GA1UdIwQY -MBaAFGaNxUYwjEihu2+YEDd+54wGS2RsMA0GCSqGSIb3DQEBBQUAA4GBAIG24tBn -rAOJUCcFUVSPbVdhxvjWjuzN5NRuhJyPRc2dEoZeQ2A7gP0znPnoelTOrKfduf04 -cMsMNAUVNyMnGY3BdHl9ShsbCq8RmFzogB1oT0vV2iyQIdp1+L4ll8z+E/waNBR7 -TIbJDA86rCs5lQ3kL8q7ZBIFNApsoAM+b3z1 +MIIDTjCCAjagAwIBAgIUIiI/iRVTq/tVgh0aRA5NdV00hWQwDQYJKoZIhvcNAQEL +BQAwRTELMAkGA1UEBhMCQVUxEzARBgNVBAgMClNvbWUtU3RhdGUxDTALBgNVBAoM +BENQQU4xEjAQBgNVBAMMCVR3aWdneSBDQTAeFw0xODEwMjkyMDE3MDhaFw0yOTEw +MTEyMDE3MDhaMFsxCzAJBgNVBAYTAkFVMRMwEQYDVQQIDApTb21lLVN0YXRlMQ0w +CwYDVQQHDARQZXJsMRQwEgYDVQQKDAtUd2lnZ3k6OlRMUzESMBAGA1UEAwwJbG9j +YWxob3N0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6jaY2tjY9J8o +SyyMSC40aC7e2fK6fevxu6cYKEOVEia+ctoMexXyp2pRflBCXWYIzXCJFlpvGsmw +SLSl3JhR9GsVjBmV7EHTXcNrc1s4/HZIlhqXcjCzARS5YoaH8lwKR5e6HoPpBQla +QN6L9dWeqddL1Sk3ew6PgAHH7Fb/0VCVj0uGvhE0DEc5PcWDuhirfNH9EUZL/1QL +tcr5hH2mQLSoVBa6mykJiEnSI5A246FoF3NC4OzQnH9ae5jQYelI8QqsaNDPvhLT +w+2nTvuQ7COy7qCxeRrI9QwUSE5CbxjQUTs9EvfNl0Tnm8g6OTTnCCI4qZ7NQNsF +G0Kzw/N4nwIDAQABoyAwHjAJBgNVHRMEAjAAMBEGCWCGSAGG+EIBAQQEAwIGQDAN +BgkqhkiG9w0BAQsFAAOCAQEAVOEsMwoWZozYM102nwwRDveaqsLmQUIq6CfAQ1tC +6WtxtV3ZpydfRJauwNEa1tPtWn7RrqHttZwwG5YD8TvxqJvX18nJXQz8GUef2L65 +ZxPoiZOd+pL7eB9P7Hscyp2q76JWJDd0j86QMoL8P9MqZ6J1z4UgoeaDVX1YDRe9 +WBtgI+sy4O+v1uPHNv1yT3mG4cTrc8PKFh5G9KmqMAAqha9HslaEWHwz7mXJxOS0 +PegBGFjjIw/S6XV5kf7ZLbBnZDRKah9BPxL/K8lmZnBReAJaNMVkE/1KA/5aNp4J +3m9c4DXL+svrQim8nFG3TizjbPkmuRnts5+jwSe5IB3bvQ== -----END CERTIFICATE-----
participants (1)
-
root