From owner-svn-ports-all@freebsd.org Sat Jun 11 06:35:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC28CAEF058; Sat, 11 Jun 2016 06:35:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8963B25A4; Sat, 11 Jun 2016 06:35:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5B6ZGh2099615; Sat, 11 Jun 2016 06:35:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5B6ZGCa099613; Sat, 11 Jun 2016 06:35:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606110635.u5B6ZGCa099613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 11 Jun 2016 06:35:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416704 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2016 06:35:17 -0000 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 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