From owner-freebsd-x11@FreeBSD.ORG Sun Jan 28 19:29:35 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F359F16A400 for ; Sun, 28 Jan 2007 19:29:34 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9A76B13C4BA for ; Sun, 28 Jan 2007 19:29:34 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id 8F494192902; Sun, 28 Jan 2007 20:29:33 +0100 (CET) DKIM-Signature: a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1170012573; bh=wvGugZsFWKrA77nvOx70Vayh1ZA=; h=DomainKey-Signature: X-Virus-Scanned:Received:Received:Received:Received:From: Organization:To:Subject:Date:User-Agent:Cc:References:In-Reply-To: MIME-Version:Content-Type:Content-Transfer-Encoding: Content-Disposition:Message-Id; b=zQ6bVhMhWoxwBV9XyJzpavqXMkWgjYq+z OY81GvNsrGaYWcgGpiG5mhYQ35TsdhvHJbD4aCs7L7NpfqBo/q4n9zAg6xAmhJKHBLs zgtUckQQca0sUM9LIBdsskTwQoeG DomainKey-Signature: a=rsa-sha1; s=ja-200610; d=ijs.si; c=nofws; q=dns; h=x-virus-scanned:received:from:organization:to:subject:date: user-agent:cc:references:in-reply-to:mime-version:content-type: content-transfer-encoding:content-disposition:message-id; b=WrPCuO6auD18Ud/Ep6JUGqD0yUcSBjxBCmOv7+gmYc8wUmeRDFIxyqTBv4hB7hGwz y+XlqkmcZsLcyHuSBc2twT3lJaYlH//QjugNDJRUTJ/IiCnXAxGJsgDAqVA0EFd X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id MSFsDlt8Phib; Sun, 28 Jan 2007 20:29:32 +0100 (CET) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 68601192B63; Sun, 28 Jan 2007 20:29:29 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id 5C20350F5F; Sun, 28 Jan 2007 20:29:29 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l0SJTRVR098912; Sun, 28 Jan 2007 20:29:28 +0100 (CET) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: Tsurutani Naoki Date: Sun, 28 Jan 2007 20:29:25 +0100 User-Agent: KMail/1.9.5 References: <200701270838.AA00301@POLYMER5.scphys.kyoto-u.ac.jp> <200701272128.31328.dejan.lesjak@ijs.si> <20070128125256O.turutani@polymer3.scphys.kyoto-u.ac.jp> In-Reply-To: <20070128125256O.turutani@polymer3.scphys.kyoto-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701282029.26399.dejan.lesjak@ijs.si> Cc: freebsd-x11@freebsd.org Subject: Re: CVE-2006-2006-3739 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2007 19:29:35 -0000 On Sunday 28 January 2007 04:52, Tsurutani Naoki wrote: > Thank you for your reply. > But I can not confirm them. > Please tell me the patch filenames if it does not bother you. x11r6.9.0-dbe-render.diff for CVE-2006-6101, CVE-2006-6102 and CVE-2006-6103 and x11r6.9.0-cidfonts.diff for CVE-2006-3739 and CVE 2006-3740. As of xorg-libraries-6.9.0_1 and xorg-server-6.9.0_6 they are downloaded from mirrors in same way as distfiles and applied as vendor patches, so they are not in ports repository if that's what you meant. Dejan