diff options
author | steve <steve@FreeBSD.org> | 1998-12-10 03:09:13 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-10 03:09:13 +0000 |
commit | a7edf98cdd94a9113a536da6de0c6f545bde31b6 (patch) | |
tree | 48ab7d16db27378d1b5b61d604dffc2187608dae /mail | |
parent | 222a6b9bd7927e25787505a396036129f7f7cecf (diff) | |
download | FreeBSD-ports-a7edf98cdd94a9113a536da6de0c6f545bde31b6.zip FreeBSD-ports-a7edf98cdd94a9113a536da6de0c6f545bde31b6.tar.gz |
There's been a PR (6180) out since March that describes an exploitable
security hole in this port. At Marc Slemko's <marcs@znep.com> request
I'm going to mark this broken until this port's maintainer has a chance
to look into it further.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/youbin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile index 7a75bda..426e37a 100644 --- a/mail/youbin/Makefile +++ b/mail/youbin/Makefile @@ -4,7 +4,7 @@ # Date created: 09 Aug 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.14 1998/09/17 00:32:46 asami Exp $ +# $Id: Makefile,v 1.15 1998/10/20 01:43:12 steve Exp $ # DISTNAME= youbin-2.13 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://nuis.nuie.nagoya-u.ac.jp/info/nagoya-u/ \ MAINTAINER= max@FreeBSD.ORG +BROKEN= see PR# 6180 about exploitable security hole + LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes |