Date: Sat, 11 Jun 2016 06:35:16 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416704 - head/databases/cego Message-ID: <201606110635.u5B6ZGCa099613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Jun 11 06:35:16 2016 New Revision: 416704 URL: https://svnweb.freebsd.org/changeset/ports/416704 Log: databases/cego: 2.30.6 -> 2.30.7 - Fixed memory leak in CegoSelect::nextTuple. Since the querycache is allocated by the CegoQueryCache instance, the pCacheList variable has to be freed after calling the addEntry method. Actually, the logic is not very smart, since the cache element is build up two times... Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Jun 11 06:30:16 2016 (r416703) +++ head/databases/cego/Makefile Sat Jun 11 06:35:16 2016 (r416704) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.6 +PORTVERSION= 2.30.7 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Jun 11 06:30:16 2016 (r416703) +++ head/databases/cego/distinfo Sat Jun 11 06:35:16 2016 (r416704) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465021663 -SHA256 (cego-2.30.6.tar.gz) = bdf181176628fff821f64d0b690446488ae22b1323c9ec363b4d6bcc868e186c -SIZE (cego-2.30.6.tar.gz) = 1396776 +TIMESTAMP = 1465626730 +SHA256 (cego-2.30.7.tar.gz) = 13e143c7920e83d8e8f7c759c847832265dba84d8db47d547585aad95de033af +SIZE (cego-2.30.7.tar.gz) = 1396808
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606110635.u5B6ZGCa099613>