Update version of (really) modified files

This commit is contained in:
Xavier 2019-09-12 21:56:49 +02:00
parent b3f2e7941a
commit e50e7d09d1
40 changed files with 40 additions and 40 deletions

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Common;
our $VERSION = '2.0.5';
our $VERSION = '2.0.6';
1;
__END__

View File

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

View File

@ -6,7 +6,7 @@ use Mouse;
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::Conf::ReConstants;
our $VERSION = '2.0.5';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Common::Conf::AccessLib';

View File

@ -6,7 +6,7 @@ use JSON;
use Lemonldap::NG::Common::PSGI::Constants;
use Lemonldap::NG::Common::PSGI::Request;
our $VERSION = '2.0.3';
our $VERSION = '2.0.6';
our $_json = JSON->new->allow_nonref;

View File

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

View File

@ -7,7 +7,7 @@ package Lemonldap::NG::Common::PSGI::SOAPService;
require SOAP::Lite;
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
## @cmethod Lemonldap::NG::Common::PSGI::SOAPService new(object obj,string @func)
# Constructor

View File

@ -6,7 +6,7 @@
package Lemonldap::NG::Common::Session;
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
use Lemonldap::NG::Common::Apache::Session;

View File

@ -5,7 +5,7 @@ use Mouse;
use Lemonldap::NG::Common::Conf::Constants;
use JSON qw(from_json to_json);
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
has sessionTypes => ( is => 'rw' );

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Handler;
# Use the appropriate handler
# For Apache, use Lemonldap::NG::Handler::ApacheMP2
our $VERSION = '2.0.5';
our $VERSION = '2.0.6';
1;

View File

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

View File

@ -7,7 +7,7 @@ use strict;
use Mouse;
use Lemonldap::NG::Handler::Server::Main;
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Handler::PSGI';

View File

@ -5,6 +5,6 @@ use strict;
use base 'Lemonldap::NG::Handler::Lib::Fail',
'Lemonldap::NG::Handler::Server::Main';
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
1;

View File

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

View File

@ -19,7 +19,7 @@ use feature 'state';
extends 'Lemonldap::NG::Common::Conf::RESTServer';
our $VERSION = '2.0.4';
our $VERSION = '2.0.6';
#############################
# I. INITIALIZATION METHODS #

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Manager::Conf::Zero;
our $VERSION = '2.0.3';
our $VERSION = '2.0.6';
sub zeroConf {
my ( $domain, $sessionDir, $persistentSessionDir, $notificationDir ) = @_;

View File

@ -15,7 +15,7 @@ use feature 'state';
extends 'Lemonldap::NG::Common::Conf::AccessLib';
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
has notifAccess => ( is => 'rw' );

View File

@ -11,7 +11,7 @@ use feature 'state';
extends 'Lemonldap::NG::Manager::Conf';
our $VERSION = '2.0.4';
our $VERSION = '2.0.6';
#############################
# I. INITIALIZATION METHODS #

View File

@ -1,7 +1,7 @@
# Alias for Lemonldap::NG::Portal::Main
package Lemonldap::NG::Portal;
our $VERSION = '2.0.5';
our $VERSION = '2.0.6';
use Lemonldap::NG::Portal::Main;
use base 'Lemonldap::NG::Portal::Main';

View File

@ -21,7 +21,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_TOKENEXPIRED
);
our $VERSION = '2.0.5';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Portal::Main::Plugin';
with 'Lemonldap::NG::Portal::Lib::OverConf';

View File

@ -5,7 +5,7 @@ use strict;
use Mouse;
use JSON qw(from_json to_json);
our $VERSION = '2.0.4';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Portal::Main::Plugin', 'Lemonldap::NG::Common::TOTP';

View File

@ -5,7 +5,7 @@ use strict;
use Mouse;
use JSON qw(from_json to_json);
our $VERSION = '2.0.4';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Portal::Main::Plugin',
'Lemonldap::NG::Portal::Lib::U2F';

View File

@ -9,7 +9,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_ERROR
);
our $VERSION = '2.0.4';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Portal::Main::Plugin';

View File

@ -8,7 +8,7 @@ use Mouse;
use Lemonldap::NG::Portal::Main::Constants
qw(PE_OK PE_PP_PASSWORD_EXPIRED PE_PP_CHANGE_AFTER_RESET);
our $VERSION = '2.0.2';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Portal::Auth::LDAP';

View File

@ -8,7 +8,7 @@ use Lemonldap::NG::Portal::Main::Constants
qw(PE_OK PE_FORBIDDENIP PE_USERNOTFOUND);
use Lemonldap::NG::Portal::Lib::Slave;
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Portal::Main::Auth';

View File

@ -10,7 +10,7 @@ use Mouse;
use MIME::Base64;
use Lemonldap::NG::Common::FormEncode;
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Common::PSGI';

View File

@ -17,7 +17,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_UNAUTHORIZEDPARTNER
);
our $VERSION = '2.0.5';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Portal::Main::Issuer',
'Lemonldap::NG::Portal::Lib::SAML';

View File

@ -7,7 +7,7 @@ use Safe;
extends 'Lemonldap::NG::Portal::Lib::Wrapper';
with 'Lemonldap::NG::Portal::Lib::OverConf';
our $VERSION = '2.0.5';
our $VERSION = '2.0.6';
has modules => ( is => 'rw', default => sub { {} } );

View File

@ -8,7 +8,7 @@ use Lemonldap::NG::Portal::Main::Constants
extends 'Lemonldap::NG::Common::Module';
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
# PROPERTIES

View File

@ -5,7 +5,7 @@ use Mouse;
use Lemonldap::NG::Common::UserAgent;
use JSON qw(from_json to_json);
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
has ua => (
is => 'rw',

View File

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

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Portal::Main::Constants;
use strict;
use Exporter 'import';
our $VERSION = '2.0.3';
our $VERSION = '2.0.6';
use constant HANDLER => 'Lemonldap::NG::Handler::PSGI::Main';
use constant {

View File

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

View File

@ -6,7 +6,7 @@ use strict;
use Mouse;
use Clone 'clone';
our $VERSION = '2.0.3';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Common::Module';

View File

@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_ERROR
);
our $VERSION = '2.0.5';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Common::Module';

View File

@ -2,7 +2,7 @@
# into "plugins" list in lemonldap-ng.ini, section "portal"
package Lemonldap::NG::Portal::Main::Plugins;
our $VERSION = '2.0.3';
our $VERSION = '2.0.6';
package Lemonldap::NG::Portal::Main;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Portal::Main::Process;
our $VERSION = '2.0.5';
our $VERSION = '2.0.6';
package Lemonldap::NG::Portal::Main;

View File

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

View File

@ -22,7 +22,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_TOKENEXPIRED
);
our $VERSION = '2.0.3';
our $VERSION = '2.0.6';
extends 'Lemonldap::NG::Portal::Main::Plugin',
'Lemonldap::NG::Portal::Lib::SMTP', 'Lemonldap::NG::Portal::Lib::_tokenRule';

View File

@ -6,7 +6,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_ERROR PE_BADCREDENTIALS);
extends 'Lemonldap::NG::Portal::Lib::DBI';
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
# PROPERTIES

View File

@ -7,7 +7,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(PE_OK);
extends 'Lemonldap::NG::Portal::Lib::LDAP';
our $VERSION = '2.0.2';
our $VERSION = '2.0.6';
has ldapGroupAttributeNameSearch => (
is => 'rw',