From owner-cvs-all@FreeBSD.ORG Fri Jul 13 22:42:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F38FE16A404; Fri, 13 Jul 2007 22:42:53 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CB98B13C48E; Fri, 13 Jul 2007 22:42:53 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DMgrXx064646; Fri, 13 Jul 2007 22:42:53 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DMgrhI064645; Fri, 13 Jul 2007 22:42:53 GMT (envelope-from anholt) Message-Id: <200707132242.l6DMgrhI064645@repoman.freebsd.org> From: Eric Anholt Date: Fri, 13 Jul 2007 22:42:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xinit Makefile ports/x11/xinit/files patch-startx.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 22:42:54 -0000 anholt 2007-07-13 22:42:52 UTC FreeBSD ports repository Modified files: x11/xinit Makefile Added files: x11/xinit/files patch-startx.cpp Log: xinit: Add a patch to generate the magic cookie for authentication This should fix many authentication issues (sometimes manifesting as a plain root weave and cursor but no apps on startx), particularly when ssh X11 forwarding is involved. This issue appears to have existed since XFree86 4.3. Revision Changes Path 1.3 +1 -0 ports/x11/xinit/Makefile 1.1 +48 -0 ports/x11/xinit/files/patch-startx.cpp (new)