diff options
author | kris <kris@FreeBSD.org> | 2000-06-05 06:20:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-06-05 06:20:41 +0000 |
commit | e8791820966353cce1c1993bf90de5f1199936bd (patch) | |
tree | a95fa46c7c951070a5462d3572bb1e599261fac1 | |
parent | 29e6c98f036cc6f2dd56ce20d5b67b26a98de76c (diff) | |
download | FreeBSD-ports-e8791820966353cce1c1993bf90de5f1199936bd.zip FreeBSD-ports-e8791820966353cce1c1993bf90de5f1199936bd.tar.gz |
Mark FORBIDDEN due to local buffer overflow in kdesud yielding
gid nogroup (yeah, it's still a security hole)
Submitted by: Noir Sin <noir@gsu.linux.org.tr> (via Bugtraq)
-rw-r--r-- | x11/kde4-baseapps/Makefile | 2 | ||||
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 | ||||
-rw-r--r-- | x11/kde4-workspace/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase2/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase3/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase4/Makefile | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 36a0e07..cda7136 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \ CONFIGURE_ENV+= MOC="${MOC}" USE_GMAKE= yes +FORBIDDEN= "Local buffer overflow yielding gid nogroup" + .include <bsd.port.mk> diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 36a0e07..cda7136 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \ CONFIGURE_ENV+= MOC="${MOC}" USE_GMAKE= yes +FORBIDDEN= "Local buffer overflow yielding gid nogroup" + .include <bsd.port.mk> diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 36a0e07..cda7136 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \ CONFIGURE_ENV+= MOC="${MOC}" USE_GMAKE= yes +FORBIDDEN= "Local buffer overflow yielding gid nogroup" + .include <bsd.port.mk> diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index 36a0e07..cda7136 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \ CONFIGURE_ENV+= MOC="${MOC}" USE_GMAKE= yes +FORBIDDEN= "Local buffer overflow yielding gid nogroup" + .include <bsd.port.mk> diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 36a0e07..cda7136 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \ CONFIGURE_ENV+= MOC="${MOC}" USE_GMAKE= yes +FORBIDDEN= "Local buffer overflow yielding gid nogroup" + .include <bsd.port.mk> diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 36a0e07..cda7136 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \ CONFIGURE_ENV+= MOC="${MOC}" USE_GMAKE= yes +FORBIDDEN= "Local buffer overflow yielding gid nogroup" + .include <bsd.port.mk> diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 36a0e07..cda7136 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \ CONFIGURE_ENV+= MOC="${MOC}" USE_GMAKE= yes +FORBIDDEN= "Local buffer overflow yielding gid nogroup" + .include <bsd.port.mk> diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 36a0e07..cda7136 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \ CONFIGURE_ENV+= MOC="${MOC}" USE_GMAKE= yes +FORBIDDEN= "Local buffer overflow yielding gid nogroup" + .include <bsd.port.mk> |