aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-Radius
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2006-09-07 21:34:45 +0800
committermat <mat@FreeBSD.org>2006-09-07 21:34:45 +0800
commit776668ec128fb4e0add7b9ce7a2ef6389515e66d (patch)
treee2ca2b8b45db33ccebf2c9eae029dd4c0cc13e74 /www/p5-Apache-Radius
parent395f7932ee16aafce552a4d6bcb7c58b05b682a9 (diff)
downloadfreebsd-ports-gnome-776668ec128fb4e0add7b9ce7a2ef6389515e66d.tar.gz
freebsd-ports-gnome-776668ec128fb4e0add7b9ce7a2ef6389515e66d.tar.zst
freebsd-ports-gnome-776668ec128fb4e0add7b9ce7a2ef6389515e66d.zip
Update to 0.9
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;