From e7526f32af944ca492c5d92126fb99e188f037f4 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Wed, 7 Oct 2020 17:15:20 +0200 Subject: [PATCH] Fix versions --- lemonldap-ng-common/lib/Lemonldap/NG/Common/CliSessions.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/EmailTransport.pm | 2 +- lemonldap-ng-common/lib/Lemonldap/NG/Common/Util.pm | 2 +- lemonldap-ng-handler/lib/Plack/Middleware/Auth/LemonldapNG.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/2F.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Common.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/App.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/Cat.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Misc.pm | 2 +- .../lib/Lemonldap/NG/Manager/Api/Providers/CasApp.pm | 2 +- .../lib/Lemonldap/NG/Manager/Api/Providers/OidcRp.pm | 2 +- .../lib/Lemonldap/NG/Manager/Api/Providers/SamlSp.pm | 2 +- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Plugin.pm | 2 +- lemonldap-ng-portal/META.yml | 2 +- lemonldap-ng-portal/Makefile.PL | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GitHub.pm | 2 +- .../lib/Lemonldap/NG/Portal/CertificateResetByMail/Demo.pm | 2 +- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Net/LDAP.pm | 2 +- .../NG/Portal/Plugins/AdaptativeAuthenticationLevel.pm | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/CliSessions.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/CliSessions.pm index 01f4234f4..6097d77ec 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/CliSessions.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/CliSessions.pm @@ -9,7 +9,7 @@ use Lemonldap::NG::Common::Apache::Session; use Lemonldap::NG::Common::Session; use Lemonldap::NG::Common::Util qw/getPSessionID genId2F/; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; has opts => ( is => 'rw' ); diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/EmailTransport.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/EmailTransport.pm index 7509e689d..37ec61b49 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/EmailTransport.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/EmailTransport.pm @@ -5,7 +5,7 @@ use MIME::Entity; use Email::Sender::Simple qw(sendmail); use Email::Date::Format qw(email_date); -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; sub new { my ( $class, $conf ) = @_; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Util.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Util.pm index ab501ff6f..2959fb0ef 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Util.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Util.pm @@ -6,7 +6,7 @@ use MIME::Base64 qw/encode_base64/; use 5.10.0; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; our @ISA = qw(Exporter); our @EXPORT_OK = qw(getSameSite getPSessionID genId2F); diff --git a/lemonldap-ng-handler/lib/Plack/Middleware/Auth/LemonldapNG.pm b/lemonldap-ng-handler/lib/Plack/Middleware/Auth/LemonldapNG.pm index f01f5fadd..5ff8edd37 100644 --- a/lemonldap-ng-handler/lib/Plack/Middleware/Auth/LemonldapNG.pm +++ b/lemonldap-ng-handler/lib/Plack/Middleware/Auth/LemonldapNG.pm @@ -1,7 +1,7 @@ package Plack::Middleware::Auth::LemonldapNG; our $AUTHORITY = 'cpan:GUIMARD'; -our $VERSION = '2.1.0'; +our $VERSION = '2.1.0'; our $llclass = 'Lemonldap::NG::Handler::Server'; use strict; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api.pm index e6d0a24f0..25e2fef38 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api.pm @@ -17,7 +17,7 @@ use Lemonldap::NG::Manager::Api::Providers::CasApp; use Lemonldap::NG::Manager::Api::Menu::Cat; use Lemonldap::NG::Manager::Api::Menu::App; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; ############################# # I. INITIALIZATION METHODS # diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/2F.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/2F.pm index ce4323d93..a14c26b1d 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/2F.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/2F.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Manager::Api::2F; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; package Lemonldap::NG::Manager::Api; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Common.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Common.pm index ea22ca7aa..b49429838 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Common.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Common.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Manager::Api::Common; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; package Lemonldap::NG::Manager::Api; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/App.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/App.pm index 001aee5b5..d1c653b50 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/App.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/App.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Manager::Api::Menu::App; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; package Lemonldap::NG::Manager::Api; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/Cat.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/Cat.pm index 33d397cb6..27e1c2128 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/Cat.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/Cat.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Manager::Api::Menu::Cat; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; package Lemonldap::NG::Manager::Api; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Misc.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Misc.pm index 5c7cca907..2904738bb 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Misc.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Misc.pm @@ -1,7 +1,7 @@ # Miscenalleous endpoints package Lemonldap::NG::Manager::Api::Misc; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; package Lemonldap::NG::Manager::Api; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/CasApp.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/CasApp.pm index 2e7a3eb72..aa2bce82c 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/CasApp.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/CasApp.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Manager::Api::Providers::CasApp; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; package Lemonldap::NG::Manager::Api; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/OidcRp.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/OidcRp.pm index 04dbf5813..43a822fc6 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/OidcRp.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/OidcRp.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Manager::Api::Providers::OidcRp; -our $VERSION = '2.0.8'; +our $VERSION = '2.1.0'; package Lemonldap::NG::Manager::Api; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/SamlSp.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/SamlSp.pm index eadcd789f..0d44bbe3a 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/SamlSp.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/SamlSp.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Manager::Api::Providers::SamlSp; -our $VERSION = '2.0.8'; +our $VERSION = '2.1.0'; package Lemonldap::NG::Manager::Api; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Plugin.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Plugin.pm index 39df7fa62..8e1f25105 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Plugin.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Plugin.pm @@ -2,7 +2,7 @@ package Lemonldap::NG::Manager::Plugin; use strict; use Mouse; -our $VERSION = '2.0.8'; +our $VERSION = '2.1.0'; extends 'Lemonldap::NG::Common::Module'; diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index 8f4423d8c..cf9d708cf 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -52,7 +52,7 @@ recommends: Web::ID: '0' requires: Clone: '0' - Lemonldap::NG::Handler: v2.0.9 + Lemonldap::NG::Handler: v2.1.0 Regexp::Assemble: '0' resources: MailingList: mailto:lemonldap-ng-dev@ow2.org diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index d05ec30cd..6ab15b45d 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -64,7 +64,7 @@ WriteMakefile( }, PREREQ_PM => { 'Clone' => 0, - 'Lemonldap::NG::Handler' => '2.0.9', + 'Lemonldap::NG::Handler' => '2.1.0', 'Regexp::Assemble' => 0, }, ( diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GitHub.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GitHub.pm index 6e901104e..29fc000d9 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GitHub.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GitHub.pm @@ -8,7 +8,7 @@ use Lemonldap::NG::Common::FormEncode; use Lemonldap::NG::Common::UserAgent; use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_ERROR PE_REDIRECT); -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; extends 'Lemonldap::NG::Portal::Main::Auth'; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CertificateResetByMail/Demo.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CertificateResetByMail/Demo.pm index 0840b5f64..5c0bd2930 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CertificateResetByMail/Demo.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CertificateResetByMail/Demo.pm @@ -4,7 +4,7 @@ use strict; use Mouse; use Lemonldap::NG::Portal::Main::Constants qw(PE_OK); -our $VERSION = '2.0.8'; +our $VERSION = '2.1.0'; sub init { 1; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Net/LDAP.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Net/LDAP.pm index ffa95e8d9..289ce1a24 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Net/LDAP.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Net/LDAP.pm @@ -12,7 +12,7 @@ use Unicode::String qw(utf8); use Scalar::Util 'weaken'; use utf8; -our $VERSION = '2.1.0'; +our $VERSION = '2.1.0'; our $ppLoaded = 0; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/AdaptativeAuthenticationLevel.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/AdaptativeAuthenticationLevel.pm index 0a2b8bee7..d4cd6d253 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/AdaptativeAuthenticationLevel.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/AdaptativeAuthenticationLevel.pm @@ -5,7 +5,7 @@ use Lemonldap::NG::Portal::Main::Constants qw( PE_OK ); -our $VERSION = '2.0.10'; +our $VERSION = '2.1.0'; extends 'Lemonldap::NG::Portal::Main::Plugin';