Date: Tue, 14 Jan 2014 21:34: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: r339724 - in head/www: . mod_authnz_external24 Message-ID: <201401142134.s0ELYsJZ076181@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Tue Jan 14 21:34:53 2014 New Revision: 339724 URL: http://svnweb.freebsd.org/changeset/ports/339724 QAT: https://qat.redports.org/buildarchive/r339724/ Log: - new port www/mod_authnz_external24 Mod_authnz_external is an Apache module used for authentication. The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. Mod_authnz_external is a flexible tool for creating authentication systems based on other databases. This port gives the same funcionality as mod_auth_external, but over apache 2.4. WWW: http://code.google.com/p/mod-auth-external/ PR: ports/184962 Submitted by: Eugene M. Zheganin <eugene@zhegan.in> Added: head/www/mod_authnz_external24/ - copied from r339720, head/www/mod_authnz_external22/ Modified: head/www/Makefile head/www/mod_authnz_external24/Makefile head/www/mod_authnz_external24/distinfo head/www/mod_authnz_external24/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Jan 14 21:28:34 2014 (r339723) +++ head/www/Makefile Tue Jan 14 21:34:53 2014 (r339724) @@ -467,6 +467,7 @@ SUBDIR += mod_authn_sasl SUBDIR += mod_authnz_crowd SUBDIR += mod_authnz_external22 + SUBDIR += mod_authnz_external24 SUBDIR += mod_authz_unixgroup SUBDIR += mod_backtrace SUBDIR += mod_bw Modified: head/www/mod_authnz_external24/Makefile ============================================================================== --- head/www/mod_authnz_external22/Makefile Tue Jan 14 21:14:46 2014 (r339720) +++ head/www/mod_authnz_external24/Makefile Tue Jan 14 21:34:53 2014 (r339724) @@ -2,19 +2,18 @@ # $FreeBSD$ PORTNAME= mod_authnz_external -PORTVERSION= 3.1.2 -PORTREVISION= 2 +PORTVERSION= 3.3.2 CATEGORIES= www MASTER_SITES= GOOGLE_CODE -PKGNAMESUFFIX= 22 -DIST_SUBDIR= apache2 +PKGNAMESUFFIX= 24 +DIST_SUBDIR= apache24 -MAINTAINER= eg@fbsd.lt -COMMENT= Allows users authentication based on external mechanisms on apache 2.2 +MAINTAINER= eugene@zhegan.in +COMMENT= Allows users authentication based on external mechanisms on apache 2.4 LICENSE= APACHE20 -USE_APACHE= 22 +USE_APACHE= 24 AP_FAST_BUILD= yes AP_GENPLIST= yes SHORTMODNAME= authnz_external Modified: head/www/mod_authnz_external24/distinfo ============================================================================== --- head/www/mod_authnz_external22/distinfo Tue Jan 14 21:14:46 2014 (r339720) +++ head/www/mod_authnz_external24/distinfo Tue Jan 14 21:34:53 2014 (r339724) @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_authnz_external-3.1.2.tar.gz) = 2bdc4a8a16c0f21905816ef59d463dca8e052dec296e115e3f65c41ff4590e3e -SIZE (apache2/mod_authnz_external-3.1.2.tar.gz) = 54613 +SHA256 (apache24/mod_authnz_external-3.3.2.tar.gz) = a16b31d81c20e024e7efe480fe98b48d5ce40d520b0a13ff38ab003cc527f1e8 +SIZE (apache24/mod_authnz_external-3.3.2.tar.gz) = 36160 Modified: head/www/mod_authnz_external24/pkg-descr ============================================================================== --- head/www/mod_authnz_external22/pkg-descr Tue Jan 14 21:14:46 2014 (r339720) +++ head/www/mod_authnz_external24/pkg-descr Tue Jan 14 21:34:53 2014 (r339724) @@ -6,6 +6,6 @@ modules for authenticating out of severa Mod_authnz_external is a flexible tool for creating authentication systems based on other databases. -This port gives the same funcionality as mod_auth_external, but over apache 2.2. +This port gives the same funcionality as mod_auth_external, but over apache 2.4. WWW: http://code.google.com/p/mod-auth-external/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401142134.s0ELYsJZ076181>