diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-12-15 20:30:53 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-12-15 20:30:53 +0800 |
commit | f60edacc951aa66bb9a864deb1fe9ec04f806ae3 (patch) | |
tree | a0459a92c73a50ba0f8308eaff24a5612471efb7 /www | |
parent | 65895b8b309b8ed825cc75ccf380d4205fa5cd00 (diff) | |
download | freebsd-ports-gnome-f60edacc951aa66bb9a864deb1fe9ec04f806ae3.tar.gz freebsd-ports-gnome-f60edacc951aa66bb9a864deb1fe9ec04f806ae3.tar.zst freebsd-ports-gnome-f60edacc951aa66bb9a864deb1fe9ec04f806ae3.zip |
- 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.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_authz_unixgroup/Makefile | 11 | ||||
-rw-r--r-- | www/mod_authz_unixgroup/distinfo | 4 | ||||
-rw-r--r-- | www/mod_authz_unixgroup/pkg-descr | 9 |
3 files changed, 13 insertions, 11 deletions
diff --git a/www/mod_authz_unixgroup/Makefile b/www/mod_authz_unixgroup/Makefile index 1e2ac4af0a45..deb44073d188 100644 --- a/www/mod_authz_unixgroup/Makefile +++ b/www/mod_authz_unixgroup/Makefile @@ -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> diff --git a/www/mod_authz_unixgroup/distinfo b/www/mod_authz_unixgroup/distinfo index 0c0695de3346..2cbbbc214ce7 100644 --- a/www/mod_authz_unixgroup/distinfo +++ b/www/mod_authz_unixgroup/distinfo @@ -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 diff --git a/www/mod_authz_unixgroup/pkg-descr b/www/mod_authz_unixgroup/pkg-descr index 8d08eb1fc327..10f762903f36 100644 --- a/www/mod_authz_unixgroup/pkg-descr +++ b/www/mod_authz_unixgroup/pkg-descr @@ -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. |