From owner-svn-ports-head@freebsd.org Sat Apr 22 15:29:39 2017 Return-Path: Delivered-To: svn-ports-head@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 D548CD4AF91; Sat, 22 Apr 2017 15:29:39 +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 883617E5; Sat, 22 Apr 2017 15:29:39 +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 v3MFTcSl049955; Sat, 22 Apr 2017 15:29:38 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3MFTcGY049953; Sat, 22 Apr 2017 15:29:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704221529.v3MFTcGY049953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 22 Apr 2017 15:29:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439178 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2017 15:29:39 -0000 Author: pi Date: Sat Apr 22 15:29:38 2017 New Revision: 439178 URL: https://svnweb.freebsd.org/changeset/ports/439178 Log: databases/cego: update 2.33.6 -> 2.33.8 - Fix in CegoSelect::buildJoinConditions, the _attrPred array has to be set up. Otherwise it may occur, that the predicate is not evaluated, if it could not been evaluated by the table curser condition. - Furthermore, a setup method has been introduced for CegoAttrCond to evalute joinBuf and parentJoinBuf ( if both references occur in a condition this is needed ) - Optimization in CegoCheckpoint::checkpointReached, if interval was reduced, we set up the new interval - Fix in CegoTableManager::removeAllComp, first we have to remove from the list, the we can free the memory. On Linux system with g++, the previous sequence might lead to memory faults - Fix in CegoRecoveryManager::recoverTableSet, after regDataFiles, als registerObjects method must be called, otherwise recovery could fail in case of table view recoveries - Optimization in CegoDistManager::stopDistTableSet, the new introduced method CegoDatabaseManager::removeAllObjects is called, the ensure object cache cleaning - Added prompt command line option to cgadm to set up specific prompt value - Adding formating improvements to CegoAdminHandler for show logmng and show backupmng commands Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Apr 22 14:48:44 2017 (r439177) +++ head/databases/cego/Makefile Sat Apr 22 15:29:38 2017 (r439178) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.6 -PORTREVISION= 1 +PORTVERSION= 2.33.8 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Apr 22 14:48:44 2017 (r439177) +++ head/databases/cego/distinfo Sat Apr 22 15:29:38 2017 (r439178) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492110007 -SHA256 (cego-2.33.6.tar.gz) = 9359df63406ba7526e741b9821cc49116cbb1d0a73b5fc7641c83e8222b92910 -SIZE (cego-2.33.6.tar.gz) = 1400693 +TIMESTAMP = 1492874415 +SHA256 (cego-2.33.8.tar.gz) = b88e4f1f7c79d52a4b40b69ba507da678d3ab0c9ace38876dd6080195fdaa512 +SIZE (cego-2.33.8.tar.gz) = 1403097