From owner-svn-ports-head@freebsd.org Sat Sep 30 06:17:08 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 ADE82E0F8B1; Sat, 30 Sep 2017 06:17:08 +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 7908B63791; Sat, 30 Sep 2017 06:17:08 +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 v8U6H7xI078631; Sat, 30 Sep 2017 06:17:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U6H7SG078629; Sat, 30 Sep 2017 06:17:07 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201709300617.v8U6H7SG078629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 30 Sep 2017 06:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450945 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 450945 X-SVN-Commit-Repository: ports 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, 30 Sep 2017 06:17:08 -0000 Author: pi Date: Sat Sep 30 06:17:07 2017 New Revision: 450945 URL: https://svnweb.freebsd.org/changeset/ports/450945 Log: databases/cego: 2.35.10 -> 2.36.0 - Completed pointer cleanup in CegoQueryHelper::evalPredicate, added check061 to check pointer cleanup - Fix in CegoTableManager::createBTree, pC object cursor has to be set to 0, otherwise in case of abortion a seg fault occurs - Changed default value for btree cache enabling to false - Improvement in CegoBufferPool::calcSegment for segid calculation. It has been recognized, that with the current calculation ( pageid % numsegment ) not all slots can be reached for special buffer pool configurations. The formula has been changed ( to ( pageid / numpages ) % numsegment ) - Adding missing export / import messages to CegoXPorter - Changed btree cache enabling syntax. Instead of a dedicated switch command ( set btree cache on / off ), the cache option now is directly given with the create btree command ( e.g. create btree b1 on t1(a) cached ) Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Sep 30 04:39:29 2017 (r450944) +++ head/databases/cego/Makefile Sat Sep 30 06:17:07 2017 (r450945) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.35.10 +PORTVERSION= 2.36.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Sep 30 04:39:29 2017 (r450944) +++ head/databases/cego/distinfo Sat Sep 30 06:17:07 2017 (r450945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505671389 -SHA256 (cego-2.35.10.tar.gz) = c67d1974f269c466f113831845f947c06be9587474dcc69449b08b0741f69d0a -SIZE (cego-2.35.10.tar.gz) = 1415881 +TIMESTAMP = 1506706948 +SHA256 (cego-2.36.0.tar.gz) = 5a3f22a50e083a3342e97ac150a47968dd48526bf59c06fbbc35779957a0f8ec +SIZE (cego-2.36.0.tar.gz) = 1416056