From owner-svn-ports-all@FreeBSD.ORG Sun Oct 26 18:17:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D85D34F; Sun, 26 Oct 2014 18:17:19 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0930267A; Sun, 26 Oct 2014 18:17:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9QIHIeh038979; Sun, 26 Oct 2014 18:17:18 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9QIHIRG038972; Sun, 26 Oct 2014 18:17:18 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201410261817.s9QIHIRG038972@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 26 Oct 2014 18:17:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371519 - in head/www: . mod_authz_unixgroup24 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.18-1 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, 26 Oct 2014 18:17:19 -0000 Author: ohauer Date: Sun Oct 26 18:17:17 2014 New Revision: 371519 URL: https://svnweb.freebsd.org/changeset/ports/371519 QAT: https://qat.redports.org/buildarchive/r371519/ Log: - new port mod_authz_unixgroup for Apache 2.4.x Mod_Authz_Unixgroup 1.1.x is a unix group access control modules for Apache version 2.4. If you have Apache 2.2 you should be using version 1.0.x of this module instead. 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. WWW: http://www.unixpapa.com/mod_authz_unixgroup/ PR: 194322 Submitted by: mwisnicki+freebsd@gmail.com Added: head/www/mod_authz_unixgroup24/ - copied from r371517, head/www/mod_authz_unixgroup/ Modified: head/www/Makefile head/www/mod_authz_unixgroup24/Makefile head/www/mod_authz_unixgroup24/distinfo head/www/mod_authz_unixgroup24/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Oct 26 18:15:12 2014 (r371518) +++ head/www/Makefile Sun Oct 26 18:17:17 2014 (r371519) @@ -436,6 +436,7 @@ SUBDIR += mod_authnz_external22 SUBDIR += mod_authnz_external24 SUBDIR += mod_authz_unixgroup + SUBDIR += mod_authz_unixgroup24 SUBDIR += mod_backtrace SUBDIR += mod_bw SUBDIR += mod_cband Modified: head/www/mod_authz_unixgroup24/Makefile ============================================================================== --- head/www/mod_authz_unixgroup/Makefile Sun Oct 26 18:01:22 2014 (r371517) +++ head/www/mod_authz_unixgroup24/Makefile Sun Oct 26 18:17:17 2014 (r371519) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= mod_authz_unixgroup -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.0 CATEGORIES= www MASTER_SITES= http://mod-auth-external.googlecode.com/files/ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org -COMMENT= UNIX group access control module for Apache 2.2 +COMMENT= UNIX group access control module for Apache 2.4 LICENSE= APACHE20 -PORTSCOUT= limit:^1\.0\. +PORTSCOUT= limit:^1\.1\. -USE_APACHE= 22 +USE_APACHE= 24 AP_FAST_BUILD= yes AP_GENPLIST= yes SHORTMODNAME= authz_unixgroup Modified: head/www/mod_authz_unixgroup24/distinfo ============================================================================== --- head/www/mod_authz_unixgroup/distinfo Sun Oct 26 18:01:22 2014 (r371517) +++ head/www/mod_authz_unixgroup24/distinfo Sun Oct 26 18:17:17 2014 (r371519) @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_authz_unixgroup-1.0.3.tar.gz) = 2792f736fdc3831a613747c78938cad58487486a606535eba2c4bb20009b7e2b -SIZE (apache2/mod_authz_unixgroup-1.0.3.tar.gz) = 10427 +SHA256 (apache2/mod_authz_unixgroup-1.1.0.tar.gz) = 10ab77a500e3548924eaf906058735695f1faacb03721ff10a1d460abbf90987 +SIZE (apache2/mod_authz_unixgroup-1.1.0.tar.gz) = 9975 Modified: head/www/mod_authz_unixgroup24/pkg-descr ============================================================================== --- head/www/mod_authz_unixgroup/pkg-descr Sun Oct 26 18:01:22 2014 (r371517) +++ head/www/mod_authz_unixgroup24/pkg-descr Sun Oct 26 18:17:17 2014 (r371519) @@ -1,6 +1,6 @@ -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 1.1.x is a unix group access control modules for Apache +version 2.4. If you have Apache 2.2 you should be using version 1.0.x of +this module instead. 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