diff options
author | kris <kris@FreeBSD.org> | 1999-12-02 03:22:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-12-02 03:22:23 +0800 |
commit | aa8f19e3dd651324c8c0280baebd40105101f209 (patch) | |
tree | a716c5e7f96fc962c16597fa675fe084fef053ae /comms | |
parent | ee19a26b5c2d6a18aefd2a38701954c6b0be04c7 (diff) | |
download | freebsd-ports-gnome-aa8f19e3dd651324c8c0280baebd40105101f209.tar.gz freebsd-ports-gnome-aa8f19e3dd651324c8c0280baebd40105101f209.tar.zst freebsd-ports-gnome-aa8f19e3dd651324c8c0280baebd40105101f209.zip |
Mark BROKEN due to buffer overflow yielding setuid uucp
Note that this port currently has no MAINTAINER, so will probably stay
broken until it either gets upgraded or fixed by someone who actually uses
it.
Submitted by: Brock Tellier <btellier@usa.net>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index dcaf1c5b7112..a6f130b75eca 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -28,6 +28,8 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg +BROKEN= "Security hole (buffer overflow yielding setuid uucp)" + DIST_SUBDIR= hylafax Y2K= http://www.hylafax.org/HylaFAQ/Q189.html |