Just a thought, but in accordance with FAQ section 5.5
"Building X" (http://www.openbsd.org/faq/faq5.html#Xbld)

Shouldn't the patch instruct user to cd in /usr/Xbld to
perform the "make build"?


Best regards,
--patrick


Patch for 002_xorg.patch :-)

----------8<--------CUT---------8<--------------
--- 002_xorg.patch-orig Wed May  3 00:01:32 2006
+++ 002_xorg.patch      Wed May  3 00:40:26 2006
@@ -1,8 +1,11 @@
 Apply by doing:
-       cd /usr/src/XF4
+       cd /usr/XF4
        patch -p0 < 002_xorg.patch
 
 And then rebuild and install X:
+       test -d /usr/Xbld || \
+           (mkdir -p /usr/Xbld && cd /usr/Xbld && lndir ../XF4)
+       cd /usr/Xbld
        make build
 
 Index: xc/programs/Xserver/render/mitri.c

----------8<--------CUT---------8<--------------








--- Peter Valchev <[EMAIL PROTECTED]> wrote:

> A security vulnerability has been found in the X.Org server --
> CVE-2006-1526. Clients authorized to connect to the X server are able to
> crash it and to execute malicious code within the X server.
> 
> Patches for the respective releases:
> ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/002_xorg.patch
> ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.8/common/007_xorg.patch
> ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.7/common/013_xorg.patch
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to