This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a change to branch master
in repository lemonldap-ng.

      from  ccf4cd1   Use a Wayback Machine capture of Colin Clark's homepage
      adds  543e1e1   Imported Upstream version 1.4.5
       new  2906b05   Merge tag 'upstream/1.4.5'
       new  a71b040   Update version
       new  937bd7f   Update years
       new  df6e389   Bump debhelper compatibility level to 9
       new  ad8359a   Insert real names in long descriptions
       new  2a7686a   Add debian/upstream/metadata
       new  3c25375   Update d/ch

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Doxyfile                                           |   2 +-
 changelog                                          |  19 ++
 debian/NEWS                                        |   2 +-
 debian/changelog                                   |  17 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  10 +-
 debian/copyright                                   |   2 +-
 debian/upstream/metadata                           |   9 +
 doc/index/alphabetical.html                        |   2 +-
 doc/pages/contact.html                             |   8 +-
 doc/pages/documentation.html                       |  10 +-
 doc/pages/documentation/1.4/applications.html      |   4 +-
 .../documentation/1.4/applications/salesforce.html | 187 ++++++++++++
 doc/pages/documentation/1.4/authapache.html        |   6 +-
 doc/pages/documentation/1.4/authgoogle.html        |  42 ++-
 doc/pages/documentation/1.4/idpsaml.html           |   4 +-
 doc/pages/documentation/1.4/installrpm.html        |  57 +++-
 doc/pages/documentation/1.4/samlservice.html       |  62 ++--
 doc/pages/download.html                            |  39 ++-
 lemonldap-ng-common/META.yml                       |   2 +-
 lemonldap-ng-common/lib/Lemonldap/NG/Common.pm     |   2 +-
 .../lib/Lemonldap/NG/Common/Apache/Session.pm      |   3 +-
 .../lib/Lemonldap/NG/Common/Apache/Session/Lock.pm |  12 +-
 .../lib/Lemonldap/NG/Common/Conf/File.pm           |   5 +-
 .../lib/Lemonldap/NG/Common/Safe.pm                |   2 +-
 lemonldap-ng-common/t/20-Common-CGI.t              |   8 +-
 lemonldap-ng-common/t/36-Common-Regexp.t           |   4 +-
 lemonldap-ng-handler/META.yml                      |   4 +-
 lemonldap-ng-handler/Makefile.PL                   |   2 +-
 lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm   |   2 +-
 .../lib/Lemonldap/NG/Handler/CGI.pm                |   4 +-
 .../lib/Lemonldap/NG/Handler/Main.pm               |   7 +-
 .../lib/Lemonldap/NG/Handler/Main/Jail.pm          |   2 +-
 lemonldap-ng-manager/META.yml                      |   6 +-
 lemonldap-ng-manager/Makefile.PL                   |   4 +-
 lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm   |   2 +-
 .../lib/Lemonldap/NG/Manager/Notifications.pm      |  12 +-
 .../lib/Lemonldap/NG/Manager/_Struct.pm            |   7 +-
 lemonldap-ng-portal/MANIFEST                       |   2 +
 lemonldap-ng-portal/META.yml                       |   6 +-
 lemonldap-ng-portal/Makefile.PL                    |   4 +-
 .../example/scripts/buildPortalWSDL                |   4 +-
 .../example/skins/bootstrap/mail.tpl               |   5 +-
 .../example/skins/bootstrap/register.tpl           |   4 +-
 .../example/skins/bootstrap/standardform.tpl       |   4 +-
 lemonldap-ng-portal/example/skins/impact/mail.tpl  |   5 +-
 .../example/skins/impact/register.tpl              |   4 +-
 .../example/skins/impact/standardform.tpl          |   4 +-
 lemonldap-ng-portal/example/skins/pastel/mail.tpl  |   5 +-
 .../example/skins/pastel/register.tpl              |   4 +-
 .../example/skins/pastel/standardform.tpl          |   4 +-
 lemonldap-ng-portal/example/soaperrortest.pl       |  27 ++
 lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm     |   2 +-
 .../lib/Lemonldap/NG/Portal/AuthAD.pm              |   2 +-
 .../lib/Lemonldap/NG/Portal/AuthGoogleMigration.pm | 297 +++++++++++++++++++
 .../lib/Lemonldap/NG/Portal/AuthSAML.pm            |   4 +-
 .../lib/Lemonldap/NG/Portal/IssuerDBSAML.pm        |   4 +-
 .../lib/Lemonldap/NG/Portal/MailReset.pm           |   3 +-
 .../lib/Lemonldap/NG/Portal/Register.pm            |   3 +-
 .../lib/Lemonldap/NG/Portal/Simple.pm              |  55 +++-
 .../lib/Lemonldap/NG/Portal/UserDBOpenID.pm        |   2 +-
 .../lib/Lemonldap/NG/Portal/_Multi.pm              |   2 +-
 .../lib/Lemonldap/NG/Portal/_SAML.pm               |  10 +-
 .../t/05-Lemonldap-NG-Portal-Safe.t                |   4 +-
 .../t/10-Lemonldap-NG-Portal-i18n.t                |   4 +-
 omegat.files/fr/fr-level1.tmx                      | 328 ++++-----------------
 omegat.files/fr/fr-level2.tmx                      | 328 ++++-----------------
 omegat.files/fr/fr-omegat.tmx                      | 328 ++++-----------------
 omegat.files/fr/omegat/project_stats.txt           |  50 ++--
 scripts/doc.pl                                     |   4 +-
 70 files changed, 1079 insertions(+), 1007 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 doc/pages/documentation/1.4/applications/salesforce.html
 create mode 100755 lemonldap-ng-portal/example/soaperrortest.pl
 create mode 100644 
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogleMigration.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to