Set version 2.00 in the trunk

This commit is contained in:
Clément Oudot 2015-03-11 09:05:04 +00:00
parent 877e5ba6f8
commit 6f128235af
14 changed files with 202 additions and 176 deletions

View File

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

4
debian/changelog vendored
View File

@ -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 <x.guimard@free.fr> Sun, 03 Nov 2013 06:59:37 +0100
-- Xavier Guimard <x.guimard@free.fr> Wed, 11 Mar 2015 12:00:00 +0100

View File

@ -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 <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>
license: gpl
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
- 'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>'
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

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Common;
our $VERSION = '1.4.0';
our $VERSION = 2.00;
use strict;

View File

@ -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 <x.guimard@free.fr>
license: gpl
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
- 'Xavier Guimard <x.guimard@free.fr>'
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

View File

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

View File

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

View File

@ -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 <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>, Thomas Chemineau <thomas.chemineau@gmail.com>
license: gpl
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
- 'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>, Thomas Chemineau <thomas.chemineau@gmail.com>'
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

View File

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

View File

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

View File

@ -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 <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>, Thomas Chemineau <thomas.chemineau@gmail.com>, Mikael Ates <mikael.ates@univ-st-etienne.fr>
license: gpl
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
- 'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>, Thomas Chemineau <thomas.chemineau@gmail.com>, Mikael Ates <mikael.ates@univ-st-etienne.fr>'
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

View File

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

View File

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

View File

@ -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 <clem.oudot@gmail.com> - 2.00-1
- Update to 2.00
* Wed Mar 11 2015 Clement Oudot <clem.oudot@gmail.com> - 1.4.4-1
- Update to 1.4.4
* Thu Dec 18 2014 Clement Oudot <clem.oudot@gmail.com> - 1.4.3-1
- Update to 1.4.3
- Support for CentOS 7
* Fri Oct 31 2014 Clement Oudot <clem.oudot@gmail.com> - 1.4.2-1
- Update to 1.4.2
* Fri Jul 25 2014 Clement Oudot <clem.oudot@gmail.com> - 1.4.1-1