diff options
author | pi <pi@FreeBSD.org> | 2018-04-01 22:00:47 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-04-01 22:00:47 +0800 |
commit | 8126f7604b9a8d5325c138b45b0bb787377d4e2e (patch) | |
tree | 6ec2a519d4885ca783ab331251134f8f945825f9 | |
parent | c0e6284c3919dbc91d9b1aab5361086f797bff74 (diff) | |
download | freebsd-ports-gnome-8126f7604b9a8d5325c138b45b0bb787377d4e2e.tar.gz freebsd-ports-gnome-8126f7604b9a8d5325c138b45b0bb787377d4e2e.tar.zst freebsd-ports-gnome-8126f7604b9a8d5325c138b45b0bb787377d4e2e.zip |
databases/cego: update 2.39.9 -> 2.39.11
- Improvements for log handling, the logIt method was moved from
CegoTableManager to CegoBufferPool. This allows a more adequate
locking of the logging actions. For this the tsLock array has been
removed from CegoTableManager and lmLock array has been set up in
CegoBufferPool. Since checkpoint writing occurs in CegoBufferPool
( which is also relevant for loging operations ), the logging method
is now part of CegoBufferPool.
- The logAction method in CegoLogManager has also been improved in
a way, that a log buffer is not allocated for each logging operation
anymore. Instead, a logBuf array has been defined for all tablesets
and the logBuf is reallocated, if the current logging record exceeds
the log buffer.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
-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 8c0421db875f..34a5a29b9828 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.39.9 +PORTVERSION= 2.39.11 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index ea54d12b0b7a..9b3ab5d5f237 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522322693 -SHA256 (cego-2.39.9.tar.gz) = fdbf3ecb41d9f98cdf59eb2530e534ebab9c83d6911f39eb90cc046b97540fe4 -SIZE (cego-2.39.9.tar.gz) = 1674472 +TIMESTAMP = 1522582457 +SHA256 (cego-2.39.11.tar.gz) = 2583698f969bb57e0f85705671973b1db661a21148f80964110c207956a7b395 +SIZE (cego-2.39.11.tar.gz) = 1673838 |