Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2006 18:39:29 -0400 (EDT)
From:      "Ryan T. Dean" <rtdean@cytherianage.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        apache@FreeBSD.org
Subject:   ports/104842: update www/mod_auth_kerb to version 5.1
Message-ID:  <200610262239.k9QMdTSY082589@devel.nmc.above.net>
Resent-Message-ID: <200610262240.k9QMeKRt030535@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104842
>Category:       ports
>Synopsis:       update www/mod_auth_kerb to version 5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 26 22:40:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ryan T. Dean
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610262239.k9QMdTSY082589>