From owner-freebsd-apache@FreeBSD.ORG Thu Oct 26 22:39:47 2006 Return-Path: X-Original-To: apache@freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 603E916A412; Thu, 26 Oct 2006 22:39:47 +0000 (UTC) (envelope-from rdean@devel.nmc.above.net) Received: from devel.nmc.above.net (devel.nmc.above.net [64.124.245.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7164D43D7D; Thu, 26 Oct 2006 22:39:33 +0000 (GMT) (envelope-from rdean@devel.nmc.above.net) Received: from devel.nmc.above.net (localhost [127.0.0.1]) by devel.nmc.above.net (8.13.8/8.13.8) with ESMTP id k9QMdVaQ082590; Thu, 26 Oct 2006 18:39:32 -0400 (EDT) (envelope-from rdean@devel.nmc.above.net) Received: (from rdean@localhost) by devel.nmc.above.net (8.13.8/8.13.8/Submit) id k9QMdTSY082589; Thu, 26 Oct 2006 18:39:29 -0400 (EDT) (envelope-from rdean) Date: Thu, 26 Oct 2006 18:39:29 -0400 (EDT) Message-Id: <200610262239.k9QMdTSY082589@devel.nmc.above.net> To: FreeBSD-gnats-submit@freebsd.org From: "Ryan T. Dean" X-send-pr-version: 3.113 X-GNATS-Notify: Cc: apache@freebsd.org Subject: update www/mod_auth_kerb to version 5.1 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Ryan T. Dean" List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 22:39:47 -0000 >Submitter-Id: current-users >Originator: Ryan T. Dean >Confidential: no >Synopsis: update www/mod_auth_kerb to version 5.1 >Severity: non-critical >Priority: medium >Category: ports >Class: update >Release: FreeBSD 6.2-PRERELEASE i386 >Environment: System: FreeBSD devel.nmc.above.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 29 22:18:37 EDT 2006 root@cake.nmc.above.net:/usr/obj/usr/src/sys/SMP i386 >Description: The modauthkerb (http://modauthkerb.sourceforge.net/) developer has released version 5.1. This update would bring www/mod_auth_kerb up to date with respect to this release. Additionally, 5.1 supports both apache 1.3 and 2.x. >How-To-Repeat: >Fix: The file www/mod_auth_kerb/files/patch-src__mod_auth_kerb.c should be removed. The following patch updates the rest of the port: Index: www/mod_auth_kerb/Makefile =================================================================== RCS file: /import/ncvs/ports/www/mod_auth_kerb/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- www/mod_auth_kerb/Makefile 20 Jan 2006 00:14:56 -0000 1.15 +++ www/mod_auth_kerb/Makefile 26 Oct 2006 22:25:09 -0000 @@ -8,12 +8,10 @@ # Shamelessly stolen from will's mod_auth_any port. PORTNAME= mod_auth_kerb -PORTVERSION= 5.0.r6 -PORTREVISION= 1 +PORTVERSION= 5.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=modauthkerb -DISTNAME= mod_auth_kerb-5.0-rc6 MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module for authenticating users with Kerberos v5 @@ -24,7 +22,8 @@ # (i.e., HTTP over SSL/TLS). Thus, we require as a dependency # a version of Apache which can do this. # -USE_APACHE= 13 +USE_APACHE= 1.3+ +USE_GMAKE= yes # Don't fsck with CFLAGS CFLAGS:= GNU_CONFIGURE= yes Index: www/mod_auth_kerb/distinfo =================================================================== RCS file: /import/ncvs/ports/www/mod_auth_kerb/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- www/mod_auth_kerb/distinfo 4 Dec 2005 20:53:01 -0000 1.5 +++ www/mod_auth_kerb/distinfo 26 Oct 2006 22:24:53 -0000 @@ -1,3 +1,3 @@ -MD5 (mod_auth_kerb-5.0-rc6.tar.gz) = 274edfb950af20ce6ef0ddcb7c20263a -SHA256 (mod_auth_kerb-5.0-rc6.tar.gz) = ae33ab3ae5b419819725091d154add1a1d1a5d6d97e31e9f327f71a0b6370d3e -SIZE (mod_auth_kerb-5.0-rc6.tar.gz) = 68761 +MD5 (mod_auth_kerb-5.1.tar.gz) = b6a0c44b572c6e67ea7191999844aff6 +SHA256 (mod_auth_kerb-5.1.tar.gz) = 0415ea2bf506dfe7ac35b77fe49f6c5ca76f432e55e32904432c4150cc63faf5 +SIZE (mod_auth_kerb-5.1.tar.gz) = 73731 Index: www/mod_auth_kerb/pkg-plist =================================================================== RCS file: /import/ncvs/ports/www/mod_auth_kerb/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- www/mod_auth_kerb/pkg-plist 14 Oct 2005 22:55:59 -0000 1.2 +++ www/mod_auth_kerb/pkg-plist 26 Oct 2006 22:38:00 -0000 @@ -1,3 +1,5 @@ %%APMODDIR%%/mod_auth_kerb.so +%%APMODDIR%%/mod_auth_kerb.la +%%APMODDIR%%/mod_auth_kerb.a @exec %D/sbin/apxs -e -A -n auth_kerb %D/%F @unexec %D/sbin/apxs -e -A -n auth_kerb %D/%F