From a8254dec1c9b29ae3cf11967397b2a3cf1448cf5 Mon Sep 17 00:00:00 2001 From: Yadd Date: Thu, 28 Jul 2022 12:42:15 +0200 Subject: [PATCH] Update versions --- .../lib/Lemonldap/NG/Common/Apache/Session/Store.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Constants.pm | 2 +- .../lib/Lemonldap/NG/Common/Conf/DefaultValues.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/ReConstants.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Sentry.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Std.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Syslog.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm | 2 +- lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm | 2 +- lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm | 2 +- lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/Main.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm | 2 +- .../lib/Lemonldap/NG/Manager/Build/Attributes.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/CTrees.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/REST.pm | 2 +- .../lib/Lemonldap/NG/Portal/2F/Register/WebAuthn.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/WebAuthn.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SAML.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/_WebForm.pm | 2 +- .../lib/Lemonldap/NG/Portal/Captcha/SecurityImage.pm | 2 +- .../lib/Lemonldap/NG/Portal/Issuer/OpenIDConnect.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/CAS.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm | 2 +- .../lib/Lemonldap/NG/Portal/Lib/Notifications/XML.pm | 2 +- .../lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Init.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm | 2 +- .../lib/Lemonldap/NG/Portal/Main/SecondFactor.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/AD.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/DBI.pm | 2 +- .../lib/Lemonldap/NG/Portal/Plugins/CertificateResetByMail.pm | 2 +- .../lib/Lemonldap/NG/Portal/Plugins/MailPasswordReset.pm | 2 +- .../lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/Demo.pm | 2 +- .../lib/Lemonldap/NG/Portal/UserDB/OpenIDConnect.pm | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Store.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Store.pm index 7db56ca09..56b466003 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Store.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Store.pm @@ -3,7 +3,7 @@ package Lemonldap::NG::Common::Apache::Session::Store; use strict; -our $VERSION = '2.0.10'; +our $VERSION = '2.0.15'; sub new { my $class = shift; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm index 36b754921..c23f31ea6 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm @@ -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.14'; +our $VERSION = '2.0.15'; our $msg = ''; our $iniObj; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Constants.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Constants.pm index d21ae9cc8..2275ee50e 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Constants.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Constants.pm @@ -5,7 +5,7 @@ use strict; use Exporter 'import'; use base qw(Exporter); -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; # CONSTANTS diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm index fc810fa3d..5cfd625bb 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm @@ -1,7 +1,7 @@ # This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand package Lemonldap::NG::Common::Conf::DefaultValues; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; sub defaultValues { return { diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/ReConstants.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/ReConstants.pm index 5d0080e7c..a18b85037 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/ReConstants.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/ReConstants.pm @@ -5,7 +5,7 @@ use strict; use Exporter 'import'; 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_OK = ( @{ $EXPORT_TAGS{'all'} } ); diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Sentry.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Sentry.pm index 0d187d2e3..b13caba7d 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Sentry.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Sentry.pm @@ -10,7 +10,7 @@ package Lemonldap::NG::Common::Logger::Sentry; use strict; use Sentry::Raven; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; sub new { my $self = bless {}, shift; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Std.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Std.pm index 73c182ef8..9fff9568e 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Std.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Std.pm @@ -2,7 +2,7 @@ package Lemonldap::NG::Common::Logger::Std; use strict; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; sub new { no warnings 'redefine'; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Syslog.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Syslog.pm index 7247b986f..44818c845 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Syslog.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Syslog.pm @@ -3,7 +3,7 @@ package Lemonldap::NG::Common::Logger::Syslog; use strict; use Sys::Syslog qw(:standard); -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; sub new { my ( $class, $conf, %args ) = @_; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm index 1aa76f923..501f69b5c 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm @@ -6,7 +6,7 @@ use JSON; use Plack::Request; use URI::Escape; -our $VERSION = '2.0.10'; +our $VERSION = '2.0.15'; our @ISA = ('Plack::Request'); diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm index c722da72e..1b5435b2d 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm @@ -9,7 +9,7 @@ package Lemonldap::NG::Common::Session; use strict; use Lemonldap::NG::Common::Apache::Session; -our $VERSION = '2.0.10'; +our $VERSION = '2.0.15'; # Workaround for another ModPerl/Mouse issue... BEGIN { diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm index 4db81f6d2..5765f6235 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Handler::Main::Init; -our $VERSION = '2.0.6'; +our $VERSION = '2.0.15'; package Lemonldap::NG::Handler::Main; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm index b5bdbb055..30e81db19 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Handler::Main::Reload; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; package Lemonldap::NG::Handler::Main; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/Main.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/Main.pm index 231640b81..bf927f5a8 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/Main.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/Main.pm @@ -5,7 +5,7 @@ package Lemonldap::NG::Handler::Server::Main; use strict; -our $VERSION = '2.0.10'; +our $VERSION = '2.0.15'; use base 'Lemonldap::NG::Handler::PSGI::Main'; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index f80c44362..8dadc7bf0 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -17,7 +17,7 @@ use JSON; use Lemonldap::NG::Common::Conf::Constants; use Lemonldap::NG::Common::PSGI::Constants; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Handler::PSGI::Router diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm index 54d0139bd..9b5447720 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm @@ -1,7 +1,7 @@ # This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand package Lemonldap::NG::Manager::Attributes; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; sub perlExpr { my ( $val, $conf ) = @_; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm index 55bb9e048..7c623a44d 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm @@ -6,7 +6,7 @@ package Lemonldap::NG::Manager::Build::Attributes; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; use strict; use Regexp::Common qw/URI/; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/CTrees.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/CTrees.pm index a6184900d..4340bc34d 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/CTrees.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/CTrees.pm @@ -14,7 +14,7 @@ package Lemonldap::NG::Manager::Build::CTrees; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; sub cTrees { return { diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm index 6b38838de..b415eab26 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm @@ -17,7 +17,7 @@ package Lemonldap::NG::Manager::Build::Tree; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; # TODO: Missing: # * activeTimer diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm index dfa1e898d..f27af498a 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm @@ -8,7 +8,7 @@ use Lemonldap::NG::Handler::Main; use Lemonldap::NG::Common::Util qw(getSameSite); use URI; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; ## @method hashref tests(hashref conf) # Return a hash ref where keys are the names of the tests and values diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm index 84033e22c..91cba8f78 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm @@ -12,7 +12,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_SENDRESPONSE ); -our $VERSION = '2.0.10'; +our $VERSION = '2.0.15'; extends 'Lemonldap::NG::Portal::Lib::Code2F'; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/REST.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/REST.pm index 1b6388f95..df34cd79d 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/REST.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/REST.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_SENDRESPONSE ); -our $VERSION = '2.0.10'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Portal::Lib::Code2F diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Register/WebAuthn.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Register/WebAuthn.pm index 362ba2a54..c23226d2a 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Register/WebAuthn.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Register/WebAuthn.pm @@ -7,7 +7,7 @@ use JSON qw(from_json to_json); use MIME::Base64 qw(encode_base64url decode_base64url); use Crypt::URandom; -our $VERSION = '2.0.12'; +our $VERSION = '2.0.15'; extends 'Lemonldap::NG::Portal::2F::Register::Base'; with 'Lemonldap::NG::Portal::Lib::WebAuthn'; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/WebAuthn.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/WebAuthn.pm index c86f3e2f5..ff27e4eea 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/WebAuthn.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/WebAuthn.pm @@ -17,7 +17,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_BADCREDENTIALS ); -our $VERSION = '2.0.12'; +our $VERSION = '2.0.15'; extends 'Lemonldap::NG::Portal::Main::SecondFactor'; with 'Lemonldap::NG::Portal::Lib::WebAuthn'; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SAML.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SAML.pm index ac8b5b412..7e3715edf 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SAML.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SAML.pm @@ -25,7 +25,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_SENDRESPONSE ); -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Portal::Main::Auth diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/_WebForm.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/_WebForm.pm index cc30c1d5f..cdef962ef 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/_WebForm.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/_WebForm.pm @@ -19,7 +19,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_PASSWORDFORMEMPTY ); -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Portal::Main::Auth diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Captcha/SecurityImage.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Captcha/SecurityImage.pm index 7af3a3ff3..8d781eb03 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Captcha/SecurityImage.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Captcha/SecurityImage.pm @@ -5,7 +5,7 @@ use Mouse; use MIME::Base64; use GD::SecurityImage use_magick => 1; -our $VERSION = '2.0.12'; +our $VERSION = '2.0.15'; extends 'Lemonldap::NG::Portal::Main::Plugin'; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/OpenIDConnect.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/OpenIDConnect.pm index 82c91a199..421289cd0 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/OpenIDConnect.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/OpenIDConnect.pm @@ -20,7 +20,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( ); use String::Random qw/random_string/; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Portal::Main::Issuer diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/CAS.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/CAS.pm index ebbe0b7a4..219d4c92e 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/CAS.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/CAS.pm @@ -7,7 +7,7 @@ use XML::Simple; use Lemonldap::NG::Common::UserAgent; use URI; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; # PROPERTIES diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm index 671d43b46..90564598d 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm @@ -6,7 +6,7 @@ use strict; use Mouse; use MIME::Base64; -our $VERSION = '2.0.12'; +our $VERSION = '2.0.15'; extends 'Lemonldap::NG::Common::Module'; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Notifications/XML.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Notifications/XML.pm index a981c8671..e7d990ddc 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Notifications/XML.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Notifications/XML.pm @@ -6,7 +6,7 @@ use XML::LibXML; use XML::LibXSLT; use POSIX qw(strftime); -our $VERSION = '2.0.12'; +our $VERSION = '2.0.15'; # Lemonldap::NG::Portal::Main::Plugin provides addAuthRoute() and # addUnauthRoute() methods in addition of Lemonldap::NG::Common::Module. diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm index 3c42c5eaa..2479bdea5 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm @@ -23,7 +23,7 @@ use Mouse; 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 use constant PROFILE => [ diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm index a475c0703..588501ee5 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm @@ -21,7 +21,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_SAML_SLO_ERROR ); -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; # PROPERTIES diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm index 6866427d0..a471dcfd6 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm @@ -3,7 +3,7 @@ package Lemonldap::NG::Portal::Main::Auth; use strict; use Mouse; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; extends 'Lemonldap::NG::Portal::Main::Plugin'; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm index 28cc6be35..ef4851aea 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm @@ -4,7 +4,7 @@ package Lemonldap::NG::Portal::Main::Constants; use strict; use Exporter 'import'; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; use constant HANDLER => 'Lemonldap::NG::Handler::PSGI::Main'; use constant URIRE => diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Init.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Init.pm index a1e9a2d37..ab7bb1ac7 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Init.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Init.pm @@ -8,7 +8,7 @@ # of lemonldap-ng.ini) and underlying handler configuration package Lemonldap::NG::Portal::Main::Init; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; package Lemonldap::NG::Portal::Main; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm index 70b17c448..05a3eb821 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm @@ -7,7 +7,7 @@ use strict; use Mouse; use Lemonldap::NG::Portal::Main::Constants ':all'; -our $VERSION = '2.0.8'; +our $VERSION = '2.0.15'; extends 'Lemonldap::NG::Common::PSGI::Request'; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm index 8ddc7ee8b..9f7a5455e 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_BADCREDENTIALS ); -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Portal::Main::Plugin diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/AD.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/AD.pm index f89b53d39..d96229275 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/AD.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/AD.pm @@ -14,7 +14,7 @@ extends qw( Lemonldap::NG::Portal::Password::Base ); -our $VERSION = '2.0.10'; +our $VERSION = '2.0.15'; sub init { my ($self) = @_; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/DBI.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/DBI.pm index 63bee47e8..78451d810 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/DBI.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/DBI.pm @@ -13,7 +13,7 @@ extends qw( ); -our $VERSION = '2.0.10'; +our $VERSION = '2.0.15'; sub init { my ($self) = @_; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CertificateResetByMail.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CertificateResetByMail.pm index 712a7a687..1a0f9ea8a 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CertificateResetByMail.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CertificateResetByMail.pm @@ -31,7 +31,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_MAILCONFIRMATION_ALREADY_SENT ); -our $VERSION = '2.0.12'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Portal::Lib::SMTP diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/MailPasswordReset.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/MailPasswordReset.pm index 4969e7d56..82cd3585a 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/MailPasswordReset.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/MailPasswordReset.pm @@ -32,7 +32,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_PP_INSUFFICIENT_PASSWORD_QUALITY ); -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Portal::Lib::SMTP diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm index cb84c692d..f10f17295 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm @@ -66,7 +66,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( URIRE ); -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Portal::Main::Plugin diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm index e756c929f..c74f179b7 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm @@ -22,7 +22,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_MAILCONFIRMATION_ALREADY_SENT ); -our $VERSION = '2.0.13'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Portal::Lib::SMTP diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/Demo.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/Demo.pm index 122c1e42a..a22e99cdb 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/Demo.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/Demo.pm @@ -15,7 +15,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( extends 'Lemonldap::NG::Common::Module'; -our $VERSION = '2.0.12'; +our $VERSION = '2.0.15'; # Sample accounts from Doctor Who characters our %demoAccounts = ( diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/OpenIDConnect.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/OpenIDConnect.pm index b247317fd..6f2d58c5a 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/OpenIDConnect.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/OpenIDConnect.pm @@ -9,7 +9,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_OK ); -our $VERSION = '2.0.12'; +our $VERSION = '2.0.15'; extends qw( Lemonldap::NG::Common::Module