Date: Sun, 19 Feb 2006 22:12:27 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-camel_camel-object.c Message-ID: <200602192212.k1JMCRU9083887@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602192212.k1JMCRU9083887>
