diff options
author | tron <tron@pkgsrc.org> | 2001-12-19 13:42:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-19 13:42:10 +0000 |
commit | 8f586e276bad62e725df87c17fa6095ba975de2d (patch) | |
tree | 976b35eb1345b7fcff829af6be7a5ed427487044 /net/radius | |
parent | 8e4af260b07529797be8d1ab9836043d3bcdc3a2 (diff) | |
download | pkgsrc-8f586e276bad62e725df87c17fa6095ba975de2d.tar.gz |
Mark package as broken until security problems described in PR pkg/14850
are fixed.
Diffstat (limited to 'net/radius')
-rw-r--r-- | net/radius/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index 1c59a6c95ee..8d24b342f5a 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/03/04 03:26:51 assar Exp $ +# $NetBSD: Makefile,v 1.19 2001/12/19 13:42:10 tron Exp $ # # Tempted to install another radius package? # @@ -20,6 +20,8 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.merit.edu/aaa/ COMMENT= Standard authentication protocol server +BROKEN= Package is vulnerable to remote buffer overflow. + DIST_SUBDIR= radius .include "../../mk/bsd.prefs.mk" |