pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap22-authnz-external Update to 3.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46a8aad29030
branches:  trunk
changeset: 555371:46a8aad29030
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Mar 01 01:28:17 2009 +0000

description:
Update to 3.2.3
Add documentation
v3.2.3   (Jan Wolter - Feb 26, 2009)
-----------------------------------------------
 * Added GroupExternalError directive, which allows you to specify the
   HTTP error code to be returned if the group access check fails.
   Defaut is 401, but you may want to return 403 if you want to show the
   user an error page instead of asking him to login again.  Thanks to
   Peter Crawshaw <pcrawshaw%mta.ca@localhost> for this patch.
 * In hopes of getting to a more consistantly named set of directives,
   added new aliases for two old directives:
      GroupExternalAuthoritative    alias for    AuthzExternalAuthoritative
      GroupExternalManyAtOnce       alias for    AuthExternalGroupsAtOnce
   Documentation updated to refer primarily to the new names.

v3.2.2   (Jan Wolter - Dec 1, 2008)
-----------------------------------------------
 THIS RELEASE UPDATES DOCUMENTATION ONLY!
 * Improved documentation of AuthExternalContext directive in the INSTALL
   file.
 * Added documentation to the UPGRADE file on interactions between multiple
   Require directives.

diffstat:

 www/ap22-authnz-external/Makefile |  17 +++++++++++++++--
 www/ap22-authnz-external/PLIST    |   8 +++++++-
 www/ap22-authnz-external/distinfo |   8 ++++----
 3 files changed, 26 insertions(+), 7 deletions(-)

diffs (60 lines):

diff -r 96b75f46d6aa -r 46a8aad29030 www/ap22-authnz-external/Makefile
--- a/www/ap22-authnz-external/Makefile Sat Feb 28 20:42:46 2009 +0000
+++ b/www/ap22-authnz-external/Makefile Sun Mar 01 01:28:17 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/11/12 09:07:56 martti Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/01 01:28:17 adrianp Exp $
 #
 
 DISTNAME=      mod_authnz_external-${DISTVERS}
@@ -16,9 +16,22 @@
 
 APACHE_MODULE_NAME=    mod_authnz_external.${MODULE_EXT}
 
-DISTVERS=      3.2.1
+DISTVERS=      3.2.3
 MODULE_EXT=    la
 MESSAGE_SUBST+=        MODULE_NAME=authnz_external_module
 
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/authnz-external
+       ${INSTALL_DATA} ${WRKSRC}/AUTHENTICATORS \
+               ${PREFIX}/share/doc/authnz-external
+       ${INSTALL_DATA} ${WRKSRC}/INSTALL \
+               ${PREFIX}/share/doc/authnz-external
+       ${INSTALL_DATA} ${WRKSRC}/INSTALL.HARDCODE \
+               ${PREFIX}/share/doc/authnz-external
+       ${INSTALL_DATA} ${WRKSRC}/TODO \
+               ${PREFIX}/share/doc/authnz-external
+       ${INSTALL_DATA} ${WRKSRC}/UPGRADE \
+               ${PREFIX}/share/doc/authnz-external
+
 .include "../../www/apache/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 96b75f46d6aa -r 46a8aad29030 www/ap22-authnz-external/PLIST
--- a/www/ap22-authnz-external/PLIST    Sat Feb 28 20:42:46 2009 +0000
+++ b/www/ap22-authnz-external/PLIST    Sun Mar 01 01:28:17 2009 +0000
@@ -1,2 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/07/29 05:07:46 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/03/01 01:28:17 adrianp Exp $
 lib/httpd/mod_authnz_external.so
+share/doc/authnz-external/AUTHENTICATORS
+share/doc/authnz-external/INSTALL
+share/doc/authnz-external/INSTALL.HARDCODE
+share/doc/authnz-external/TODO
+share/doc/authnz-external/UPGRADE
+@dirrm share/doc/authnz-external
diff -r 96b75f46d6aa -r 46a8aad29030 www/ap22-authnz-external/distinfo
--- a/www/ap22-authnz-external/distinfo Sat Feb 28 20:42:46 2009 +0000
+++ b/www/ap22-authnz-external/distinfo Sun Mar 01 01:28:17 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/11/12 09:07:56 martti Exp $
+$NetBSD: distinfo,v 1.3 2009/03/01 01:28:17 adrianp Exp $
 
-SHA1 (mod_authnz_external-3.2.1.tar.gz) = fd2ae98063bc69eb9009fe32977fc1bc00a7c3a8
-RMD160 (mod_authnz_external-3.2.1.tar.gz) = 174f9fdd2c7765c8ca9e424a243303cbc8620467
-Size (mod_authnz_external-3.2.1.tar.gz) = 57823 bytes
+SHA1 (mod_authnz_external-3.2.3.tar.gz) = a5e24392d6f9268ce94d3f899cfbcb5a43d1eddc
+RMD160 (mod_authnz_external-3.2.3.tar.gz) = 738e1e2a59771a9b6f09adcf3ff38fd60cdd42d7
+Size (mod_authnz_external-3.2.3.tar.gz) = 59642 bytes
 SHA1 (patch-aa) = a566906fe7c50452979f3bd6c618ee8b08cce645



Home | Main Index | Thread Index | Old Index