1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 0.9

This commit is contained in:
Mathieu Arnold 2006-09-07 13:34:45 +00:00
parent 422232891e
commit 72b559d187
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172497
3 changed files with 4 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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;