./www/p5-Apache2-AuthCookieDBI, Perl5 module AuthCookie backed by a DBI database

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q1, Version: 2.17, Package name: p5-Apache2-AuthCookieDBI-2.17, Maintainer: pkgsrc-users

Apache::AuthCookieDBI is a module that subclasses Apache::AuthCookie and is
designed to be directly used for authentication in a mod_perl server.

It is a ticket-issuing system that looks up username/passwords in a DBI
database using generic SQL and issues MD5-checksummed tickets valid for
a configurable time period. Incoming requests with tickets are
checksummed and expire-time checked.


Required to run:
[devel/p5-Date-Calc] [lang/perl5] [databases/p5-DBI] [www/p5-Apache2-AuthCookie] [www/ap2-perl]

Required to build:
[www/apache22]

Master sites: (Expand)

SHA1: 9c99dc4aef039c949a1984aa9f35ae6d2c0e0e5d
RMD160: 834ee7de6c48ddb23082719503db796b6e00c188
Filesize: 40.929 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-07 10:04:20 by Havard Eidnes | Files touched by this commit (2)
Log message:
Wrong branch, backing out.  Sorry!
   2015-04-07 10:02:46 by Havard Eidnes | Files touched by this commit (2)
Log message:
Add a local fix to make this work with non-MySQL backends:

Quoting database identifiers with backticks as is done in 2.17 is
not portable, and only works with a MySQL backend.  Instead, use
the DBI quote_identifier method as hinted in
https://rt.cpan.org/Public/Bug/Display.html?id=101561

Bump PKGREVISION to 1.