From owner-svn-ports-all@FreeBSD.ORG Sun Dec 15 12:30:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0F6AC4F; Sun, 15 Dec 2013 12:30:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC66C117B; Sun, 15 Dec 2013 12:30:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCUsvZ098563; Sun, 15 Dec 2013 12:30:54 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCUs5t098560; Sun, 15 Dec 2013 12:30:54 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312151230.rBFCUs5t098560@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 12:30:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336521 - head/www/mod_authz_unixgroup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:30:54 -0000 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 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.