diff options
author | grant <grant@pkgsrc.org> | 2003-02-18 00:25:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-18 00:25:00 +0000 |
commit | 285ec7c8f0811c4a0eab628b470afab2a2e12bf4 (patch) | |
tree | 810b9fad8c8414170a55b9ac64f17ee7135d5c49 | |
parent | 16719fb8166e683b1451eefc3d774e17c36a8e18 (diff) | |
download | pkgsrc-285ec7c8f0811c4a0eab628b470afab2a2e12bf4.tar.gz |
Initial import of mod_auth_script 1.3 into the NetBSD packages collection.
mod_auth_script makes it possible to have Apache authentication and
authorization done by an external program. The external program can
be provided as CGI, PHP or other schemes which allow dynamic content
to Apache.
-rw-r--r-- | doc/CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ca8e8555e9e..cf561ed749d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.1428 2003/02/17 23:36:14 grant Exp $ +$NetBSD: CHANGES,v 1.1429 2003/02/18 00:25:00 grant Exp $ Changes to the packages collection and infrastructure in 2003: @@ -731,4 +731,5 @@ Changes to the packages collection and infrastructure in 2003: Added gpc-2.1 [jtb 2003-02-17] Added fbdesk-1.1.3 [jschauma 2003-02-17] Updated tightvncviewer to 1.2.8 [jlam 2003-02-17] - Added ap-bandwidth-2.0.5 grant 2003-02-17] + Added ap-bandwidth-2.0.5 [grant 2003-02-17] + Added ap-auth-script-1.3 [grant 2003-02-17] |