diff options
author | eik <eik@FreeBSD.org> | 2004-06-24 22:52:26 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-06-24 22:52:26 +0800 |
commit | b78001c9554ee4bb755c9ec2a009509cffe69912 (patch) | |
tree | 806febada589273fc56f1ea3b468b85b9c7c2081 /print | |
parent | 24cf9bf9848c644a1e3c483c9b1d91c4e3493c15 (diff) | |
download | freebsd-ports-gnome-b78001c9554ee4bb755c9ec2a009509cffe69912.tar.gz freebsd-ports-gnome-b78001c9554ee4bb755c9ec2a009509cffe69912.tar.zst freebsd-ports-gnome-b78001c9554ee4bb755c9ec2a009509cffe69912.zip |
rlpr local and remote exploitable buffer overflow (CAN-2004-0393, CAN-2004-0454)
Diffstat (limited to 'print')
-rw-r--r-- | print/rlpr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 33db489ec7f0..458123768b6a 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= system/printing MAINTAINER= mi@aldan.algebra.com COMMENT= Send print jobs to lpd servers anywhere on a network +FORBIDDEN= "Local and remote exploitable buffer overflow (CAN-2004-0393, CAN-2004-0454)" + #LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes |