From owner-cvs-ports@FreeBSD.ORG Fri Oct 14 22:56:00 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60DCE16A41F; Fri, 14 Oct 2005 22:56:00 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B44A43D46; Fri, 14 Oct 2005 22:56:00 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9EMtxtQ094519; Fri, 14 Oct 2005 22:55:59 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9EMtx6G094518; Fri, 14 Oct 2005 22:55:59 GMT (envelope-from green) Message-Id: <200510142255.j9EMtx6G094518@repoman.freebsd.org> From: Brian Feldman Date: Fri, 14 Oct 2005 22:55:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_auth_kerb Makefile pkg-descr pkg-plist ports/www/mod_auth_kerb/files patch-src__mod_auth_kerb.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 22:56:00 -0000 green 2005-10-14 22:55:59 UTC FreeBSD ports repository Modified files: www/mod_auth_kerb Makefile pkg-descr pkg-plist Added files: www/mod_auth_kerb/files patch-src__mod_auth_kerb.c Log: * Allow for compilation to optionally use the MIT Kerberos 5 port like now, but default to the base system's Heimdal. * Use existing API to tell Heimdal's libkrb5 where the keytab is, rather than exporting an environment variable (which is what must be done for MIT's, apparently) -- this unbreak's specification of the keytab location in httpd.conf. * Rewrite the description to be far more accurate: no mention was made of this module doing real SPNEGO/GSSAPI/Kerberos (as opposed to "Kerberos password gateway") authentication. * Bump PORTREVISION. Approved by: MAINTAINER PR: ports/86963 Revision Changes Path 1.13 +25 -8 ports/www/mod_auth_kerb/Makefile 1.1 +25 -0 ports/www/mod_auth_kerb/files/patch-src__mod_auth_kerb.c (new) 1.3 +11 -12 ports/www/mod_auth_kerb/pkg-descr 1.2 +1 -1 ports/www/mod_auth_kerb/pkg-plist