Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Sep 2017 09:44:23 +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: r449192 - head/databases/cego
Message-ID:  <201709030944.v839iNRc011056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Sep  3 09:44:23 2017
New Revision: 449192
URL: https://svnweb.freebsd.org/changeset/ports/449192

Log:
  databases/cego: update 2.35.3 -> 2.35.4
  
  - Added tuple information command tupleinfo to indicate
    tuple state information for a given table
    ( COMMITTED, INSERTED, DELETED, OBSOLETE )
  - Fix in CegoTransactionManager::commitTransaction and
    CegoTransactionManager::rollbackTransaction, in case of a crash recovery
    the taList does not contain any transaction entries, but the rollback
    segments have to be checked in any case for entries to process. Otherwise,
    the transaction will not be completed
  
  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	Sun Sep  3 09:39:38 2017	(r449191)
+++ head/databases/cego/Makefile	Sun Sep  3 09:44:23 2017	(r449192)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.35.3
+PORTVERSION=	2.35.4
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Sep  3 09:39:38 2017	(r449191)
+++ head/databases/cego/distinfo	Sun Sep  3 09:44:23 2017	(r449192)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504345829
-SHA256 (cego-2.35.3.tar.gz) = feaede60777c922cd4fb3da52492fb9effa552b0ae3bc27ac1acbb09e756e0fb
-SIZE (cego-2.35.3.tar.gz) = 1414338
+TIMESTAMP = 1504431444
+SHA256 (cego-2.35.4.tar.gz) = 09c365b29d7acc113e7f9d0b68eadfd4f8e10a271e46665e68536ab8ae3c865f
+SIZE (cego-2.35.4.tar.gz) = 1415732



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