Set trunk version to 1.9.0

This commit is contained in:
Clément Oudot 2015-12-18 09:31:36 +00:00
parent 2df6075dfa
commit 4a1f957fdd
46 changed files with 63 additions and 58 deletions

View File

@ -31,7 +31,7 @@ PROJECT_NAME = LemonLDAP::NG
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 2.0.0
PROJECT_NUMBER = 1.9.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@ -1,4 +1,4 @@
lemonldap-ng (2.0.0) stable; urgency=low
lemonldap-ng (1.9.0) stable; urgency=low
lemonldap-ng (1.4.6) stable; urgency=low

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
lemonldap-ng (2.0.0-0devel) unstable; urgency=low
lemonldap-ng (1.9.0-0) unstable; urgency=low
* Local build

View File

@ -10,7 +10,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.150005'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@ -42,4 +42,5 @@ requires:
Net::CIDR::Lite: '0'
SOAP::Lite: '0'
Storable: '0'
version: v2.0.0
version: v1.9.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

View File

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

View File

@ -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 = '2.0.0';
our $VERSION = '1.9.0';
sub _load {
my $backend = shift;

View File

@ -4,7 +4,7 @@ use strict;
use vars qw($VERSION);
use JSON;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
sub serialize {
my $session = shift;

View File

@ -22,7 +22,7 @@ use Config::IniFiles;
#inherits Lemonldap::NG::Common::Conf::SOAP
#inherits Lemonldap::NG::Common::Conf::LDAP
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
our $msg = '';
our $iniObj;

View File

@ -1,7 +1,7 @@
# This file is generated by ./scripts/jsongenerator.pl. Don't modify it by hand
package Lemonldap::NG::Common::Conf::DefaultValues;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
sub defaultValues {
return {

View File

@ -4,7 +4,7 @@ use 5.010;
use strict;
use MIME::Base64;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
our $initDone;
sub prereq {

View File

@ -2,7 +2,7 @@ package Lemonldap::NG::Common::Conf::Serializer;
use Data::Dumper;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
BEGIN {
*Lemonldap::NG::Common::Conf::normalize = \&normalize;

View File

@ -8,7 +8,7 @@ package Lemonldap::NG::Common::Conf::SubAttributes;
use Mouse;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
## E

View File

@ -6,7 +6,7 @@ use JSON;
use Lemonldap::NG::Common::PSGI::Constants;
use Lemonldap::NG::Common::PSGI::Request;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
our $_json = JSON->new->allow_nonref;

View File

@ -4,7 +4,7 @@ use strict;
use Exporter 'import';
use base qw(Exporter);
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
# CONSTANTS

View File

@ -5,7 +5,7 @@ use Mouse;
use JSON;
use URI::Escape;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
# http :// server / path ? query # fragment
# m|(?:([^:/?#]+):)?(?://([^/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?|;

View File

@ -4,7 +4,7 @@ use Mouse;
use Lemonldap::NG::Common::PSGI;
use Lemonldap::NG::Common::PSGI::Constants;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
extends 'Lemonldap::NG::Common::PSGI';

View File

@ -14,7 +14,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.150005'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@ -34,7 +34,8 @@ requires:
Apache::Session::Generate::MD5: '0'
CGI: '3.08'
LWP: '0'
Lemonldap::NG::Common: v2.0.0
Lemonldap::NG::Common: v1.9.0
Mouse: '0'
URI: '0'
version: v2.0.0
version: v1.9.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

View File

@ -30,7 +30,7 @@ WriteMakefile(
PREREQ_PM => {
'Apache::Session::Generate::MD5' => 0,
'CGI' => 3.08,
'Lemonldap::NG::Common' => '2.0.0',
'Lemonldap::NG::Common' => '1.9.0',
'LWP' => 0,
'Mouse' => 0,
'URI' => 0,

View File

@ -5,7 +5,7 @@
# Handler module
package Lemonldap::NG::Handler;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
use Lemonldap::NG::Handler::SharedConf;
@ISA = qw(Lemonldap::NG::Handler::SharedConf);

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Handler::API::ApacheMP2;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
# Specific modules and constants for Apache Mod_Perl 2
use Apache2::RequestUtil;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Handler::API::Nginx;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
use constant FORBIDDEN => 403;
use constant REDIRECT => 302;

View File

@ -5,7 +5,7 @@ use Mouse;
use Lemonldap::NG::Handler::SharedConf qw(:tsv :variables :jailSharedVars);
extends 'Lemonldap::NG::Common::PSGI::Router';
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
around init => sub {
my ( $method, $self, $args ) = splice @_;

View File

@ -26,7 +26,7 @@ use Lemonldap::NG::Common::Conf::Constants; #inherits
use base qw(Lemonldap::NG::Handler::Main);
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
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

View File

@ -1,6 +1,7 @@
.bowerrc
bower.json
Changes
eg/manager-server.cgi
eg/manager-server.fcgi
eg/manager-server.psgi
KINEMATIC.md

View File

@ -8,7 +8,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.150005'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@ -24,10 +24,11 @@ requires:
HTML::Template: '0'
JSON: '0'
LWP: '0'
Lemonldap::NG::Common: v2.0.0
Lemonldap::NG::Handler: v2.0.0
Lemonldap::NG::Common: v1.9.0
Lemonldap::NG::Handler: v1.9.0
URI: '0'
XML::LibXML: '0'
XML::LibXSLT: '0'
version: v2.0.0
version: v1.9.0
x_LWP::Protocol::https: 0
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

View File

@ -17,8 +17,8 @@ WriteMakefile(
'Crypt::OpenSSL::RSA' => 0,
'HTML::Template' => 0,
'JSON' => 0,
'Lemonldap::NG::Common' => '2.0.0',
'Lemonldap::NG::Handler' => '2.0.0',
'Lemonldap::NG::Common' => '1.9.0',
'Lemonldap::NG::Handler' => '1.9.0',
'LWP' => 0,
'URI' => 0,
'XML::LibXSLT' => 0,

View File

@ -12,7 +12,7 @@ package Lemonldap::NG::Manager;
use 5.10.0;
use Mouse;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::PSGI::Constants;

View File

@ -6,7 +6,7 @@
package Lemonldap::NG::Manager::Attributes;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
use strict;
use Regexp::Common qw/URI/;

View File

@ -5,7 +5,7 @@ use strict;
use Exporter 'import';
use base qw(Exporter);
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
our %EXPORT_TAGS = ( 'all' => [qw($simpleHashKeys $specialNodeKeys $oidcOPMetaDataNodeKeys $oidcRPMetaDataNodeKeys $samlIDPMetaDataNodeKeys $samlSPMetaDataNodeKeys $virtualHostKeys $specialNodeHash @sessionTypes)] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

View File

@ -13,7 +13,7 @@ has 'currentConf' =>
( is => 'rw', required => 1, default => sub { { cfgNum => 0 } } );
has 'protection' => ( is => 'rw', isa => 'Str', default => 'manager' );
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
## @method Lemonldap::NG::Common::Conf confAcc()
# Configuration access object

View File

@ -12,7 +12,7 @@ use feature 'state';
extends 'Lemonldap::NG::Manager::Lib';
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
has _notifAccess => ( is => 'rw' );

View File

@ -16,7 +16,7 @@ extends 'Lemonldap::NG::Manager::Lib';
has conf => ( is => 'rw', isa => 'HashRef', default => sub { {} } );
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
#############################
# I. INITIALIZATION METHODS #

View File

@ -13,7 +13,7 @@
package Lemonldap::NG::Manager::Tree;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
# Missing:
# * activeTimer

View File

@ -19,7 +19,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.150005'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@ -37,7 +37,7 @@ recommends:
LWP: '0'
LWP::Protocol::https: '0'
Lasso: v2.3.0
Lemonldap::NG::Handler: v2.0.0
Lemonldap::NG::Handler: v1.9.0
MIME::Lite: '0'
Net::Facebook::Oauth2: '0'
Net::OpenID::Consumer: '0'
@ -55,8 +55,9 @@ requires:
CGI: '3.08'
Clone: '0'
HTML::Template: '0'
Lemonldap::NG::Common: v2.0.0
Lemonldap::NG::Common: v1.9.0
Net::LDAP: '0.38'
Regexp::Assemble: '0'
Unicode::String: '0'
version: v2.0.0
version: v1.9.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

View File

@ -14,7 +14,7 @@ WriteMakefile(
'Glib' => 0,
'HTTP::Message' => 0,
'Lasso' => '2.3.0',
'Lemonldap::NG::Handler' => '2.0.0',
'Lemonldap::NG::Handler' => '1.9.0',
'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' => '2.0.0',
'Lemonldap::NG::Common' => '1.9.0',
'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 = '2.0.0';
our $VERSION = '1.9.0';
use Lemonldap::NG::Portal::SharedConf;
use base 'Lemonldap::NG::Portal::SharedConf';

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple;
use MIME::Base64;
use base qw(Lemonldap::NG::Portal::_OpenIDConnect);
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
## @apmethod int authInit()
# Get configuration data

View File

@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::Simple;
use Lemonldap::NG::Portal::_SAML; #inherits
use Lemonldap::NG::Common::Conf::SAML::Metadata;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
our @ISA = qw(Lemonldap::NG::Portal::_SAML);
## @apmethod int authInit()

View File

@ -9,7 +9,7 @@ use strict;
use Lemonldap::NG::Portal::Simple;
use utf8;
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
## @method array display()
# Call portal process and set template parameters

View File

@ -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 = '2.0.0';
our $VERSION = '1.9.0';
## @method void issuerDBInit()
# Nothing to do

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple;
use String::Random qw(random_string);
use base qw(Lemonldap::NG::Portal::_OpenIDConnect);
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
## @method void issuerDBInit()
# Get configuration data

View File

@ -71,7 +71,7 @@ use Digest::MD5;
#inherits Apache::Session
#link Lemonldap::NG::Common::Apache::Session::SOAP protected globalStorage
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
use base qw(Lemonldap::NG::Common::CGI Exporter);
our @ISA;

View File

@ -9,7 +9,7 @@ use strict;
use Lemonldap::NG::Portal::Simple;
our @ISA = (qw(Lemonldap::NG::Portal::_OpenIDConnect));
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
## @apmethod int userDBInit()
# Do nothing

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::_Browser;
use Lemonldap::NG::Common::Session;
our @ISA = (qw(Lemonldap::NG::Portal::_Browser));
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
## @method hashref getCasSession(string id)
# Try to recover the CAS session corresponding to id and return session datas

View File

@ -17,7 +17,7 @@ use Crypt::OpenSSL::Bignum;
use utf8;
use base qw(Lemonldap::NG::Portal::_Browser);
our $VERSION = '2.0.0';
our $VERSION = '1.9.0';
our $oidcCache;
BEGIN {

View File

@ -14,7 +14,7 @@
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name lemonldap-ng
%define real_version 2.0.0
%define real_version 1.9.0
%define cpan_common_version %{real_version}
%define cpan_handler_version %{real_version}
%define cpan_manager_version %{real_version}
@ -561,8 +561,8 @@ rm -rf %{buildroot}
# Changelog
#==============================================================================
%changelog
* Wed Mar 11 2015 Clement Oudot <clem.oudot@gmail.com> - 2.0.0-1
- Update to 2.0.0
* Wed Mar 11 2015 Clement Oudot <clem.oudot@gmail.com> - 1.9.0-1
- Update to 1.9.0
* Wed Apr 15 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