diff options
author | tron <tron> | 2008-05-22 12:30:44 +0000 |
---|---|---|
committer | tron <tron> | 2008-05-22 12:30:44 +0000 |
commit | 9e48f6fe45df9b1078e8f6847fd018bc50a52adc (patch) | |
tree | fd25a8571f45fa248ea3d06aa9f64189e3efbf82 /x11/wterm/Makefile | |
parent | 98850c12fec9495003cadc7c040ef04c383ceff6 (diff) | |
download | pkgsrc-9e48f6fe45df9b1078e8f6847fd018bc50a52adc.tar.gz |
Don't try to use the X11 display ":0" if the display not defined because
":0" might not belong to current user. This fixes CVE-2008-1142.
Diffstat (limited to 'x11/wterm/Makefile')
-rw-r--r-- | x11/wterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 311deee7c2e..88202f24e56 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2008/01/15 12:52:51 obache Exp $ +# $NetBSD: Makefile,v 1.35 2008/05/22 12:30:44 tron Exp $ DISTNAME= wterm-6.2.9 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= x11 windowmaker MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wterm/} |