Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2017 06:17:07 +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: r450945 - head/databases/cego
Message-ID:  <201709300617.v8U6H7SG078629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lemke@lemke-it.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709300617.v8U6H7SG078629>