From owner-freebsd-gecko@FreeBSD.ORG Tue Oct 26 08:40:11 2010 Return-Path: Delivered-To: freebsd-gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDD11106566C for ; Tue, 26 Oct 2010 08:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD2A38FC19 for ; Tue, 26 Oct 2010 08:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q8eBDo065939 for ; Tue, 26 Oct 2010 08:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9Q8eBui065938; Tue, 26 Oct 2010 08:40:11 GMT (envelope-from gnats) Date: Tue, 26 Oct 2010 08:40:11 GMT Message-Id: <201010260840.o9Q8eBui065938@freefall.freebsd.org> To: freebsd-gecko@FreeBSD.org From: Beat Gaetzi Cc: Subject: Re: ports/151737: [PATCH] update www/libxul to 1.9.2.10 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beat Gaetzi List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 08:40:11 -0000 The following reply was made to PR ports/151737; it has been noted by GNATS. From: Beat Gaetzi To: bug-followup@FreeBSD.org, c.petrik.sosa@gmail.com Cc: Subject: Re: ports/151737: [PATCH] update www/libxul to 1.9.2.10 Date: Tue, 26 Oct 2010 10:20:59 +0200 Hi, The update to 1.9.2.10 only fixes two bugs which I believe do not affect our libxul. That's why libxul never was updated to 1.9.2.10: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20status1.9.2%3A.10-fixed The security vulnerabilities mentioned in VuXML are fixed with 1.9.2.11 but unfortunately the distfile for 1.9.2.11 is still not available: ftp://ftp.mozilla.org/pub/xulrunner/releases/ So we have to wait until the distfile is available and then we could update libxul to a newer version. Beat