aboutsummaryrefslogtreecommitdiff
path: root/databases/cego
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-04-01 14:00:47 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-04-01 14:00:47 +0000
commit73dedf96955914bf68e0a338da2cef6eb1072ea4 (patch)
tree6ec2a519d4885ca783ab331251134f8f945825f9 /databases/cego
parent2743cc9b20b2799557a1536177298775c714f042 (diff)
downloadports-73dedf96955914bf68e0a338da2cef6eb1072ea4.tar.gz
ports-73dedf96955914bf68e0a338da2cef6eb1072ea4.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>
Notes
Notes: svn path=/head/; revision=466159
Diffstat (limited to 'databases/cego')
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
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