Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julien Ledoux
lemonldap-ng
Commits
1a973056
Commit
1a973056
authored
Oct 05, 2018
by
Clément OUDOT
Browse files
Update release 1.9.18
parent
65188304
Changes
15
Hide whitespace changes
Inline
Side-by-side
Doxyfile
View file @
1a973056
...
...
@@ -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 = 1.9.1
7
PROJECT_NUMBER = 1.9.1
8
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
debian/changelog
View file @
1a973056
lemonldap-ng (1.9.18-1) unstable; urgency=medium
* New release. See changes on our website:
https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng
-- Clement OUDOT <clement@oodo.net> Fri, 05 Oct 2018 12:00:00 +0100
lemonldap-ng (1.9.17-1) unstable; urgency=medium
* New release. See changes on our website:
...
...
debian/patches/replace-mouse-by-moose.patch
View file @
1a973056
...
...
@@ -150,7 +150,7 @@ Last-Update: 2017-11-16
use utf8;
-use Mouse;
+use Moose;
our $VERSION = '1.9.1
7
';
our $VERSION = '1.9.1
8
';
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::PSGI::Constants;
--- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build.pm
...
...
lemonldap-ng-common/META.yml
View file @
1a973056
...
...
@@ -45,5 +45,5 @@ requires:
Net::CIDR::Lite: '0'
SOAP::Lite: '0'
Storable
:
'
0'
version
:
v1.9.1
7
version
:
v1.9.1
8
x_serialization_backend
:
'
CPAN::Meta::YAML
version
0.018'
lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
View file @
1a973056
package
Lemonldap::NG::
Common
;
our
$VERSION
=
'
1.9.1
7
';
our
$VERSION
=
'
1.9.1
8
';
use
strict
;
...
...
lemonldap-ng-handler/META.yml
View file @
1a973056
...
...
@@ -34,8 +34,8 @@ requires:
Apache::Session::Generate::MD5: '0'
CGI
:
'
3.08'
LWP
:
'
0'
Lemonldap::NG::Common: v1.9.1
7
Lemonldap::NG::Common: v1.9.1
8
Mouse
:
'
0'
URI
:
'
0'
version
:
v1.9.1
7
version
:
v1.9.1
8
x_serialization_backend
:
'
CPAN::Meta::YAML
version
0.018'
lemonldap-ng-handler/Makefile.PL
View file @
1a973056
...
...
@@ -30,7 +30,7 @@ WriteMakefile(
PREREQ_PM
=>
{
'Apache::Session::Generate::MD5'
=>
0,
'CGI'
=>
3.08,
'Lemonldap::NG::Common'
=>
'1.9.1
7
'
,
'Lemonldap::NG::Common'
=>
'1.9.1
8
'
,
'LWP'
=>
0,
'Mouse'
=>
0,
'URI'
=>
0,
...
...
lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
View file @
1a973056
...
...
@@ -5,7 +5,7 @@
# Handler module
package
Lemonldap::NG::
Handler
;
our
$VERSION
=
'
1.9.1
7
';
our
$VERSION
=
'
1.9.1
8
';
use
Lemonldap::NG::Handler::
SharedConf
;
@ISA
=
qw(Lemonldap::NG::Handler::SharedConf)
;
...
...
lemonldap-ng-manager/META.yml
View file @
1a973056
...
...
@@ -25,11 +25,11 @@ requires:
HTML::Template: '0'
JSON
:
'
0'
LWP
:
'
0'
Lemonldap::NG::Common: v1.9.1
7
Lemonldap::NG::Handler: v1.9.1
7
Lemonldap::NG::Common: v1.9.1
8
Lemonldap::NG::Handler: v1.9.1
8
URI
:
'
0'
XML::LibXML: '0'
XML::LibXSLT: '0'
version
:
v1.9.1
7
version
:
v1.9.1
8
x_LWP::Protocol::https:
0
x_serialization_backend
:
'
CPAN::Meta::YAML
version
0.018'
lemonldap-ng-manager/Makefile.PL
View file @
1a973056
...
...
@@ -18,8 +18,8 @@ WriteMakefile(
'Crypt::OpenSSL::RSA'
=>
0,
'HTML::Template'
=>
0,
'JSON'
=>
0,
'Lemonldap::NG::Common'
=>
'1.9.1
7
'
,
'Lemonldap::NG::Handler'
=>
'1.9.1
7
'
,
'Lemonldap::NG::Common'
=>
'1.9.1
8
'
,
'Lemonldap::NG::Handler'
=>
'1.9.1
8
'
,
'LWP'
=>
0,
'URI'
=>
0,
'XML::LibXSLT'
=>
0,
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
View file @
1a973056
...
...
@@ -13,7 +13,7 @@ package Lemonldap::NG::Manager;
use
5.10.0
;
use
utf8
;
use
Mouse
;
our
$VERSION
=
'
1.9.1
7
';
our
$VERSION
=
'
1.9.1
8
';
use
Lemonldap::NG::Common::Conf::
Constants
;
use
Lemonldap::NG::Common::PSGI::
Constants
;
...
...
lemonldap-ng-portal/META.yml
View file @
1a973056
...
...
@@ -38,7 +38,7 @@ recommends:
LWP
:
'
0'
LWP::Protocol::https: '0'
Lasso
:
v2.3.0
Lemonldap::NG::Handler: v1.9.1
7
Lemonldap::NG::Handler: v1.9.1
8
MIME::Lite: '0'
Net::Facebook::Oauth2: '0'
Net::OAuth: '0'
...
...
@@ -56,9 +56,9 @@ requires:
CGI
:
'
3.08'
Clone
:
'
0'
HTML::Template: '0'
Lemonldap::NG::Common: v1.9.1
7
Lemonldap::NG::Common: v1.9.1
8
Net::LDAP: '0.38'
Regexp::Assemble: '0'
Unicode::String: '0'
version
:
v1.9.1
7
version
:
v1.9.1
8
x_serialization_backend
:
'
CPAN::Meta::YAML
version
0.018'
lemonldap-ng-portal/Makefile.PL
View file @
1a973056
...
...
@@ -15,7 +15,7 @@ WriteMakefile(
'HTTP::Message'
=>
0,
'JSON'
=>
0,
'Lasso'
=>
'2.3.0'
,
'Lemonldap::NG::Handler'
=>
'1.9.1
7
'
,
'Lemonldap::NG::Handler'
=>
'1.9.1
8
'
,
'LWP'
=>
0,
'LWP::Protocol::https'
=>
0,
'MIME::Lite'
=>
0,
...
...
@@ -52,7 +52,7 @@ WriteMakefile(
'CGI'
=>
3.08,
'Clone'
=>
0,
'HTML::Template'
=>
0,
'Lemonldap::NG::Common'
=>
'1.9.1
7
'
,
'Lemonldap::NG::Common'
=>
'1.9.1
8
'
,
'Net::LDAP'
=>
0.38,
'Regexp::Assemble'
=>
0,
'Unicode::String'
=>
0,
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
View file @
1a973056
...
...
@@ -5,7 +5,7 @@
# Alias for Lemonldap::NG::SharedConf
package
Lemonldap::NG::
Portal
;
our
$VERSION
=
'
1.9.1
7
';
our
$VERSION
=
'
1.9.1
8
';
use
Lemonldap::NG::Portal::
SharedConf
;
use
base
'
Lemonldap::NG::Portal::SharedConf
';
...
...
rpm/lemonldap-ng.spec
View file @
1a973056
...
...
@@ -14,7 +14,7 @@
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name lemonldap-ng
%define real_version 1.9.1
7
%define real_version 1.9.1
8
%define cpan_common_version %{real_version}
%define cpan_handler_version %{real_version}
%define cpan_manager_version %{real_version}
...
...
@@ -618,6 +618,8 @@ rm -rf %{buildroot}
# Changelog
#==============================================================================
%changelog
* Fri Oct 05 2018 Clement Oudot <clem.oudot@gmail.com> - 1.9.18-1
- Update to 1.9.18
* Fri Jun 17 2018 Clement Oudot <clem.oudot@gmail.com> - 1.9.17-1
- Update to 1.9.17
* Fri Mar 16 2018 Clement Oudot <clem.oudot@gmail.com> - 1.9.16-1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment