Date: Sun, 15 Dec 2013 12:30:54 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336521 - head/www/mod_authz_unixgroup Message-ID: <201312151230.rBFCUs5t098560@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sun Dec 15 12:30:53 2013 New Revision: 336521 URL: http://svnweb.freebsd.org/changeset/ports/336521 Log: - update to 1.0.3 - allow staging - change MASTER_SITE Changes: v1.0.3 (Jan Wolter - Oct 6, 2011) ------------------------------------ * Allow group names to be quoted, so that you can have group names with spaces in them. This change was suggested by David Homborg. * Document updated with references to versions for Apache 2.4. v1.0.2 (Jan Wolter - May 21, 2009) ------------------------------------ * Adding copyright and Apache Version 2.0 license in LICENSE and NOTICE files. * New directive: AuthzUnixgroupError, can be used to specify the HTTP error number to be returned on failure. Modified: head/www/mod_authz_unixgroup/Makefile head/www/mod_authz_unixgroup/distinfo head/www/mod_authz_unixgroup/pkg-descr Modified: head/www/mod_authz_unixgroup/Makefile ============================================================================== --- head/www/mod_authz_unixgroup/Makefile Sun Dec 15 12:28:10 2013 (r336520) +++ head/www/mod_authz_unixgroup/Makefile Sun Dec 15 12:30:53 2013 (r336521) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= mod_authz_unixgroup -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.3 CATEGORIES= www -MASTER_SITES= http://www.unixpapa.com/software/ +MASTER_SITES= http://mod-auth-external.googlecode.com/files/ MAINTAINER= apache@FreeBSD.org -COMMENT= A unix group access control module for Apache 2.1 and later +COMMENT= UNIX group access control module for Apache 2.2 +LICENSE= AL2 + +PORTSCOUT= limit:^1\.0\. USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes SHORTMODNAME= authz_unixgroup -NO_STAGE= yes .include <bsd.port.mk> Modified: head/www/mod_authz_unixgroup/distinfo ============================================================================== --- head/www/mod_authz_unixgroup/distinfo Sun Dec 15 12:28:10 2013 (r336520) +++ head/www/mod_authz_unixgroup/distinfo Sun Dec 15 12:30:53 2013 (r336521) @@ -1,2 +1,2 @@ -SHA256 (mod_authz_unixgroup-1.0.1.tar.gz) = 217ca24b2ad8f8e74fd247f6d21845a28a2a7b6529ba1d121da15265a522aefa -SIZE (mod_authz_unixgroup-1.0.1.tar.gz) = 5909 +SHA256 (mod_authz_unixgroup-1.0.3.tar.gz) = 2792f736fdc3831a613747c78938cad58487486a606535eba2c4bb20009b7e2b +SIZE (mod_authz_unixgroup-1.0.3.tar.gz) = 10427 Modified: head/www/mod_authz_unixgroup/pkg-descr ============================================================================== --- head/www/mod_authz_unixgroup/pkg-descr Sun Dec 15 12:28:10 2013 (r336520) +++ head/www/mod_authz_unixgroup/pkg-descr Sun Dec 15 12:30:53 2013 (r336521) @@ -1,8 +1,9 @@ -This is a port of mod_authz_unixgroup for apache22, written by Jan Wolter. +Mod_Authz_Unixgroup 1.0.x is a unix group access control modules for Apache +version 2.2. If you have Apache 2.3 or Apache 2.4, you should be using +version 1.1.x of this module instead. -Mod_Authz_Unixgroup is a unix group access control modules for Apache 2.1 and -later. If you are having users authenticate with real Unix login ID over the -net, using something like my mod_authnz_external / pwauth combination, and you +If you are having users authenticate with real Unix login ID over the net, +using something like my mod_authnz_external / pwauth combination, and you want to do access control based on unix group membership, then mod_authz_unixgroup is exactly what you need.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151230.rBFCUs5t098560>