Update versions

This commit is contained in:
Yadd 2022-07-28 12:42:15 +02:00
parent b4ff23d9b2
commit a8254dec1c
45 changed files with 45 additions and 45 deletions

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Common::Apache::Session::Store;
use strict; use strict;
our $VERSION = '2.0.10'; our $VERSION = '2.0.15';
sub new { sub new {
my $class = shift; my $class = shift;

View File

@ -27,7 +27,7 @@ use Config::IniFiles;
#inherits Lemonldap::NG::Common::Conf::Backends::SOAP #inherits Lemonldap::NG::Common::Conf::Backends::SOAP
#inherits Lemonldap::NG::Common::Conf::Backends::LDAP #inherits Lemonldap::NG::Common::Conf::Backends::LDAP
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
our $msg = ''; our $msg = '';
our $iniObj; our $iniObj;

View File

@ -5,7 +5,7 @@ use strict;
use Exporter 'import'; use Exporter 'import';
use base qw(Exporter); use base qw(Exporter);
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
# CONSTANTS # CONSTANTS

View File

@ -1,7 +1,7 @@
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand # This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package Lemonldap::NG::Common::Conf::DefaultValues; package Lemonldap::NG::Common::Conf::DefaultValues;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
sub defaultValues { sub defaultValues {
return { return {

View File

@ -5,7 +5,7 @@ use strict;
use Exporter 'import'; use Exporter 'import';
use base qw(Exporter); use base qw(Exporter);
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
our %EXPORT_TAGS = ( 'all' => [qw($simpleHashKeys $doubleHashKeys $specialNodeKeys $casAppMetaDataNodeKeys $casSrvMetaDataNodeKeys $oidcOPMetaDataNodeKeys $oidcRPMetaDataNodeKeys $samlIDPMetaDataNodeKeys $samlSPMetaDataNodeKeys $virtualHostKeys $specialNodeHash $authParameters $issuerParameters $samlServiceParameters $oidcServiceParameters $casServiceParameters)] ); our %EXPORT_TAGS = ( 'all' => [qw($simpleHashKeys $doubleHashKeys $specialNodeKeys $casAppMetaDataNodeKeys $casSrvMetaDataNodeKeys $oidcOPMetaDataNodeKeys $oidcRPMetaDataNodeKeys $samlIDPMetaDataNodeKeys $samlSPMetaDataNodeKeys $virtualHostKeys $specialNodeHash $authParameters $issuerParameters $samlServiceParameters $oidcServiceParameters $casServiceParameters)] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

View File

@ -10,7 +10,7 @@ package Lemonldap::NG::Common::Logger::Sentry;
use strict; use strict;
use Sentry::Raven; use Sentry::Raven;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
sub new { sub new {
my $self = bless {}, shift; my $self = bless {}, shift;

View File

@ -2,7 +2,7 @@ package Lemonldap::NG::Common::Logger::Std;
use strict; use strict;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
sub new { sub new {
no warnings 'redefine'; no warnings 'redefine';

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Common::Logger::Syslog;
use strict; use strict;
use Sys::Syslog qw(:standard); use Sys::Syslog qw(:standard);
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
sub new { sub new {
my ( $class, $conf, %args ) = @_; my ( $class, $conf, %args ) = @_;

View File

@ -6,7 +6,7 @@ use JSON;
use Plack::Request; use Plack::Request;
use URI::Escape; use URI::Escape;
our $VERSION = '2.0.10'; our $VERSION = '2.0.15';
our @ISA = ('Plack::Request'); our @ISA = ('Plack::Request');

View File

@ -9,7 +9,7 @@ package Lemonldap::NG::Common::Session;
use strict; use strict;
use Lemonldap::NG::Common::Apache::Session; use Lemonldap::NG::Common::Apache::Session;
our $VERSION = '2.0.10'; our $VERSION = '2.0.15';
# Workaround for another ModPerl/Mouse issue... # Workaround for another ModPerl/Mouse issue...
BEGIN { BEGIN {

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Handler::Main::Init; package Lemonldap::NG::Handler::Main::Init;
our $VERSION = '2.0.6'; our $VERSION = '2.0.15';
package Lemonldap::NG::Handler::Main; package Lemonldap::NG::Handler::Main;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Handler::Main::Reload; package Lemonldap::NG::Handler::Main::Reload;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
package Lemonldap::NG::Handler::Main; package Lemonldap::NG::Handler::Main;

View File

@ -5,7 +5,7 @@ package Lemonldap::NG::Handler::Server::Main;
use strict; use strict;
our $VERSION = '2.0.10'; our $VERSION = '2.0.15';
use base 'Lemonldap::NG::Handler::PSGI::Main'; use base 'Lemonldap::NG::Handler::PSGI::Main';

View File

@ -17,7 +17,7 @@ use JSON;
use Lemonldap::NG::Common::Conf::Constants; use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::PSGI::Constants; use Lemonldap::NG::Common::PSGI::Constants;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Handler::PSGI::Router Lemonldap::NG::Handler::PSGI::Router

View File

@ -1,7 +1,7 @@
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand # This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package Lemonldap::NG::Manager::Attributes; package Lemonldap::NG::Manager::Attributes;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
sub perlExpr { sub perlExpr {
my ( $val, $conf ) = @_; my ( $val, $conf ) = @_;

View File

@ -6,7 +6,7 @@
package Lemonldap::NG::Manager::Build::Attributes; package Lemonldap::NG::Manager::Build::Attributes;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
use strict; use strict;
use Regexp::Common qw/URI/; use Regexp::Common qw/URI/;

View File

@ -14,7 +14,7 @@
package Lemonldap::NG::Manager::Build::CTrees; package Lemonldap::NG::Manager::Build::CTrees;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
sub cTrees { sub cTrees {
return { return {

View File

@ -17,7 +17,7 @@
package Lemonldap::NG::Manager::Build::Tree; package Lemonldap::NG::Manager::Build::Tree;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
# TODO: Missing: # TODO: Missing:
# * activeTimer # * activeTimer

View File

@ -8,7 +8,7 @@ use Lemonldap::NG::Handler::Main;
use Lemonldap::NG::Common::Util qw(getSameSite); use Lemonldap::NG::Common::Util qw(getSameSite);
use URI; use URI;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
## @method hashref tests(hashref conf) ## @method hashref tests(hashref conf)
# Return a hash ref where keys are the names of the tests and values # Return a hash ref where keys are the names of the tests and values

View File

@ -12,7 +12,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SENDRESPONSE PE_SENDRESPONSE
); );
our $VERSION = '2.0.10'; our $VERSION = '2.0.15';
extends 'Lemonldap::NG::Portal::Lib::Code2F'; extends 'Lemonldap::NG::Portal::Lib::Code2F';

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SENDRESPONSE PE_SENDRESPONSE
); );
our $VERSION = '2.0.10'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Portal::Lib::Code2F Lemonldap::NG::Portal::Lib::Code2F

View File

@ -7,7 +7,7 @@ use JSON qw(from_json to_json);
use MIME::Base64 qw(encode_base64url decode_base64url); use MIME::Base64 qw(encode_base64url decode_base64url);
use Crypt::URandom; use Crypt::URandom;
our $VERSION = '2.0.12'; our $VERSION = '2.0.15';
extends 'Lemonldap::NG::Portal::2F::Register::Base'; extends 'Lemonldap::NG::Portal::2F::Register::Base';
with 'Lemonldap::NG::Portal::Lib::WebAuthn'; with 'Lemonldap::NG::Portal::Lib::WebAuthn';

View File

@ -17,7 +17,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_BADCREDENTIALS PE_BADCREDENTIALS
); );
our $VERSION = '2.0.12'; our $VERSION = '2.0.15';
extends 'Lemonldap::NG::Portal::Main::SecondFactor'; extends 'Lemonldap::NG::Portal::Main::SecondFactor';
with 'Lemonldap::NG::Portal::Lib::WebAuthn'; with 'Lemonldap::NG::Portal::Lib::WebAuthn';

View File

@ -25,7 +25,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SENDRESPONSE PE_SENDRESPONSE
); );
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Portal::Main::Auth Lemonldap::NG::Portal::Main::Auth

View File

@ -19,7 +19,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_PASSWORDFORMEMPTY PE_PASSWORDFORMEMPTY
); );
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Portal::Main::Auth Lemonldap::NG::Portal::Main::Auth

View File

@ -5,7 +5,7 @@ use Mouse;
use MIME::Base64; use MIME::Base64;
use GD::SecurityImage use_magick => 1; use GD::SecurityImage use_magick => 1;
our $VERSION = '2.0.12'; our $VERSION = '2.0.15';
extends 'Lemonldap::NG::Portal::Main::Plugin'; extends 'Lemonldap::NG::Portal::Main::Plugin';

View File

@ -20,7 +20,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
); );
use String::Random qw/random_string/; use String::Random qw/random_string/;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Portal::Main::Issuer Lemonldap::NG::Portal::Main::Issuer

View File

@ -7,7 +7,7 @@ use XML::Simple;
use Lemonldap::NG::Common::UserAgent; use Lemonldap::NG::Common::UserAgent;
use URI; use URI;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
# PROPERTIES # PROPERTIES

View File

@ -6,7 +6,7 @@ use strict;
use Mouse; use Mouse;
use MIME::Base64; use MIME::Base64;
our $VERSION = '2.0.12'; our $VERSION = '2.0.15';
extends 'Lemonldap::NG::Common::Module'; extends 'Lemonldap::NG::Common::Module';

View File

@ -6,7 +6,7 @@ use XML::LibXML;
use XML::LibXSLT; use XML::LibXSLT;
use POSIX qw(strftime); use POSIX qw(strftime);
our $VERSION = '2.0.12'; our $VERSION = '2.0.15';
# Lemonldap::NG::Portal::Main::Plugin provides addAuthRoute() and # Lemonldap::NG::Portal::Main::Plugin provides addAuthRoute() and
# addUnauthRoute() methods in addition of Lemonldap::NG::Common::Module. # addUnauthRoute() methods in addition of Lemonldap::NG::Common::Module.

View File

@ -23,7 +23,7 @@ use Mouse;
use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_REDIRECT); use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_REDIRECT);
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
# OpenID Connect standard claims # OpenID Connect standard claims
use constant PROFILE => [ use constant PROFILE => [

View File

@ -21,7 +21,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SAML_SLO_ERROR PE_SAML_SLO_ERROR
); );
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
# PROPERTIES # PROPERTIES

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Portal::Main::Auth;
use strict; use strict;
use Mouse; use Mouse;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
extends 'Lemonldap::NG::Portal::Main::Plugin'; extends 'Lemonldap::NG::Portal::Main::Plugin';

View File

@ -4,7 +4,7 @@ package Lemonldap::NG::Portal::Main::Constants;
use strict; use strict;
use Exporter 'import'; use Exporter 'import';
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
use constant HANDLER => 'Lemonldap::NG::Handler::PSGI::Main'; use constant HANDLER => 'Lemonldap::NG::Handler::PSGI::Main';
use constant URIRE => use constant URIRE =>

View File

@ -8,7 +8,7 @@
# of lemonldap-ng.ini) and underlying handler configuration # of lemonldap-ng.ini) and underlying handler configuration
package Lemonldap::NG::Portal::Main::Init; package Lemonldap::NG::Portal::Main::Init;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
package Lemonldap::NG::Portal::Main; package Lemonldap::NG::Portal::Main;

View File

@ -7,7 +7,7 @@ use strict;
use Mouse; use Mouse;
use Lemonldap::NG::Portal::Main::Constants ':all'; use Lemonldap::NG::Portal::Main::Constants ':all';
our $VERSION = '2.0.8'; our $VERSION = '2.0.15';
extends 'Lemonldap::NG::Common::PSGI::Request'; extends 'Lemonldap::NG::Common::PSGI::Request';

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_BADCREDENTIALS PE_BADCREDENTIALS
); );
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Portal::Main::Plugin Lemonldap::NG::Portal::Main::Plugin

View File

@ -14,7 +14,7 @@ extends qw(
Lemonldap::NG::Portal::Password::Base Lemonldap::NG::Portal::Password::Base
); );
our $VERSION = '2.0.10'; our $VERSION = '2.0.15';
sub init { sub init {
my ($self) = @_; my ($self) = @_;

View File

@ -13,7 +13,7 @@ extends qw(
); );
our $VERSION = '2.0.10'; our $VERSION = '2.0.15';
sub init { sub init {
my ($self) = @_; my ($self) = @_;

View File

@ -31,7 +31,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_MAILCONFIRMATION_ALREADY_SENT PE_MAILCONFIRMATION_ALREADY_SENT
); );
our $VERSION = '2.0.12'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Portal::Lib::SMTP Lemonldap::NG::Portal::Lib::SMTP

View File

@ -32,7 +32,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_PP_INSUFFICIENT_PASSWORD_QUALITY PE_PP_INSUFFICIENT_PASSWORD_QUALITY
); );
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Portal::Lib::SMTP Lemonldap::NG::Portal::Lib::SMTP

View File

@ -66,7 +66,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
URIRE URIRE
); );
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Portal::Main::Plugin Lemonldap::NG::Portal::Main::Plugin

View File

@ -22,7 +22,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_MAILCONFIRMATION_ALREADY_SENT PE_MAILCONFIRMATION_ALREADY_SENT
); );
our $VERSION = '2.0.13'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Portal::Lib::SMTP Lemonldap::NG::Portal::Lib::SMTP

View File

@ -15,7 +15,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
extends 'Lemonldap::NG::Common::Module'; extends 'Lemonldap::NG::Common::Module';
our $VERSION = '2.0.12'; our $VERSION = '2.0.15';
# Sample accounts from Doctor Who characters # Sample accounts from Doctor Who characters
our %demoAccounts = ( our %demoAccounts = (

View File

@ -9,7 +9,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_OK PE_OK
); );
our $VERSION = '2.0.12'; our $VERSION = '2.0.15';
extends qw( extends qw(
Lemonldap::NG::Common::Module Lemonldap::NG::Common::Module