diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm index d039c74f5..54d4646cb 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Common; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; use strict; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session.pm index 925377f7e..92788d691 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session.pm @@ -15,7 +15,7 @@ use Lemonldap::NG::Common::Apache::Session::Serialize::JSON; use Lemonldap::NG::Common::Apache::Session::Store; use Lemonldap::NG::Common::Apache::Session::Lock; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; sub _load { my ( $backend, $func ) = @_; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm index f0f2e0b89..d1b7bbceb 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Common::Apache::Session::SOAP; use strict; use SOAP::Lite; -our $VERSION = '1.4.1'; +our $VERSION = '1.9.1'; #parameter proxy Url of SOAP service #parameter proxyOptions SOAP::Lite options diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Serialize/JSON.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Serialize/JSON.pm index fa47c362a..115709baf 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Serialize/JSON.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Serialize/JSON.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); use JSON; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; sub serialize { my $session = shift; 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 7421df483..1aadd0265 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 @@ -1,7 +1,7 @@ package Lemonldap::NG::Common::Apache::Session::Store; -our $VERSION = 1.4.0; +our $VERSION = '1.9.1'; sub new { my $class = shift; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI.pm index b7e78b16a..c2adc11b7 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI.pm @@ -17,7 +17,7 @@ use Net::CIDR::Lite; #parameter syslog Indicates syslog facility for logging user actions -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our $_SUPER; our @ISA; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPServer.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPServer.pm index ad303c9f4..cad90eb26 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPServer.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPServer.pm @@ -11,7 +11,7 @@ use SOAP::Transport::HTTP; use base qw(SOAP::Transport::HTTP::Server); use bytes; -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; ## @method protected void DESTROY() # Call SOAP::Trace::objects(). diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPService.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPService.pm index 3eed1d39b..bdf1f5572 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPService.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPService.pm @@ -7,7 +7,7 @@ package Lemonldap::NG::Common::CGI::SOAPService; require SOAP::Lite; -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; ## @cmethod Lemonldap::NG::Common::CGI::SOAPService new(object obj,string @func) # Constructor diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Captcha.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Captcha.pm index 4eac57c3a..cd3851f24 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Captcha.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Captcha.pm @@ -6,7 +6,7 @@ package Lemonldap::NG::Common::Captcha; -our $VERSION = 1.4.0; +our $VERSION = '1.9.1'; use strict; use Lemonldap::NG::Common::Session; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm index d0a15b5ca..12bf74a98 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm @@ -23,7 +23,7 @@ use Config::IniFiles; #inherits Lemonldap::NG::Common::Conf::SOAP #inherits Lemonldap::NG::Common::Conf::LDAP -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our $msg = ''; our $iniObj; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/CDBI.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/CDBI.pm index 6b73c12f9..603cfe966 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/CDBI.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/CDBI.pm @@ -5,7 +5,7 @@ use utf8; use JSON; use Lemonldap::NG::Common::Conf::_DBI; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Common::Conf::_DBI); sub store { 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 de6203e03..afc98a87e 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 = '1.9.0'; +our $VERSION = '1.9.1'; # CONSTANTS diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DBI.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DBI.pm index 1df8a1da7..bd5ebf8ef 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DBI.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DBI.pm @@ -5,7 +5,7 @@ use utf8; use Lemonldap::NG::Common::Conf::Serializer; use Lemonldap::NG::Common::Conf::_DBI; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Common::Conf::_DBI); sub store { 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 24bf03efb..5170ed803 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 = '1.9.0'; +our $VERSION = '1.9.1'; sub defaultValues { return { diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/File.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/File.pm index 3e9cff579..8bab37304 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/File.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/File.pm @@ -5,7 +5,7 @@ use Lemonldap::NG::Common::Conf::Constants; #inherits use JSON; use Encode; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our $initDone; sub Lemonldap::NG::Common::Conf::_lock { diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/LDAP.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/LDAP.pm index 0ddc6a770..95d0bb3c9 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/LDAP.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/LDAP.pm @@ -12,7 +12,7 @@ use Lemonldap::NG::Common::Conf::Constants; #inherits use Lemonldap::NG::Common::Conf::Serializer; use Encode; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; BEGIN { *Lemonldap::NG::Common::Conf::ldap = \&ldap; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/MongoDB.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/MongoDB.pm index bd0fa458b..784f4ad6e 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/MongoDB.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/MongoDB.pm @@ -5,7 +5,7 @@ use utf8; use strict; use Lemonldap::NG::Common::Conf::Serializer; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our $initDone; sub prereq { diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/RDBI.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/RDBI.pm index 02ba3b671..2bbf96af8 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/RDBI.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/RDBI.pm @@ -5,7 +5,7 @@ use utf8; use Lemonldap::NG::Common::Conf::Serializer; use Lemonldap::NG::Common::Conf::_DBI; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Common::Conf::_DBI); sub store { diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SAML/Metadata.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SAML/Metadata.pm index ffc62af13..ca69a29c8 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SAML/Metadata.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SAML/Metadata.pm @@ -17,7 +17,7 @@ use XML::Simple; use Safe; use Encode; -our $VERSION = '1.2.1'; +our $VERSION = '1.9.1'; ## @cmethod Lemonldap::NG::Common::Conf::SAML::Metadata new(hashRef args) # Class constructor. diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SOAP.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SOAP.pm index 2dd9b04da..feac3e5f7 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SOAP.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SOAP.pm @@ -4,7 +4,7 @@ use strict; use utf8; use SOAP::Lite; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; #parameter proxy Url of SOAP service #parameter proxyOptions SOAP::Lite parameters diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Serializer.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Serializer.pm index 6233be1be..d5ca32092 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Serializer.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Serializer.pm @@ -6,7 +6,7 @@ use Encode; use JSON; use Lemonldap::NG::Common::Conf::Constants; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; BEGIN { *Lemonldap::NG::Common::Conf::normalize = \&normalize; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/_DBI.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/_DBI.pm index cb606806a..32b94a7db 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/_DBI.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/_DBI.pm @@ -5,7 +5,7 @@ use utf8; use DBI; use Lemonldap::NG::Common::Conf::Constants; #inherits -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Common::Conf::Constants); our ( @EXPORT, %EXPORT_TAGS ); diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Crypto.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Crypto.pm index a472a7273..3244d3115 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Crypto.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Crypto.pm @@ -14,7 +14,7 @@ use MIME::Base64; use Digest::MD5 qw(md5); use bytes; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our $msg; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification.pm index e7022c097..e7c5e0ce0 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification.pm @@ -15,7 +15,7 @@ use Scalar::Util 'weaken'; #inherits Lemonldap::NG::Common::Notification::DBI #inherits Lemonldap::NG::Common::Notification::File -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our ( $msg, $parser ); ## @cmethod Lemonldap::NG::Common::Notification new(hashref storage) diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/DBI.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/DBI.pm index 031e2b048..108d4411f 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/DBI.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/DBI.pm @@ -10,7 +10,7 @@ use Time::Local; use DBI; use utf8; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @method boolean prereq() # Check if DBI parameters are set. diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/File.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/File.pm index b1c992129..f8c2e4a0d 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/File.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/File.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Common::Notification::File; use strict; use MIME::Base64; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @method boolean prereq() # Check if parameters are set and if storage directory exists. diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/LDAP.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/LDAP.pm index 56dc07fb1..068056a18 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/LDAP.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Notification/LDAP.pm @@ -12,7 +12,7 @@ use MIME::Base64; use Net::LDAP; use utf8; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @method boolean prereq() # Check if LDAP parameters are set. diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm index ab8c74db5..5ef823ef3 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm @@ -6,7 +6,7 @@ use JSON; use Lemonldap::NG::Common::PSGI::Constants; use Lemonldap::NG::Common::PSGI::Request; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our $_json = JSON->new->allow_nonref; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Constants.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Constants.pm index 2a0605557..74cce6d4c 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Constants.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Constants.pm @@ -4,7 +4,7 @@ use strict; use Exporter 'import'; use base qw(Exporter); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; # CONSTANTS 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 cdfb513c6..f462b84ab 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm @@ -5,7 +5,7 @@ use Mouse; use JSON; use URI::Escape; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; # http :// server / path ? query # fragment # m|(?:([^:/?#]+):)?(?://([^/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?|; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm index 0bccbb47d..86617d6e6 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm @@ -4,7 +4,7 @@ use Mouse; use Lemonldap::NG::Common::PSGI; use Lemonldap::NG::Common::PSGI::Constants; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; extends 'Lemonldap::NG::Common::PSGI'; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Safe.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Safe.pm index c0ed0e0cd..17ec36a32 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Safe.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Safe.pm @@ -10,7 +10,7 @@ use base qw(Safe); use constant SAFEWRAP => ( Safe->can("wrap_code_ref") ? 1 : 0 ); use Scalar::Util 'weaken'; -our $VERSION = 1.4.0; +our $VERSION = '1.9.1'; our $self; # Safe cannot share a variable declared with my diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Safelib.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Safelib.pm index 33a47cf61..808cedf8d 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Safelib.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Safelib.pm @@ -11,7 +11,7 @@ use MIME::Base64; #use AutoLoader qw(AUTOLOAD); -our $VERSION = '1.4.6'; +our $VERSION = '1.9.1'; # Set here all the names of functions that must be available in Safe objects. # Not that only functions, not methods, can be written here diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm index 1c1cf048f..0a9cb8852 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm @@ -6,7 +6,7 @@ package Lemonldap::NG::Common::Session; -our $VERSION = 1.9.0; +our $VERSION = '1.9.1'; use Mouse; use Lemonldap::NG::Common::Apache::Session; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm index 37f0bd140..623e3ce7b 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm @@ -5,7 +5,7 @@ # Handler module package Lemonldap::NG::Handler; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; use Lemonldap::NG::Handler::SharedConf; @ISA = qw(Lemonldap::NG::Handler::SharedConf); diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API.pm index 3ff610853..2d11b6a00 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API.pm @@ -2,7 +2,7 @@ package Lemonldap::NG::Handler::API; use Exporter 'import'; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our ( %EXPORT_TAGS, @EXPORT_OK, @EXPORT ); our $mode; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ApacheMP1.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ApacheMP1.pm index 4513ddb70..28821badb 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ApacheMP1.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ApacheMP1.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Handler::API::ApacheMP1; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; # Specific modules and constants for Apache Mod_Perl 1 use Apache; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ApacheMP2.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ApacheMP2.pm index 87d7e1721..1a0193e1b 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ApacheMP2.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ApacheMP2.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Handler::API::ApacheMP2; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; # Specific modules and constants for Apache Mod_Perl 2 use strict; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/CGI.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/CGI.pm index 518b929be..1d90a5a0e 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/CGI.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/CGI.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Handler::API::CGI; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; # Specific modules and constants for Test or CGI use constant FORBIDDEN => 403; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ExperimentalNginx.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ExperimentalNginx.pm index ef8d865ad..56b6f21ac 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ExperimentalNginx.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/ExperimentalNginx.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Handler::API::Nginx; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; use constant FORBIDDEN => 403; use constant HTTP_UNAUTHORIZED => 401; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/PSGI.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/PSGI.pm index 9a6942e5c..edb441b2c 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/PSGI.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/API/PSGI.pm @@ -1,7 +1,7 @@ package Lemonldap::NG::Handler::API::PSGI; use strict; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; # Specific modules and constants for Test or CGI use constant FORBIDDEN => 403; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CGI.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CGI.pm index f1d89197c..162d6293a 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CGI.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CGI.pm @@ -7,7 +7,7 @@ use Lemonldap::NG::Common::CGI; use Lemonldap::NG::Handler::SharedConf qw(:all); use base qw(Lemonldap::NG::Common::CGI Lemonldap::NG::Handler::SharedConf); -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @cmethod Lemonldap::NG::Handler::CGI new(hashRef args) # Constructor. diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main.pm index 55a2091e8..d1e1734bb 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main.pm @@ -14,7 +14,7 @@ use constant SKIP => 2; #inherits Apache::Session #link Lemonldap::NG::Common::Apache::Session::SOAP protected globalStorage -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our ( %EXPORT_TAGS, @EXPORT_OK, @EXPORT ); our $tsv = {}; # Hash ref containing thread-shared values, filled diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Jail.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Jail.pm index 48a8b3d28..f1c528ed1 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Jail.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Jail.pm @@ -14,7 +14,7 @@ has useSafeJail => ( is => 'rw', isa => 'Maybe[Int]' ); has jail => ( is => 'rw' ); -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; use Lemonldap::NG::Handler::Main '$datas'; use Lemonldap::NG::Handler::API ':functions'; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm index 1c74c8b0b..f4bbd70db 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm @@ -5,7 +5,7 @@ use Mouse; extends 'Lemonldap::NG::Handler::PSGI::Base', 'Lemonldap::NG::Common::PSGI'; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; sub init { my $tmp = $_[0]->Lemonldap::NG::Common::PSGI::init( $_[1] ) diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Base.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Base.pm index 80c5b9300..9fbb1576b 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Base.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Base.pm @@ -4,7 +4,7 @@ use 5.10.0; use Mouse; use Lemonldap::NG::Handler::SharedConf qw(:tsv :variables :jailSharedVars); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; has protection => ( is => 'rw', isa => 'Str' ); has rule => ( is => 'rw', isa => 'Str' ); diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Router.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Router.pm index e2085de10..9cfb45322 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Router.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Router.pm @@ -6,7 +6,7 @@ use Mouse; extends 'Lemonldap::NG::Handler::PSGI::Base', 'Lemonldap::NG::Common::PSGI::Router'; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; sub init { my $tmp = $_[0]->Lemonldap::NG::Common::PSGI::Router::init( $_[1] ) diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Reload.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Reload.pm index 733e41d41..d88e5db0e 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Reload.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Reload.pm @@ -11,7 +11,7 @@ use Lemonldap::NG::Handler::Main::Logger; use Lemonldap::NG::Handler::API qw(:httpCodes); use Lemonldap::NG::Common::Crypto; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @imethod void configReload(hashRef conf, hashRef tsv) # Given a Lemonldap::NG configuration $conf, computes values used to diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm index 14253c046..48e72760f 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm @@ -26,7 +26,7 @@ use Lemonldap::NG::Common::Conf::Constants; #inherits use base qw(Lemonldap::NG::Handler::Main); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our $lmConf; # Lemonldap::NG::Common::Conf object to get config our $localConfig; # Local configuration parameters, i.e. defined # in lemonldap-ng.ini or in startup parameters diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/AuthBasic.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/AuthBasic.pm index 8344c8f7e..2648a0de9 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/AuthBasic.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/AuthBasic.pm @@ -18,7 +18,7 @@ use Lemonldap::NG::Common::Session; use base qw(Lemonldap::NG::Handler::SharedConf); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; sub handler { my ( $class, $request ) = ( __PACKAGE__, shift ); diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/SecureToken.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/SecureToken.pm index f419e86b0..a79d00e3f 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/SecureToken.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/SecureToken.pm @@ -18,7 +18,7 @@ use Cache::Memcached; use Apache::Session::Generate::MD5; use Lemonldap::NG::Handler::Main::Logger; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; # Shared variables our $secureTokenMemcachedConnection; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/ZimbraPreAuth.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/ZimbraPreAuth.pm index b11748a89..46a40df2d 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/ZimbraPreAuth.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Specific/ZimbraPreAuth.pm @@ -17,7 +17,7 @@ use base qw(Lemonldap::NG::Handler::SharedConf); use Digest::HMAC_SHA1 qw(hmac_sha1 hmac_sha1_hex); use Lemonldap::NG::Handler::Main::Logger; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; sub handler { my ( $class, $request ) = ( __PACKAGE__, shift ); diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Status.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Status.pm index 76c5cb6f5..7f9b3e36b 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Status.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Status.pm @@ -7,7 +7,7 @@ use strict; use POSIX qw(setuid setgid); use Data::Dumper; -our $VERSION = '1.4.1'; +our $VERSION = '1.9.1'; our $status = {}; our $activity = []; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index f0a2f351d..5a25a2773 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -13,7 +13,7 @@ package Lemonldap::NG::Manager; use 5.10.0; use utf8; use Mouse; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; use Lemonldap::NG::Common::Conf::Constants; use Lemonldap::NG::Common::PSGI::Constants; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm index b6d62610c..4cb14ec76 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 = '1.9.0'; +our $VERSION = '1.9.1'; sub types { return { 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 6506ab7b4..68297fb49 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 = '1.9.0'; +our $VERSION = '1.9.1'; use strict; use Regexp::Common qw/URI/; 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 2adbef991..8f6ddc3af 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm @@ -13,7 +13,7 @@ package Lemonldap::NG::Manager::Build::Tree; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; # TODO: Missing: # * activeTimer diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Constants.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Constants.pm index 62782bc9b..583ba610b 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Constants.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Constants.pm @@ -5,7 +5,7 @@ use strict; use Exporter 'import'; use base qw(Exporter); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our %EXPORT_TAGS = ( 'all' => [qw($simpleHashKeys $specialNodeKeys $oidcOPMetaDataNodeKeys $oidcRPMetaDataNodeKeys $samlIDPMetaDataNodeKeys $samlSPMetaDataNodeKeys $virtualHostKeys $specialNodeHash @sessionTypes)] ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Lib.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Lib.pm index a918c7b57..4390e1455 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Lib.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Lib.pm @@ -13,7 +13,7 @@ has 'configStorage' => ( is => 'rw', isa => 'HashRef', default => sub { {} } ); has 'currentConf' => ( is => 'rw', required => 1, default => sub { {} } ); has 'protection' => ( is => 'rw', isa => 'Str', default => 'manager' ); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @method Lemonldap::NG::Common::Conf confAcc() # Configuration access object diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm index f33588f7d..154cd5f5b 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm @@ -13,7 +13,7 @@ use feature 'state'; extends 'Lemonldap::NG::Manager::Lib'; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; has _notifAccess => ( is => 'rw' ); diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm index 47f0c9341..5dab238e2 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm @@ -18,7 +18,7 @@ extends 'Lemonldap::NG::Manager::Lib'; has conf => ( is => 'rw', isa => 'HashRef', default => sub { {} } ); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ############################# # I. INITIALIZATION METHODS # diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index 7a6505b14..694e77a41 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm @@ -5,7 +5,7 @@ # Alias for Lemonldap::NG::SharedConf package Lemonldap::NG::Portal; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; use Lemonldap::NG::Portal::SharedConf; use base 'Lemonldap::NG::Portal::SharedConf'; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthAD.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthAD.pm index eaa541bde..75b038457 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthAD.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthAD.pm @@ -7,7 +7,7 @@ package Lemonldap::NG::Portal::AuthAD; use strict; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; use Lemonldap::NG::Portal::Simple; use base qw(Lemonldap::NG::Portal::AuthLDAP); diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthApache.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthApache.pm index 8b327adfd..bf4ea9ef1 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthApache.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthApache.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::AuthApache; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; ## @apmethod int authInit() # @return Lemonldap::NG::Portal constant diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthBrowserID.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthBrowserID.pm index 4cd2f7525..62b891516 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthBrowserID.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthBrowserID.pm @@ -12,7 +12,7 @@ use HTTP::Request; use JSON; our @ISA = (qw(Lemonldap::NG::Portal::_Browser)); -our $VERSION = '1.3.0'; +our $VERSION = '1.9.1'; ## @apmethod int authInit() # Enables Browser ID (required for templates) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthCAS.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthCAS.pm index 8e589ffa4..cbd8ea777 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthCAS.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthCAS.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::Simple; use URI::Escape; -our $VERSION = '1.2.3'; +our $VERSION = '1.9.1'; our $initDone; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthChoice.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthChoice.pm index 4c7ca1498..67f00b663 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthChoice.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthChoice.pm @@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::Simple; #inherits Lemonldap::NG::Portal::_Choice -our $VERSION = '1.0.2'; +our $VERSION = '1.9.1'; ## @apmethod int authInit() # Build authentication loop diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthDBI.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthDBI.pm index a73dea369..c8bd31f3a 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthDBI.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthDBI.pm @@ -9,7 +9,7 @@ use Lemonldap::NG::Portal::Simple; use base qw(Lemonldap::NG::Portal::_WebForm Lemonldap::NG::Portal::_DBI); use strict; -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; our $initDone; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthDemo.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthDemo.pm index 828118d4d..0f6da1892 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthDemo.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthDemo.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::Simple; use base qw(Lemonldap::NG::Portal::_WebForm); -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; ## @apmethod int authInit() # Initialize demo accounts diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthFacebook.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthFacebook.pm index a1131d838..4d91629c5 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthFacebook.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthFacebook.pm @@ -15,7 +15,7 @@ use Lemonldap::NG::Portal::_Browser; use URI::Escape; our @ISA = (qw(Lemonldap::NG::Portal::_Browser)); -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our $initDone; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogle.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogle.pm index 4cb3bf202..7e797ef54 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogle.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogle.pm @@ -15,7 +15,7 @@ use constant AXSPECURL => 'http://openid.net/srv/ax/1.0'; use constant GOOGLEENDPOINT => 'https://www.google.com/accounts/o8/id'; our @ISA = (qw(Lemonldap::NG::Portal::_Browser)); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our $googleEndPoint; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthLDAP.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthLDAP.pm index d61b7af2b..85c5a16f9 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthLDAP.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthLDAP.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::_LDAP 'ldap'; #link protected ldap use Lemonldap::NG::Portal::_WebForm; use Lemonldap::NG::Portal::UserDBLDAP; #inherits -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; use base qw(Lemonldap::NG::Portal::_WebForm); *_formateFilter = *Lemonldap::NG::Portal::UserDBLDAP::formateFilter; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthMulti.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthMulti.pm index 08bc9ec05..36164052b 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthMulti.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthMulti.pm @@ -7,7 +7,7 @@ package Lemonldap::NG::Portal::AuthMulti; use Lemonldap::NG::Portal::_Multi; #inherits -our $VERSION = '1.4.6'; +our $VERSION = '1.9.1'; sub authInit { my $self = shift; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthNull.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthNull.pm index e748bc14a..127449547 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthNull.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthNull.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::AuthNull; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; ## @apmethod int authInit() # Does nothing diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenID.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenID.pm index 5397f666f..b5368baa9 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenID.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenID.pm @@ -13,7 +13,7 @@ use Lemonldap::NG::Portal::_Browser; use Cache::FileCache; our @ISA = (qw(Lemonldap::NG::Portal::_Browser)); -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our $initDone; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenIDConnect.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenIDConnect.pm index eb8bc2e9e..1ecd53117 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenIDConnect.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenIDConnect.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple; use MIME::Base64; use base qw(Lemonldap::NG::Portal::_OpenIDConnect); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @apmethod int authInit() # Get configuration data diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthProxy.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthProxy.pm index 500f49f25..614ff054e 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthProxy.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthProxy.pm @@ -12,7 +12,7 @@ use Lemonldap::NG::Portal::_WebForm; use Lemonldap::NG::Portal::Simple; use base qw(Lemonldap::NG::Portal::_WebForm Lemonldap::NG::Portal::_Proxy); -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; ## @apmethod int authInit() # Call Lemonldap::NG::Portal::_Proxy::proxyInit(); diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthRadius.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthRadius.pm index 39fcd74f3..fc12b3f20 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthRadius.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthRadius.pm @@ -10,7 +10,7 @@ package Lemonldap::NG::Portal::AuthRadius; use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Portal::_WebForm; -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; use base qw(Lemonldap::NG::Portal::_WebForm); ## @apmethod int authInit() diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthRemote.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthRemote.pm index c314c9fb0..3ea894ab2 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthRemote.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthRemote.pm @@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::_Remote; use Lemonldap::NG::Portal::Simple; use base qw(Lemonldap::NG::Portal::_Remote); -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; *authInit = *Lemonldap::NG::Portal::_Remote::init; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSAML.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSAML.pm index 9d7d178f8..279f0f79c 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSAML.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSAML.pm @@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Portal::_SAML; #inherits use Lemonldap::NG::Common::Conf::SAML::Metadata; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Portal::_SAML); ## @apmethod int authInit() diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSSL.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSSL.pm index 746fb3402..67659f5ce 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSSL.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSSL.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Portal::AuthNull; -our $VERSION = '1.4.1'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Portal::AuthNull); ## @apmethod int authInit() diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSlave.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSlave.pm index 21efd6dfc..59f0f3163 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSlave.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSlave.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::_Slave; use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Portal::AuthNull; -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Portal::AuthNull); ## @apmethod int extractFormInfo() diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthTwitter.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthTwitter.pm index b0e0cb827..991fdbc2e 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthTwitter.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthTwitter.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::AuthTwitter; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; our $initDone; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthWebID.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthWebID.pm index ee03f98ec..2eba751ef 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthWebID.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthWebID.pm @@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::AuthSSL; use Lemonldap::NG::Common::Regexp; use Regexp::Assemble; -our $VERSION = '1.4.1'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Portal::AuthSSL); our $initDone; our $reWebIDWhitelist; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthYubikey.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthYubikey.pm index 132c6538c..79acd3cd4 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthYubikey.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthYubikey.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::AuthYubikey; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; our $yubikeyInitDone; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDA.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDA.pm index 705c0779c..c4f62ef74 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDA.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDA.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::CDA; use strict; use Lemonldap::NG::Portal::SharedConf qw(:all); -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; use base ('Lemonldap::NG::Portal::SharedConf'); *EXPORT_OK = *Lemonldap::NG::Portal::SharedConf::EXPORT_OK; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm index 630279fa3..42ae5f636 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm @@ -11,7 +11,7 @@ use MIME::Base64; use Lemonldap::NG::Portal::SharedConf; # inherits use Lemonldap::NG::Portal::_SAML; # inherits -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Portal::_SAML Lemonldap::NG::Portal::SharedConf); ## @method int process() diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm index 2d5df351d..12c66d900 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::Simple; use utf8; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @method array display() # Call portal process and set template parameters diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBCAS.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBCAS.pm index ac8fa3987..965767bbf 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBCAS.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBCAS.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Portal::_CAS; use base qw(Lemonldap::NG::Portal::_CAS Lemonldap::NG::Portal::_LibAccess); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @method void issuerDBInit() # Nothing to do diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBNull.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBNull.pm index 5b1437dd4..8a72f758a 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBNull.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBNull.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::IssuerDBNull; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; ## @method void issuerDBInit() # Do nothing diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenID.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenID.pm index 40ecfddf4..bc5777cc6 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenID.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenID.pm @@ -13,7 +13,7 @@ use Lemonldap::NG::Common::Regexp; #inherits Lemonldap::NG::Portal::OpenID::Server #link Lemonldap::NG::Portal::OpenID::SREG protected sreg_extension -our $VERSION = '1.4.2'; +our $VERSION = '1.9.1'; our $initDone; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenIDConnect.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenIDConnect.pm index 0ce6c6100..4c5008727 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenIDConnect.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBOpenIDConnect.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple; use String::Random qw(random_string); use base qw(Lemonldap::NG::Portal::_OpenIDConnect); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @method void issuerDBInit() # Get configuration data diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBSAML.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBSAML.pm index ac6b7a380..ed1fc23e8 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBSAML.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBSAML.pm @@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Portal::_SAML; our @ISA = qw(Lemonldap::NG::Portal::_SAML); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @method void issuerDBInit() # Load and check SAML configuration diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/MailReset.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/MailReset.pm index b38db3705..330e00e20 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/MailReset.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/MailReset.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::MailReset; use strict; use warnings; -our $VERSION = '1.4.5'; +our $VERSION = '1.9.1'; use Lemonldap::NG::Portal::Simple qw(:all); use base qw(Lemonldap::NG::Portal::SharedConf Exporter); diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Menu.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Menu.pm index a3b66b92c..4eb275394 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Menu.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Menu.pm @@ -13,7 +13,7 @@ use Lemonldap::NG::Portal::_LibAccess; use base qw(Lemonldap::NG::Portal::_LibAccess); use Clone qw(clone); -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our $catlevel = 0; ## @method void menuInit() diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/OpenID/Server.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/OpenID/Server.pm index 6060361ca..068b0015c 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/OpenID/Server.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/OpenID/Server.pm @@ -13,7 +13,7 @@ use Lemonldap::NG::Common::Regexp; use constant DEBUG => 0; -our $VERSION = '1.4.2'; +our $VERSION = '1.9.1'; my $OPENID2_NS = qq!http://specs.openid.net/auth/2.0!; my $OPENID2_ID_SELECT = qq!http://specs.openid.net/auth/2.0/identifier_select!; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBAD.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBAD.pm index 4f67ecf6a..8ac1e58bc 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBAD.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBAD.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple; #inherits Lemonldap::NG::Portal::_SMTP -our $VERSION = '1.3.0'; +our $VERSION = '1.9.1'; use base qw(Lemonldap::NG::Portal::PasswordDBLDAP); diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBChoice.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBChoice.pm index e0e443369..67149764d 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBChoice.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBChoice.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::_Choice; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @apmethod int passwordDBInit() # Does nothing diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDBI.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDBI.pm index 26322adc8..e2f483f4a 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDBI.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDBI.pm @@ -12,7 +12,7 @@ use base qw(Lemonldap::NG::Portal::_DBI ); #inherits Lemonldap::NG::Portal::_SMTP -our $VERSION = '1.3.2'; +our $VERSION = '1.9.1'; ## @apmethod int passwordDBInit() # Load SMTP functions and call DBI authInit() diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm index 084179a7e..19379f1e5 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::PasswordDBDemo; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.2.2'; +our $VERSION = '1.9.1'; ## @apmethod int passwordDBInit() # Check the use of AuthDemo diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBLDAP.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBLDAP.pm index d9135bc09..93678c814 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBLDAP.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBLDAP.pm @@ -12,7 +12,7 @@ use Lemonldap::NG::Portal::UserDBLDAP; #inherits #inherits Lemonldap::NG::Portal::_SMTP -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; *_formateFilter = *Lemonldap::NG::Portal::UserDBLDAP::formateFilter; *_search = *Lemonldap::NG::Portal::UserDBLDAP::search; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBNull.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBNull.pm index 9ae48821d..0e28b9771 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBNull.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBNull.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::PasswordDBNull; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.1.0'; +our $VERSION = '1.9.1'; ## @apmethod int passwordDBInit() # Does nothing diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Register.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Register.pm index e5b651045..31e765685 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Register.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Register.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::Register; use strict; use warnings; -our $VERSION = '1.4.5'; +our $VERSION = '1.9.1'; use Lemonldap::NG::Portal::Simple qw(:all); use base qw(Lemonldap::NG::Portal::SharedConf Exporter); diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/RegisterDBDemo.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/RegisterDBDemo.pm index 70566cee2..642768f07 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/RegisterDBDemo.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/RegisterDBDemo.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::RegisterDBDemo; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @method int computeLogin # Compute a login from register infos diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/RegisterDBNull.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/RegisterDBNull.pm index a78eb550f..6d7389e83 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/RegisterDBNull.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/RegisterDBNull.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::RegisterDBNull; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; sub getLogin { my $self = @_; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/SharedConf.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/SharedConf.pm index 62b13bca2..bd8f130b5 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/SharedConf.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/SharedConf.pm @@ -16,7 +16,7 @@ use URI::Split qw(uri_split); *EXPORT_TAGS = *Lemonldap::NG::Portal::Simple::EXPORT_TAGS; *EXPORT = *Lemonldap::NG::Portal::Simple::EXPORT; -our $VERSION = '1.4.2'; +our $VERSION = '1.9.1'; use base qw(Lemonldap::NG::Portal::Simple); our $confCached; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm index 983524fba..fb179afae 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm @@ -71,7 +71,7 @@ use Digest::MD5; #inherits Apache::Session #link Lemonldap::NG::Common::Apache::Session::SOAP protected globalStorage -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; use base qw(Lemonldap::NG::Common::CGI Exporter); our @ISA; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBAD.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBAD.pm index 4f3d1c04c..40cfb4cf9 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBAD.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBAD.pm @@ -7,7 +7,7 @@ package Lemonldap::NG::Portal::UserDBAD; use strict; -our $VERSION = '1.3'; +our $VERSION = '1.9.1'; use base qw(Lemonldap::NG::Portal::UserDBLDAP); diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBChoice.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBChoice.pm index 29916d039..eb757eb2f 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBChoice.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBChoice.pm @@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::Simple; #inherits Lemonldap::NG::Portal::_Choice -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Does nothing diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBDBI.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBDBI.pm index cd04f40e1..15a9ba34a 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBDBI.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBDBI.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Portal::_DBI; #inherits -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Set default values diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBDemo.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBDemo.pm index 28650ecc6..35a602f3f 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBDemo.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBDemo.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::UserDBDemo; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Check AuthDemo use diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBFacebook.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBFacebook.pm index b3812e37f..3a908a06a 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBFacebook.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBFacebook.pm @@ -11,7 +11,7 @@ package Lemonldap::NG::Portal::UserDBFacebook; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Check if authentication module is Facebook diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBGoogle.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBGoogle.pm index d1dbecdc7..d3186f4f1 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBGoogle.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBGoogle.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Common::Regexp; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Check if authentication module is Google diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBLDAP.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBLDAP.pm index 51a504b89..facfdb1f0 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBLDAP.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBLDAP.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Portal::_LDAP 'ldap'; #link protected ldap -our $VERSION = '1.4.6'; +our $VERSION = '1.9.1'; ## @method int userDBInit() # Transform ldapGroupAttributeNameSearch in ARRAY ref diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBMulti.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBMulti.pm index 460395911..53131ef1b 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBMulti.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBMulti.pm @@ -7,7 +7,7 @@ package Lemonldap::NG::Portal::UserDBMulti; use Lemonldap::NG::Portal::_Multi; #inherits -our $VERSION = '1.4.6'; +our $VERSION = '1.9.1'; sub userDBInit { my $self = shift; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBNull.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBNull.pm index 62f3a2bcb..e704554f5 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBNull.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBNull.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::UserDBNull; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Do nothing diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBOpenID.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBOpenID.pm index 625ff36d9..87c108947 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBOpenID.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBOpenID.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Common::Regexp; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Check if authentication module is OpenID diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBOpenIDConnect.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBOpenIDConnect.pm index 6aa412955..1ed6d1505 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBOpenIDConnect.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBOpenIDConnect.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Portal::Simple; our @ISA = (qw(Lemonldap::NG::Portal::_OpenIDConnect)); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Do nothing diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBProxy.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBProxy.pm index 1671addea..a02fa69bf 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBProxy.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBProxy.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::_Proxy; use Lemonldap::NG::Portal::Simple; use base qw(Lemonldap::NG::Portal::_Proxy); -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Call Lemonldap::NG::Portal::_Proxy::proxyInit(); diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBRemote.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBRemote.pm index 01169ee56..b4c76818d 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBRemote.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBRemote.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::_Remote; use Lemonldap::NG::Portal::Simple; use base qw(Lemonldap::NG::Portal::_Remote); -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Call Lemonldap::NG::Portal::_Remote::init(); diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBSAML.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBSAML.pm index b9757fc96..4880f52a5 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBSAML.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBSAML.pm @@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::_SAML; use Encode; our @ISA = qw(Lemonldap::NG::Portal::_SAML); -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Check if authentication module is SAML diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBSlave.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBSlave.pm index 9364f94d5..11dea9855 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBSlave.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBSlave.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::_Slave; use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Portal::UserDBNull; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; our @ISA = qw(Lemonldap::NG::Portal::UserDBNull); ## @apmethod int setSessionInfo() diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBWebID.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBWebID.pm index f2d3c5a26..49a85837f 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBWebID.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDBWebID.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::UserDBWebID; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.3.0'; +our $VERSION = '1.9.1'; ## @apmethod int userDBInit() # Check if authentication module is WebID diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Browser.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Browser.pm index ab3388739..90bfbefd5 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Browser.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Browser.pm @@ -7,7 +7,7 @@ package Lemonldap::NG::Portal::_Browser; use strict; -our $VERSION = '1.3.0'; +our $VERSION = '1.9.1'; our $_ua; ## @method LWP::UserAgent ua() diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_CAS.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_CAS.pm index 81952950b..366b1ea80 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_CAS.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_CAS.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::_Browser; use Lemonldap::NG::Common::Session; our @ISA = (qw(Lemonldap::NG::Portal::_Browser)); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @method hashref getCasSession(string id) # Try to recover the CAS session corresponding to id and return session datas diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Choice.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Choice.pm index 6ae386bcf..502f13f6f 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Choice.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Choice.pm @@ -9,7 +9,7 @@ package Lemonldap::NG::Portal::_Choice; use Lemonldap::NG::Portal::Simple; use Scalar::Util 'weaken'; -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; ## @cmethod Lemonldap::NG::Portal::_Choice new(Lemonldap::NG::Portal::Simple portal) # Constructor diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_DBI.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_DBI.pm index 90113609b..0bc9983b3 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_DBI.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_DBI.pm @@ -12,7 +12,7 @@ use strict; our @EXPORT = qw(dbh); -our $VERSION = '1.3.2'; +our $VERSION = '1.9.1'; ## @method protected Lemonldap::NG::Portal::_DBI dbh(string dbiChain, string dbiUser, string dbiPassword) # Create connection to database diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_LDAP.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_LDAP.pm index 4771d98e9..820a6b9a8 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_LDAP.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_LDAP.pm @@ -15,7 +15,7 @@ use Unicode::String qw(utf8); use strict; our @EXPORT = qw(ldap); -our $VERSION = '1.4.6'; +our $VERSION = '1.9.1'; our $ppLoaded = 0; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_LibAccess.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_LibAccess.pm index 1d1cc80f7..63b7cef74 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_LibAccess.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_LibAccess.pm @@ -7,7 +7,7 @@ package Lemonldap::NG::Portal::_LibAccess; use strict; -our $VERSION = '1.4.2'; +our $VERSION = '1.9.1'; # Global variables our ( $defaultCondition, $locationCondition, $locationRegexp, $cfgNum ) = diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Multi.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Multi.pm index bdc2cec98..4bdbf6f81 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Multi.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Multi.pm @@ -13,7 +13,7 @@ package Lemonldap::NG::Portal::_Multi; use Lemonldap::NG::Portal::Simple; use Scalar::Util 'weaken'; -our $VERSION = '1.4.6'; +our $VERSION = '1.9.1'; ## @cmethod Lemonldap::NG::Portal::_Multi new(Lemonldap::NG::Portal::Simple portal) # Constructor diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_OpenIDConnect.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_OpenIDConnect.pm index 8237c6cf5..81561cded 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_OpenIDConnect.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_OpenIDConnect.pm @@ -16,7 +16,7 @@ use Crypt::OpenSSL::Bignum; use utf8; use base qw(Lemonldap::NG::Portal::_Browser); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our $oidcCache; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Proxy.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Proxy.pm index 315e6eb44..8e30bd772 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Proxy.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Proxy.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple; use MIME::Base64; use SOAP::Lite; -our $VERSION = '1.0.0'; +our $VERSION = '1.9.1'; our $initDone; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Remote.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Remote.pm index 4f834b286..bde36cca6 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Remote.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Remote.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple; use Lemonldap::NG::Common::Session; use MIME::Base64; -our $VERSION = '1.4.1'; +our $VERSION = '1.9.1'; our $initDone; BEGIN { diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm index d8bfe6e72..88462cdbf 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm @@ -22,7 +22,7 @@ use URI; # Get metadata URL path #inherits Lemonldap::NG::Common::Conf::SAML::Metadata protected service_metadata our @ISA = (qw(Lemonldap::NG::Portal::_Browser)); -our $VERSION = '1.9.0'; +our $VERSION = '1.9.1'; our $samlCache; our $initGlibDone; diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm index 73ae59bdf..e9be38795 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm @@ -11,7 +11,7 @@ use MIME::Lite; use MIME::Base64; use Encode; -our $VERSION = '1.4.2'; +our $VERSION = '1.9.1'; ## @method string gen_password(string regexp) # Generate a complex password based on a regular expression diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SOAP.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SOAP.pm index cedc761ae..07da57fef 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SOAP.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SOAP.pm @@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::_LibAccess; require SOAP::Lite; use base qw(Lemonldap::NG::Portal::_LibAccess); -our $VERSION = '1.4.6'; +our $VERSION = '1.9.1'; ## @method void startSoapServices() # Check the URI requested (PATH_INFO environment variable) and launch the diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Slave.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Slave.pm index 5b6a10f78..986cbbaa1 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Slave.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Slave.pm @@ -10,7 +10,7 @@ use base qw(Exporter); use strict; our @EXPORT = qw(checkIP); -our $VERSION = '1.2.0'; +our $VERSION = '1.9.1'; ## @method Lemonldap::NG::Portal::_Slave checkIP() # @return true if remote IP is accredited in LL::NG conf diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_WebForm.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_WebForm.pm index aec2341e4..562362f7f 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_WebForm.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_WebForm.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::_WebForm; use Lemonldap::NG::Portal::Simple qw(:all); use strict; -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; ## @apmethod int authInit() # Does nothing. diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_i18n.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_i18n.pm index c76537205..6068e9837 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_i18n.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_i18n.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::_i18n; # Developpers warning : this file must stay UTF-8 encoded use AutoLoader qw(AUTOLOAD); -our $VERSION = '1.4.0'; +our $VERSION = '1.9.1'; use utf8; ## @fn string msg(int msg, array ref lang) diff --git a/scripts/changelibversion b/scripts/changelibversion index 330b86563..3e7578d5f 100755 --- a/scripts/changelibversion +++ b/scripts/changelibversion @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.0.0 +VERSION=1.9.1 perl -i -pe 's/^our \$VERSION.*$/our \$VERSION = '\'$VERSION\'';/' $(find l*/lib/ -name *.pm)