Index: head/www/p5-Apache-Radius/files/patch-aa =================================================================== --- head/www/p5-Apache-Radius/files/patch-aa (revision 172496) +++ head/www/p5-Apache-Radius/files/patch-aa (nonexistent) @@ -1,11 +0,0 @@ ---- AuthenRadius.pm.orig Sun Aug 1 00:14:23 1999 -+++ AuthenRadius.pm Mon Sep 20 20:05:38 1999 -@@ -37,7 +37,7 @@ - my $timeout = $r->dir_config("Auth_Radius_timeout") || 5; - - # Sanity for usernames and passwords. -- if (length $user > 64 or $user =~ /[^A-Za-z0-9]/) { -+ if (length $user > 64 or $user =~ /[^A-Za-z0-9@._-]/) { - $r->log_reason("Apache::AuthenRadius username too long or" - ."contains illegal characters", $r->uri); - $r->note_basic_auth_failure; Property changes on: head/www/p5-Apache-Radius/files/patch-aa ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/p5-Apache-Radius/Makefile =================================================================== --- head/www/p5-Apache-Radius/Makefile (revision 172496) +++ head/www/p5-Apache-Radius/Makefile (revision 172497) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-Apache-Radius # Date created: Mon 20 Sep 19:46:21 SAST 1999 # Whom: Sheldon Hearn # # $FreeBSD$ # PORTNAME= Apache-Radius -PORTVERSION= 0.3 +PORTVERSION= 0.9 CATEGORIES= www security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache PKGNAMEPREFIX= p5- DISTNAME= Apache-AuthenRadius-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A perl5 module for providing RADIUS authentication in Apache+mod_perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Apache::AuthenRadius.3 .include Property changes on: head/www/p5-Apache-Radius/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/www/p5-Apache-Radius/distinfo =================================================================== --- head/www/p5-Apache-Radius/distinfo (revision 172496) +++ head/www/p5-Apache-Radius/distinfo (revision 172497) @@ -1,3 +1,3 @@ -MD5 (Apache-AuthenRadius-0.3.tar.gz) = 82f377e0051fd846564f3b3be2e1191f -SHA256 (Apache-AuthenRadius-0.3.tar.gz) = ee057aeda669117f54c34cbcfec7d5c339b1de76e9e9796e8e4633d03fa15058 -SIZE (Apache-AuthenRadius-0.3.tar.gz) = 2774 +MD5 (Apache-AuthenRadius-0.9.tar.gz) = e610897e0ff1c294f36406a633ef717d +SHA256 (Apache-AuthenRadius-0.9.tar.gz) = e25a8aada99f9d3bd1098012b779c35b4e72085cc1207ba4a85e9a93bd83ec3b +SIZE (Apache-AuthenRadius-0.9.tar.gz) = 5042 Property changes on: head/www/p5-Apache-Radius/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property