Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 06:35:48 +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: r401478 - head/databases/cego
Message-ID:  <201511130635.tAD6Zmx7059430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Nov 13 06:35:48 2015
New Revision: 401478
URL: https://svnweb.freebsd.org/changeset/ports/401478

Log:
  databases/cego: 2.26.11 -> 2.26.12
  
  - cgsimload with 3 mio ops and 2 processes passed
  - Fix in CegoBTreeCursor::getFirst, if pAttrCond == 0 and btree is empty,
    the method call tries to claim a zero datapointer
  - Reorganization of CegoDistManager and CegoTabelManager, all
    methods, which are calling useObject/unuseObject are located in
    CegoTableManager class now.
  
  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	Fri Nov 13 04:58:40 2015	(r401477)
+++ head/databases/cego/Makefile	Fri Nov 13 06:35:48 2015	(r401478)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.26.11
+PORTVERSION=	2.26.12
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri Nov 13 04:58:40 2015	(r401477)
+++ head/databases/cego/distinfo	Fri Nov 13 06:35:48 2015	(r401478)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.26.11.tar.gz) = 057abad2cb2c4f16ac774b0bcbb7c88252a1c284a1ddda1ea927979e4e6fca5d
-SIZE (cego-2.26.11.tar.gz) = 1241526
+SHA256 (cego-2.26.12.tar.gz) = d6aed26acea7f6026f918b8c63cec01f1780add083317520be0031d136f6d6b3
+SIZE (cego-2.26.12.tar.gz) = 1241865



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