Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2003 17:29:37 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48153: update www/p5-Apache-AuthenCache to 0.05 
Message-ID:  <20030210162937.8F465A9D3@backup-mx.droso.dk>

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

>Number:         48153
>Category:       ports
>Synopsis:       update www/p5-Apache-AuthenCache to 0.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 10 08:30:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #13: Tue Jan 7 21:26:37 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

Vendor update to 0.05:
	- Patch from Christian Gilmore fixing bug caused by 
	  missing 'use Apache::Log' and removing check for mod_perl 1.26
	- Added per-realm caching back in as implemented in 0.03 and 
	  missed in the 0.04 rewrite 
	  A different cache is created for each realm (AuthName) so 
	  users allowed access to one realm do not get access to other realms.

>How-To-Repeat:
	
>Fix:

	

--- p5-Apache-AuthenCache.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-AuthenCache/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	10 Nov 2002 16:48:27 -0000	1.6
+++ Makefile	10 Feb 2003 16:26:11 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Apache-AuthenCache
-PORTVERSION=	0.04
+PORTVERSION=	0.05
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Apache
@@ -14,7 +14,9 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-BUILD_DEPENDS=	${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash
+BUILD_DEPENDS=	${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
+		${SITE_PERL}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache \
+		${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-AuthenCache/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	10 May 2001 01:20:43 -0000	1.2
+++ distinfo	10 Feb 2003 16:26:11 -0000
@@ -1 +1 @@
-MD5 (Apache-AuthenCache-0.04.tar.gz) = 2984cc8c6aedf033701275bca0f393ca
+MD5 (Apache-AuthenCache-0.05.tar.gz) = d6d19a1dca46ad03c7504fbc8d435fca
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-AuthenCache/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	3 Jan 2001 23:20:28 -0000	1.1
+++ pkg-descr	10 Feb 2003 16:26:11 -0000
@@ -3,5 +3,6 @@
 Apache::AuthenDBI and others.
 
 Author: Jason Bodnar <jcbodnar@mail.utexas.edu>
+WWW: http://search.cpan.org/dist/Apache-AuthenCache/
 
 --will
--- p5-Apache-AuthenCache.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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