mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Import p5-Apache-Radius, a loadable mod_perl module which provides
RADIUS authentication capabilities to the Apache web server.
This commit is contained in:
parent
3caefb27c8
commit
85298d3fde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21832
27
www/p5-Apache-Radius/Makefile
Normal file
27
www/p5-Apache-Radius/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-Apache-Radius
|
||||
# Version required: 0.3
|
||||
# Date created: Mon 20 Sep 19:46:21 SAST 1999
|
||||
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= Apache-AuthenRadius-0.3
|
||||
PKGNAME= p5-Apache-Radius-0.3
|
||||
CATEGORIES= www security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Apache
|
||||
|
||||
MAINTAINER= sheldonh@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
MAN3= Apache::AuthenRadius.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-Apache-Radius/distinfo
Normal file
1
www/p5-Apache-Radius/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Apache-AuthenRadius-0.3.tar.gz) = 82f377e0051fd846564f3b3be2e1191f
|
11
www/p5-Apache-Radius/files/patch-aa
Normal file
11
www/p5-Apache-Radius/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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;
|
1
www/p5-Apache-Radius/pkg-comment
Normal file
1
www/p5-Apache-Radius/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A perl5 module for providing RADIUS authentication in Apache+mod_perl
|
2
www/p5-Apache-Radius/pkg-descr
Normal file
2
www/p5-Apache-Radius/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Apache::AuthenRadius is a loadable perl5 module which provides
|
||||
RADIUS authentication to a mod_perl-enabled Apache web server.
|
2
www/p5-Apache-Radius/pkg-plist
Normal file
2
www/p5-Apache-Radius/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Apache/AuthenRadius.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthenRadius/.packlist
|
Loading…
Reference in New Issue
Block a user