From 6f128235af73364f1143bebe55b8ea27b91a0955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Wed, 11 Mar 2015 09:05:04 +0000 Subject: [PATCH] Set version 2.00 in the trunk --- changelog | 18 +++ debian/changelog | 4 +- lemonldap-ng-common/META.yml | 81 ++++++------ .../lib/Lemonldap/NG/Common.pm | 2 +- lemonldap-ng-handler/META.yml | 72 +++++------ lemonldap-ng-handler/Makefile.PL | 2 +- .../lib/Lemonldap/NG/Handler.pm | 2 +- lemonldap-ng-manager/META.yml | 60 ++++----- lemonldap-ng-manager/Makefile.PL | 4 +- .../lib/Lemonldap/NG/Manager.pm | 2 +- lemonldap-ng-portal/META.yml | 116 +++++++++--------- lemonldap-ng-portal/Makefile.PL | 4 +- .../lib/Lemonldap/NG/Portal.pm | 2 +- rpm/lemonldap-ng.spec | 9 +- 14 files changed, 202 insertions(+), 176 deletions(-) diff --git a/changelog b/changelog index 41727e79f..54996919b 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,23 @@ lemonldap-ng (2.00) stable; urgency=low +lemonldap-ng (1.4.4) stable; urgency=low + + * [LEMONLDAP-756] - Session Explorer not loading the globalStorage from lemonldap-ng.ini + * [LEMONLDAP-763] - purgeCentralCache sometimes hangs + * [LEMONLDAP-783] - Test error with SOAP::Lite 1.12 + * [LEMONLDAP-784] - reset password in AD not working + * [LEMONLDAP-788] - Captcha not working using multiple backends... + * [LEMONLDAP-791] - attribute duplication in specific module and in general exported variables results in empty variable + * [LEMONLDAP-793] - Common/Conf/File must return an error if file can't be opened + +lemonldap-ng (1.4.3) stable; urgency=low + + * [LEMONLDAP-775] - Cas Service Ticket should be used only once + * [LEMONLDAP-772] - Collapse menu on click in mobile mode in Bootstrap skin + * [LEMONLDAP-774] - Use portal bootstrap theme for test pages + * [LEMONLDAP-765] - Provide packages for CentOS 7 + * [LEMONLDAP-780] - Remove old captcha dirs + lemonldap-ng (1.4.2) stable; urgency=low * [LEMONLDAP-740] - TCP connections never closed on LDAP diff --git a/debian/changelog b/debian/changelog index 7e7a9787e..f3dd416ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -lemonldap-ng (1.4.4-0devel) unstable; urgency=low +lemonldap-ng (2.00-0devel) unstable; urgency=low * Local build - -- Xavier Guimard Sun, 03 Nov 2013 06:59:37 +0100 + -- Xavier Guimard Wed, 11 Mar 2015 12:00:00 +0100 diff --git a/lemonldap-ng-common/META.yml b/lemonldap-ng-common/META.yml index 8e17c3a6e..3962610dc 100644 --- a/lemonldap-ng-common/META.yml +++ b/lemonldap-ng-common/META.yml @@ -1,44 +1,45 @@ ---- #YAML:1.0 -name: Lemonldap-NG-Common -version: 1.3.0 -abstract: Common files for Lemonldap::NG infrastructure +--- +abstract: 'Common files for Lemonldap::NG infrastructure' author: - - Xavier Guimard , Clément Oudot -license: gpl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Xavier Guimard , Clément Oudot ' build_requires: - IO::String: 0 - Net::LDAP: 0 - Test::Pod: 1 - XML::Simple: 0 -requires: - Apache::Session: 0 - Cache::Cache: 0 - CGI: 3.08 - Config::IniFiles: 0 - Crypt::OpenSSL::RSA: 0 - Crypt::OpenSSL::X509: 0 - Crypt::Rijndael: 0 - DBI: 0 - File::Basename: 0 - Mouse: 0 - Net::CIDR::Lite: 0 - SOAP::Lite: 0 - Storable: 0 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 + IO::String: '0' + Net::LDAP: '0' + Test::Pod: '1' + XML::Simple: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060' +license: open_source meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Lemonldap-NG-Common +no_index: + directory: + - t + - inc recommends: - Apache::Session::Browseable: 0 - HTML::Template: 0 - HTTP::Message: 0 - Net::LDAP: 0 - XML::LibXML: 0 - XML::Simple: 0 + Apache::Session::Browseable: '0' + HTML::Template: '0' + HTTP::Message: '0' + Net::LDAP: '0' + XML::LibXML: '0' + XML::Simple: '0' +requires: + Apache::Session: '0' + CGI: '3.08' + Cache::Cache: '0' + Config::IniFiles: '0' + Crypt::OpenSSL::RSA: '0' + Crypt::OpenSSL::X509: '0' + Crypt::Rijndael: '0' + DBI: '0' + Digest::SHA: '0' + File::Basename: '0' + Mouse: '0' + Net::CIDR::Lite: '0' + SOAP::Lite: '0' + Storable: '0' +version: 2 diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm index b1ee7fb3e..cea9a04d9 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.4.0'; +our $VERSION = 2.00; use strict; diff --git a/lemonldap-ng-handler/META.yml b/lemonldap-ng-handler/META.yml index 38187ba17..a461abd21 100644 --- a/lemonldap-ng-handler/META.yml +++ b/lemonldap-ng-handler/META.yml @@ -1,40 +1,40 @@ ---- #YAML:1.0 -name: Lemonldap-NG-Handler -version: 1.3.0 -abstract: The Apache protection module part of +--- +abstract: 'The Apache protection module part of Lemonldap::NG Web-SSO system.' author: - - Xavier Guimard -license: gpl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Xavier Guimard ' build_requires: - Cwd: 0 - Digest::HMAC_SHA1: 0 - File::Basename: 0 - HTTP::Message: 0 - IO::Pipe: 0 - SOAP::Lite: 0 - Test::MockObject: 0 - Test::Pod: 0 -requires: - Apache::Session::Generate::MD5: 0 - CGI: 3.08 - Lemonldap::NG::Common: 1.3.0 - LWP: 0 - Mouse: 0 - URI: 0 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 + Cwd: '0' + Digest::HMAC_SHA1: '0' + File::Basename: '0' + HTTP::Message: '0' + IO::Pipe: '0' + SOAP::Lite: '0' + Test::MockObject: '0' + Test::Pod: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060' +license: open_source meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Lemonldap-NG-Handler +no_index: + directory: + - t + - inc recommends: - Cache::Memcached: 0 - Digest::HMAC_SHA1: 0 - HTTP::Message: 0 - LWP::Protocol::https: 0 - SOAP::Lite: 0 + Cache::Memcached: '0' + Digest::HMAC_SHA1: '0' + HTTP::Message: '0' + LWP::Protocol::https: '0' + SOAP::Lite: '0' +requires: + Apache::Session::Generate::MD5: '0' + CGI: '3.08' + LWP: '0' + Lemonldap::NG::Common: '2' + Mouse: '0' + URI: '0' +version: 2 diff --git a/lemonldap-ng-handler/Makefile.PL b/lemonldap-ng-handler/Makefile.PL index a5dae7b79..4285a2e74 100644 --- a/lemonldap-ng-handler/Makefile.PL +++ b/lemonldap-ng-handler/Makefile.PL @@ -30,7 +30,7 @@ WriteMakefile( PREREQ_PM => { 'Apache::Session::Generate::MD5' => 0, 'CGI' => 3.08, - 'Lemonldap::NG::Common' => '1.4.0', + 'Lemonldap::NG::Common' => 2.00, 'LWP' => 0, 'Mouse' => 0, 'URI' => 0, diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm index 8d8351365..2ad7018b6 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.4.0'; +our $VERSION = 2.00; use Lemonldap::NG::Handler::SharedConf; @ISA = qw(Lemonldap::NG::Handler::SharedConf); diff --git a/lemonldap-ng-manager/META.yml b/lemonldap-ng-manager/META.yml index 4a88ec975..f1ec74af0 100644 --- a/lemonldap-ng-manager/META.yml +++ b/lemonldap-ng-manager/META.yml @@ -1,33 +1,33 @@ ---- #YAML:1.0 -name: Lemonldap-NG-Manager -version: 1.3.0 -abstract: Perl extension for managing Lemonldap::NG Web-SSO +--- +abstract: 'Perl extension for managing Lemonldap::NG Web-SSO system.' author: - - Xavier Guimard , Clément Oudot , Thomas Chemineau -license: gpl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Xavier Guimard , Clément Oudot , Thomas Chemineau ' build_requires: - IO::String: 0 - Test::Pod: 1 -requires: - Convert::PEM: 0 - Crypt::OpenSSL::RSA: 0 - HTML::Template: 0 - JSON: 0 - Lemonldap::NG::Common: 1.3.0 - Lemonldap::NG::Handler: 1.3.0 - LWP: 0 - URI: 0 - XML::LibXML: 0 - XML::LibXSLT: 0 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 + IO::String: '0' + Test::Pod: '1' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060' +license: open_source meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -LWP::Protocol::https: 0 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Lemonldap-NG-Manager +no_index: + directory: + - t + - inc +requires: + Convert::PEM: '0' + Crypt::OpenSSL::RSA: '0' + HTML::Template: '0' + JSON: '0' + LWP: '0' + Lemonldap::NG::Common: '2' + Lemonldap::NG::Handler: '2' + URI: '0' + XML::LibXML: '0' + XML::LibXSLT: '0' +version: 2 +x_LWP::Protocol::https: 0 diff --git a/lemonldap-ng-manager/Makefile.PL b/lemonldap-ng-manager/Makefile.PL index 07d26f3fd..04e664594 100644 --- a/lemonldap-ng-manager/Makefile.PL +++ b/lemonldap-ng-manager/Makefile.PL @@ -17,8 +17,8 @@ WriteMakefile( 'Crypt::OpenSSL::RSA' => 0, 'HTML::Template' => 0, 'JSON' => 0, - 'Lemonldap::NG::Common' => '1.4.0', - 'Lemonldap::NG::Handler' => '1.4.0', + 'Lemonldap::NG::Common' => 2.00, + 'Lemonldap::NG::Handler' => 2.00, 'LWP' => 0, 'URI' => 0, 'XML::LibXSLT' => 0, diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index 3f8b18f13..79a191581 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Handler::CGI qw(:globalStorage :locationRules); #inherits use Lemonldap::NG::Common::Conf; #link protected conf Configuration use Lemonldap::NG::Common::Conf::Constants; #inherits -our $VERSION = '1.4.2'; +our $VERSION = 2.00; our @ISA = qw( Lemonldap::NG::Handler::CGI Lemonldap::NG::Manager::Downloader diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index 4f1249b1a..2ba52f731 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -1,62 +1,62 @@ ---- #YAML:1.0 -name: Lemonldap-NG-Portal -version: 1.3.0 -abstract: The authentication portal part of Lemonldap::NG Web-SSO +--- +abstract: 'The authentication portal part of Lemonldap::NG Web-SSO system.' author: - - Xavier Guimard , Clément Oudot , Thomas Chemineau , Mikael Ates -license: gpl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Xavier Guimard , Clément Oudot , Thomas Chemineau , Mikael Ates ' build_requires: - AuthCAS: 0 - HTTP::Message: 0 - IO::String: 0 - LWP: 0 - MIME::Lite: 0 - Net::OpenID::Consumer: 0 - Net::OpenID::Server: 0 - SOAP::Lite: 0 - String::Random: 0 - Test::Pod: 1 - XML::LibXML: 0 - XML::LibXSLT: 0 - XML::Simple: 0 -requires: - Authen::Captcha: 0 - CGI: 3.08 - Clone: 0 - HTML::Template: 0 - Lemonldap::NG::Common: 1.3.0 - Net::LDAP: 0.38 - Regexp::Assemble: 0 - Unicode::String: 0 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 + AuthCAS: '0' + HTTP::Message: '0' + IO::String: '0' + LWP: '0' + MIME::Lite: '0' + Net::OpenID::Consumer: '0' + Net::OpenID::Server: '0' + SOAP::Lite: '0' + String::Random: '0' + Test::Pod: '1' + XML::LibXML: '0' + XML::LibXSLT: '0' + XML::Simple: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060' +license: open_source meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Lemonldap-NG-Portal +no_index: + directory: + - t + - inc recommends: - AuthCAS: 0 - DBI: 0 - Glib: 0 - HTTP::Message: 0 - Lasso: 2.3.0 - Lemonldap::NG::Handler: 1.3.0 - LWP: 0 - LWP::Protocol::https: 0 - MIME::Lite: 0 - Net::Facebook::Oauth2: 0 - Net::OpenID::Consumer: 0 - Net::OpenID::Server: 0 - Net::Twitter: 0 - SOAP::Lite: 0 - String::Random: 0 - URI: 0 - Web::ID: 0 - XML::LibXML: 0 - XML::LibXSLT: 0 - XML::Simple: 0 + AuthCAS: '0' + DBI: '0' + Glib: '0' + HTTP::Message: '0' + LWP: '0' + LWP::Protocol::https: '0' + Lasso: v2.3.0 + Lemonldap::NG::Handler: '2' + MIME::Lite: '0' + Net::Facebook::Oauth2: '0' + Net::OpenID::Consumer: '0' + Net::OpenID::Server: '0' + Net::Twitter: '0' + SOAP::Lite: '0' + String::Random: '0' + URI: '0' + Web::ID: '0' + XML::LibXML: '0' + XML::LibXSLT: '0' + XML::Simple: '0' +requires: + Authen::Captcha: '0' + CGI: '3.08' + Clone: '0' + HTML::Template: '0' + Lemonldap::NG::Common: '2' + Net::LDAP: '0.38' + Regexp::Assemble: '0' + Unicode::String: '0' +version: 2 diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index fd9f7d89e..1df5fa5ab 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -14,7 +14,7 @@ WriteMakefile( 'Glib' => 0, 'HTTP::Message' => 0, 'Lasso' => '2.3.0', - 'Lemonldap::NG::Handler' => '1.4.0', + 'Lemonldap::NG::Handler' => 2.00, 'LWP' => 0, 'LWP::Protocol::https' => 0, 'MIME::Lite' => 0, @@ -51,7 +51,7 @@ WriteMakefile( 'CGI' => 3.08, 'Clone' => 0, 'HTML::Template' => 0, - 'Lemonldap::NG::Common' => '1.4.0', + 'Lemonldap::NG::Common' => 2.00, 'Net::LDAP' => 0.38, 'Regexp::Assemble' => 0, 'Unicode::String' => 0, diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index 6e4bca5ab..b2c1c40f5 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.4.0'; +our $VERSION = 2.00; use Lemonldap::NG::Portal::SharedConf; use base 'Lemonldap::NG::Portal::SharedConf'; diff --git a/rpm/lemonldap-ng.spec b/rpm/lemonldap-ng.spec index 7d44b7a1e..77fcec1af 100644 --- a/rpm/lemonldap-ng.spec +++ b/rpm/lemonldap-ng.spec @@ -14,7 +14,7 @@ %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name lemonldap-ng -%define real_version 1.4.2 +%define real_version 2.00 %define cpan_common_version %{real_version} %define cpan_handler_version %{real_version} %define cpan_manager_version %{real_version} @@ -560,6 +560,13 @@ rm -rf %{buildroot} # Changelog #============================================================================== %changelog +* Wed Mar 11 2015 Clement Oudot - 2.00-1 +- Update to 2.00 +* Wed Mar 11 2015 Clement Oudot - 1.4.4-1 +- Update to 1.4.4 +* Thu Dec 18 2014 Clement Oudot - 1.4.3-1 +- Update to 1.4.3 +- Support for CentOS 7 * Fri Oct 31 2014 Clement Oudot - 1.4.2-1 - Update to 1.4.2 * Fri Jul 25 2014 Clement Oudot - 1.4.1-1