Update versions

2721^2
Yadd 3 years ago
parent b4ff23d9b2
commit a8254dec1c
  1. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Store.pm
  2. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm
  3. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Constants.pm
  4. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
  5. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/ReConstants.pm
  6. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Sentry.pm
  7. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Std.pm
  8. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Logger/Syslog.pm
  9. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm
  10. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm
  11. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm
  12. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm
  13. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/Main.pm
  14. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
  15. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  16. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  17. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/CTrees.pm
  18. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
  19. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm
  20. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm
  21. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/REST.pm
  22. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Register/WebAuthn.pm
  23. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/WebAuthn.pm
  24. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SAML.pm
  25. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/_WebForm.pm
  26. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Captcha/SecurityImage.pm
  27. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/OpenIDConnect.pm
  28. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/CAS.pm
  29. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm
  30. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Notifications/XML.pm
  31. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm
  32. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm
  33. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm
  34. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm
  35. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Init.pm
  36. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm
  37. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm
  38. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/AD.pm
  39. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/DBI.pm
  40. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CertificateResetByMail.pm
  41. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/MailPasswordReset.pm
  42. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm
  43. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm
  44. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/Demo.pm
  45. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/OpenIDConnect.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;

@ -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;

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

@ -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 {

@ -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'} } );

@ -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;

@ -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';

@ -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 ) = @_;

@ -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');

@ -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 {

@ -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;

@ -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;

@ -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';

@ -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

@ -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 ) = @_;

@ -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/;

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

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

@ -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

@ -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';

@ -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

@ -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';

@ -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';

@ -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

@ -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

@ -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';

@ -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

@ -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

@ -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';

@ -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.

@ -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 => [

@ -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

@ -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';

@ -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 =>

@ -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;

@ -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';

@ -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

@ -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) = @_;

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

@ -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

@ -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

@ -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

@ -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

@ -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 = (

@ -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

Loading…
Cancel
Save