svn commit: r439178 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Apr 22 15:29:39 UTC 2017


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 <lemke at lemke-it.com>

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


More information about the svn-ports-all mailing list