diff options
author | tron <tron@pkgsrc.org> | 2001-01-31 19:16:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-31 19:16:36 +0000 |
commit | 990223e5c8302ae2488f081040bfb404de668b65 (patch) | |
tree | 740ae0fd17f48373dd1383c66a19ca7d1814a657 /japanese | |
parent | a29b03fce247bf8e581673e8018e27fa473407c9 (diff) | |
download | pkgsrc-990223e5c8302ae2488f081040bfb404de668b65.tar.gz |
Mark this package as broken until someone fixes the security problems.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/micq/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile index a1daf64125f..3fea4ffe1ee 100644 --- a/japanese/micq/Makefile +++ b/japanese/micq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/15 00:41:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/01/31 19:16:36 tron Exp $ DISTNAME= micq-0.4.3 PKGNAME= ja-${DISTNAME} @@ -15,6 +15,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= eric@fox.phoenix.az.us HOMEPAGE= http://micq.maesoft.net/ +BROKEN= ${PKGNAME} requires fixes for remote buffer overflow\ + vulnerability. + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin/jmicq ${MKDIR} ${PREFIX}/share/doc/ja-micq |