From owner-cvs-all@FreeBSD.ORG Sun Feb 19 22:12:29 2006 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 8D0E716A420; Sun, 19 Feb 2006 22:12:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E32043D46; Sun, 19 Feb 2006 22:12:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1JMCSYt083894; Sun, 19 Feb 2006 22:12:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1JMCRU9083887; Sun, 19 Feb 2006 22:12:27 GMT (envelope-from marcus) Message-Id: <200602192212.k1JMCRU9083887@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 19 Feb 2006 22:12:27 +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/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-camel_camel-object.c 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: Sun, 19 Feb 2006 22:12:29 -0000 marcus 2006-02-19 22:12:27 UTC FreeBSD ports repository Modified files: databases/evolution-data-server Makefile Added files: databases/evolution-data-server/files patch-camel_camel-object.c Log: Fix e-d-s so that it does not try to allocate all available memory on 64-bit platforms. The fix committed is different from that in the PR since the purpose of this memory was not clarified by the Evolution developers. The fix committed casts the require memory size to an unsigned 32-bit integer. Since the memory required should never exceed the maximum capacity of an uint32_t, this is not a problem. Thanks to anholt for tracking down this problem. See http://bugzilla.gnome.org/show_bug.cgi?id=331099 for more details. PR: 93215 Revision Changes Path 1.21 +1 -1 ports/databases/evolution-data-server/Makefile 1.1 +22 -0 ports/databases/evolution-data-server/files/patch-camel_camel-object.c (new)