diff options
author | kris <kris@FreeBSD.org> | 2002-10-27 10:50:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-27 10:50:14 +0800 |
commit | 3dab7233e3a6066b633d18398c37c75a6ab639e0 (patch) | |
tree | a75103a893e2074b25b47ae7bf44eb641faacd94 /net | |
parent | 20dac17e980f2a2b1bb8b3a05d1b65249498fa96 (diff) | |
download | freebsd-ports-gnome-3dab7233e3a6066b633d18398c37c75a6ab639e0.tar.gz freebsd-ports-gnome-3dab7233e3a6066b633d18398c37c75a6ab639e0.tar.zst freebsd-ports-gnome-3dab7233e3a6066b633d18398c37c75a6ab639e0.zip |
Revert maintainership to ports@FreeBSD.org and suggest freeradius
as a replacement for icradius (which suffers from a security vulnerability
and will shortly be removed).
Submitted by: Sergey N. Voronkov <serg@tmn.ru> (maintainer)
PR: ports/43386
Diffstat (limited to 'net')
-rw-r--r-- | net/icradius/Makefile | 4 | ||||
-rw-r--r-- | net/p5-IC-Radius/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/icradius/Makefile b/net/icradius/Makefile index 8216027c5051..6eaf681ae56d 100644 --- a/net/icradius/Makefile +++ b/net/icradius/Makefile @@ -10,9 +10,9 @@ PORTVERSION= 0.18.1 CATEGORIES= net MASTER_SITES= ftp://ftp.innercite.com/pub/icradius/ -FORBIDDEN= "Remotely exploitable buffer overflow" +FORBIDDEN= "Remotely exploitable buffer overflow. See ports/net/freeradius for compatible and non-exploitable replacement." -MAINTAINER= serg@tmn.ru +MAINTAINER= ports@FreeBSD.org MAKEFILE= Makefile.BSD diff --git a/net/p5-IC-Radius/Makefile b/net/p5-IC-Radius/Makefile index aadcd015120f..7870f383b7db 100644 --- a/net/p5-IC-Radius/Makefile +++ b/net/p5-IC-Radius/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net perl5 MASTER_SITES= ftp://ftp.innercite.com/pub/perl/ PKGNAMEPREFIX= p5- -MAINTAINER= serg@tmn.ru +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql RUN_DEPENDS= ${BUILD_DEPENDS} |