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

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


Branch: CURRENT, Version: 2.05, Package name: p5-Apache2-AuthCookieDBI-2.05, 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:
[www/ap2-perl] [databases/p5-Apache-DBI] [lang/perl5] [devel/p5-Date-Calc] [www/p5-Apache2-AuthCookie]

Required to build:
[www/apache22] [lang/perl5]

Master sites: (Expand)

SHA1: a10cd735c6eb21e18d5ede9b0d4aa71c4af8b67f
RMD160: d7bc497860571e78aad1c5439a4a9bee0455098d
Filesize: 27.267 KB

Version history: (Expand)


CVS history: (Expand)


   2009-08-20 20:01:58 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package www/p5-Apache2-AuthCookieDBI from 2.04 to 2.05

pkgsrc changes:
  - Adding license
  - Removing dependency to CORE module Digest::MD5

Upstream changes:
2.05 - Thu May 14 18:37:07 PDT 2009
       - Fixed bug in _get_cipher_type() where it was not memoizing the
         Crypt::CBC objects.
       - Fixed https://rt.cpan.org/Ticket/Display.html?id=45207
         Hash keys for configuration values were wrong in several places.
       - Improved test coverage a little.
   2009-07-22 11:35:54 by Thomas Klausner | Files touched by this commit (2)
Log message:
Remove empty PLIST.
   2008-12-12 22:23:00 by Havard Eidnes | Files touched by this commit (2) | Package updated
Log message:
Update from version 2.03nb1 to 2.04.

Upstream changes:

2.04 - Fri Nov 28 15:41:33 PST 2008
       Incorporated bug fix for authen_ses_key() provided by
       Carl Gustafsson. authen_ses_key() was not properly handling
       any extra_session_info - the fix is to get $hashed_string with
          my $hashed_string = pop @rest;

       Also releasing the work done between April 26, 2005 and February 4, 2007,
       plus bug fix for authen_ses_key
       - Added basic framework for unit tests.
       - Factored out some of the DBI code into new methods:
         - _dbi_connect()
         - _get_crypted_password()

       - Changes to satisfy Perl::Critic, e.g.
         - Removed function prototypes (they are ignored for methods.)
         - Cleaned up regular expressions: use /x, etc.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2008-06-20 16:16:42 by Havard Eidnes | Files touched by this commit (4) | Imported package
Log message:
Import p5-Apache2-AuthCookieDBI version 2.03.