svn commit: r449192 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Sep 3 09:44:25 UTC 2017


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 at 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


More information about the svn-ports-all mailing list