aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Radius
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2006-09-07 13:34:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2006-09-07 13:34:45 +0000
commit72b559d187c50a292252dead81f97303923a219b (patch)
treef7a02ab13928506d3d928531323aa477f506f2a9 /www/p5-Apache-Radius
parent422232891e40a4869d45d7a479696bb7c9e87e40 (diff)
downloadports-72b559d187c50a292252dead81f97303923a219b.tar.gz
ports-72b559d187c50a292252dead81f97303923a219b.zip
Update to 0.9
Notes
Notes: svn path=/head/; revision=172497
Diffstat (limited to 'www/p5-Apache-Radius')
-rw-r--r--www/p5-Apache-Radius/Makefile2
-rw-r--r--www/p5-Apache-Radius/distinfo6
-rw-r--r--www/p5-Apache-Radius/files/patch-aa11
3 files changed, 4 insertions, 15 deletions
diff --git a/www/p5-Apache-Radius/Makefile b/www/p5-Apache-Radius/Makefile
index 084bb2cdb8d4..48d544e422d0 100644
--- a/www/p5-Apache-Radius/Makefile
+++ b/www/p5-Apache-Radius/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Apache-Radius
-PORTVERSION= 0.3
+PORTVERSION= 0.9
CATEGORIES= www security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
diff --git a/www/p5-Apache-Radius/distinfo b/www/p5-Apache-Radius/distinfo
index d002d3c57a29..f3d4fa81fc50 100644
--- a/www/p5-Apache-Radius/distinfo
+++ b/www/p5-Apache-Radius/distinfo
@@ -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
diff --git a/www/p5-Apache-Radius/files/patch-aa b/www/p5-Apache-Radius/files/patch-aa
deleted file mode 100644
index 307c4fd128ba..000000000000
--- a/www/p5-Apache-Radius/files/patch-aa
+++ /dev/null
@@ -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;