From owner-cvs-all@FreeBSD.ORG Sat Jul 23 23:19:39 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF6C416A41F; Sat, 23 Jul 2005 23:19:39 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB03D43D48; Sat, 23 Jul 2005 23:19:38 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail16.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j6NNJa2M000854 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 24 Jul 2005 09:19:37 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j6NNJaTu011215; Sun, 24 Jul 2005 09:19:36 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j6NNJaVN011214; Sun, 24 Jul 2005 09:19:36 +1000 (EST) (envelope-from pjeremy) Date: Sun, 24 Jul 2005 09:19:35 +1000 From: Peter Jeremy To: Joe Marcus Clarke Message-ID: <20050723231935.GB9620@cirb503493.alcatel.com.au> References: <200507212357.j6LNvA2X032647@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507212357.j6LNvA2X032647@repoman.freebsd.org> User-Agent: Mutt/1.4.2i Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/mozilla Makefile distinfo 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: Sat, 23 Jul 2005 23:19:39 -0000 On Thu, 2005-Jul-21 23:57:10 +0000, Joe Marcus Clarke wrote: >marcus 2005-07-21 23:57:10 UTC > > FreeBSD ports repository > > Modified files: > www/mozilla Makefile distinfo > Log: > Update to 1.7.10 which fixes a number of security vulnerabilities. Having done a portupgrade from 1.7.8,2 to 1.7.10, I am now getting (Gecko:66850): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?) every time I start mozilla. gdk_property_get() is defined in libgdk-x11-2.0.so.600 (x11-toolkits/gtk20) which was upgraded at the same time. I've looked in the mozilla sources and the only instance of gdk_property_get() I can find (gfx/src/gtk/nsScreenGtk.cpp:143) does indeed pass G_MAXLONG. I've looked in the FreeBSD mailing lists, google and Mozilla and can't find anything useful. Has anyone else seen this or know if I should worry. -- Peter Jeremy