diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-09-03 09:44:23 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-09-03 09:44:23 +0000 |
commit | 166d12ce5c9f651376f618a43b8ce107302c92f2 (patch) | |
tree | a0455d40adf7692a5db9c86388f68de6e589a696 | |
parent | security/ssh-vault: update to 0.11.4 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=449192
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 678b033ecc6c..86833c014106 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.35.3 +PORTVERSION= 2.35.4 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index ae1c3713d3a7..96c0f3b324e2 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 |