diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-06-05 06:20:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-06-05 06:20:41 +0000 |
commit | 60a25a1b94983b604ab13e2cad56c94cc18ee366 (patch) | |
tree | 839bdbc60f257ad6e5576d9c628a7314d50a6f13 | |
parent | abe150c11b9bd9359403b25df930714ccd399966 (diff) | |
download | ports-60a25a1b94983b604ab13e2cad56c94cc18ee366.tar.gz ports-60a25a1b94983b604ab13e2cad56c94cc18ee366.zip |
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)
Notes
Notes:
svn path=/head/; revision=29205
-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 36a0e07a75d8..cda7136c2f65 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 36a0e07a75d8..cda7136c2f65 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 36a0e07a75d8..cda7136c2f65 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 36a0e07a75d8..cda7136c2f65 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 36a0e07a75d8..cda7136c2f65 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 36a0e07a75d8..cda7136c2f65 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 36a0e07a75d8..cda7136c2f65 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 36a0e07a75d8..cda7136c2f65 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> |