[libcgi-application-plugin-authentication-perl] branch master updated (41f9884 -> cf2dde8)

gregor herrmann gregoa at debian.org
Sat Nov 4 13:36:23 UTC 2017


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

gregoa pushed a change to branch master
in repository libcgi-application-plugin-authentication-perl.

      from  41f9884   update changelog
       new  bbe5b21   Update versions in debian/update.sh.
       new  cf2dde8   Add back driver-{cdbi,dbic} directories.

The 2 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:
 debian/update.sh                                   |   4 +-
 driver-cdbi/Build.PL                               |  46 +++++
 driver-cdbi/Changes                                |   5 +
 driver-cdbi/MANIFEST                               |  18 ++
 driver-cdbi/META.json                              |  45 +++++
 driver-cdbi/META.yml                               |  27 +++
 driver-cdbi/README                                 |  86 +++++++++
 .../Plugin/Authentication/Driver/CDBI.pm           | 169 +++++++++++++++++
 driver-cdbi/t/00-load.t                            |   9 +
 driver-cdbi/t/authenticate.t                       |  62 ++++++
 driver-cdbi/t/authenticate_crypt.t                 |  47 +++++
 driver-cdbi/t/authenticate_md5.t                   |  47 +++++
 driver-cdbi/t/lib/TestAppAuthMD5.pm                |  34 ++++
 driver-cdbi/t/lib/TestAppAuthPlain.pm              |  33 ++++
 driver-cdbi/t/lib/TestAppAuthcrypt.pm              |  33 ++++
 driver-cdbi/t/lib/TestAppAuthenticate.pm           |  33 ++++
 driver-cdbi/t/lib/TestUsers.pm                     |  30 +++
 driver-cdbi/t/pod-coverage.t                       |   6 +
 driver-cdbi/t/pod.t                                |   6 +
 driver-dbic/.cvsignore                             |  10 +
 driver-dbic/Build.PL                               |  34 ++++
 driver-dbic/Changes                                |   9 +
 driver-dbic/MANIFEST                               |  23 +++
 driver-dbic/MANIFEST.SKIP                          |   8 +
 driver-dbic/META.yml                               |  28 +++
 driver-dbic/Makefile.PL                            |  17 ++
 driver-dbic/README                                 |  75 ++++++++
 driver-dbic/SIGNATURE                              |  45 +++++
 .../Plugin/Authentication/Driver/DBIC.pm           | 207 +++++++++++++++++++++
 driver-dbic/t/00-signature.t                       |  35 ++++
 driver-dbic/t/01-load.t                            |   9 +
 driver-dbic/t/authenticate.t                       |  62 ++++++
 driver-dbic/t/authenticate_crypt.t                 |  47 +++++
 driver-dbic/t/authenticate_md5.t                   |  47 +++++
 driver-dbic/t/lib/TestAppAuthMD5.pm                |  37 ++++
 driver-dbic/t/lib/TestAppAuthPlain.pm              |  36 ++++
 driver-dbic/t/lib/TestAppAuthcrypt.pm              |  36 ++++
 driver-dbic/t/lib/TestAppAuthenticate.pm           |  36 ++++
 driver-dbic/t/lib/TestDB.pm                        |  16 ++
 driver-dbic/t/lib/TestDB/Users.pm                  |  29 +++
 driver-dbic/t/pod-coverage.t                       |   8 +
 driver-dbic/t/pod.t                                |   8 +
 42 files changed, 1600 insertions(+), 2 deletions(-)
 create mode 100644 driver-cdbi/Build.PL
 create mode 100644 driver-cdbi/Changes
 create mode 100644 driver-cdbi/MANIFEST
 create mode 100644 driver-cdbi/META.json
 create mode 100644 driver-cdbi/META.yml
 create mode 100644 driver-cdbi/README
 create mode 100644 driver-cdbi/lib/CGI/Application/Plugin/Authentication/Driver/CDBI.pm
 create mode 100644 driver-cdbi/t/00-load.t
 create mode 100644 driver-cdbi/t/authenticate.t
 create mode 100644 driver-cdbi/t/authenticate_crypt.t
 create mode 100644 driver-cdbi/t/authenticate_md5.t
 create mode 100644 driver-cdbi/t/lib/TestAppAuthMD5.pm
 create mode 100644 driver-cdbi/t/lib/TestAppAuthPlain.pm
 create mode 100644 driver-cdbi/t/lib/TestAppAuthcrypt.pm
 create mode 100644 driver-cdbi/t/lib/TestAppAuthenticate.pm
 create mode 100644 driver-cdbi/t/lib/TestUsers.pm
 create mode 100644 driver-cdbi/t/pod-coverage.t
 create mode 100644 driver-cdbi/t/pod.t
 create mode 100644 driver-dbic/.cvsignore
 create mode 100644 driver-dbic/Build.PL
 create mode 100644 driver-dbic/Changes
 create mode 100644 driver-dbic/MANIFEST
 create mode 100644 driver-dbic/MANIFEST.SKIP
 create mode 100644 driver-dbic/META.yml
 create mode 100644 driver-dbic/Makefile.PL
 create mode 100644 driver-dbic/README
 create mode 100644 driver-dbic/SIGNATURE
 create mode 100644 driver-dbic/lib/CGI/Application/Plugin/Authentication/Driver/DBIC.pm
 create mode 100644 driver-dbic/t/00-signature.t
 create mode 100644 driver-dbic/t/01-load.t
 create mode 100644 driver-dbic/t/authenticate.t
 create mode 100644 driver-dbic/t/authenticate_crypt.t
 create mode 100644 driver-dbic/t/authenticate_md5.t
 create mode 100644 driver-dbic/t/lib/TestAppAuthMD5.pm
 create mode 100644 driver-dbic/t/lib/TestAppAuthPlain.pm
 create mode 100644 driver-dbic/t/lib/TestAppAuthcrypt.pm
 create mode 100644 driver-dbic/t/lib/TestAppAuthenticate.pm
 create mode 100644 driver-dbic/t/lib/TestDB.pm
 create mode 100644 driver-dbic/t/lib/TestDB/Users.pm
 create mode 100644 driver-dbic/t/pod-coverage.t
 create mode 100644 driver-dbic/t/pod.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-authentication-perl.git



More information about the Pkg-perl-cvs-commits mailing list