diff options
author | seb <seb@pkgsrc.org> | 2010-07-04 16:49:47 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-04 16:49:47 +0000 |
commit | 7e0ac047a288685c9de6fce35119df7b2794d3ff (patch) | |
tree | 05569ceed13ea30bbac14543fad6d33608022b43 /doc | |
parent | d5875e52dcac36ac1bcfa2fee32a22aeaddf9534 (diff) | |
download | pkgsrc-7e0ac047a288685c9de6fce35119df7b2794d3ff.tar.gz |
Note initial addition of p5-Plack-Middleware-Auth-Digest version
0.03 as www/p5-Plack-Middleware-Auth-Digest into The NetBSD Packages
Collection.
The Perl 5 module Plack::Middleware::Auth::Digest is a Plack
middleware. It enables digest authentication. Your authenticator
callback is given an username as a string and should return a
password, either as a raw password or a hashed password.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2010 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index a8a524095e2..68e0ce2d1e1 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.2364 2010/07/04 16:40:36 seb Exp $ +$NetBSD: CHANGES-2010,v 1.2365 2010/07/04 16:49:47 seb Exp $ Changes to the packages collection and infrastructure in 2010: @@ -3153,3 +3153,4 @@ Changes to the packages collection and infrastructure in 2010: Added devel/p5-Module-Versions version 0.02 [seb 2010-07-04] Added www/p5-Plack-Middleware-Debug version 0.09 [seb 2010-07-04] Added www/p5-Plack-Middleware-Header version 0.03 [seb 2010-07-04] + Added www/p5-Plack-Middleware-Auth-Digest version 0.03 [seb 2010-07-04] |