aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-03-29 19:55:47 +0800
committerKurt Jaeger <pi@FreeBSD.org>2018-03-29 19:55:47 +0800
commitb57cda56394ab57c907278033918758e033d6a13 (patch)
treefc021b29a37f12d215d040aa81c2b2104a342ec1
parentd5611bb71ea5e9801ff3c9a7f1e12a603751261b (diff)
downloadfreebsd-ports-b57cda56394ab57c907278033918758e033d6a13.tar.gz
freebsd-ports-b57cda56394ab57c907278033918758e033d6a13.tar.zst
freebsd-ports-b57cda56394ab57c907278033918758e033d6a13.zip
databases/cego: update 2.39.8 -> 2.39.9
- Added fixes for recovery procedure in CegoTableManager. Now the LSN is allocated at the beginning of critical operation to avoid double operations in case of a forced checkpoint. For this the CegoLogManager::nextLSN method has been introduced. Now it is no more ensured that the log is written with increasing LSN, so some logical parts of the recovery procedure in CegoRecoveryManager has been changed. - In CegoBufferPool, the writeCheckPoint method still returned int value. This has been changed to unsigned long long Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Notes
Notes: svn path=/head/; revision=465886
-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 ec2828408a2b..8c0421db875f 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.39.8
+PORTVERSION= 2.39.9
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 7c0641d6b856..ea54d12b0b7a 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521369035
-SHA256 (cego-2.39.8.tar.gz) = daa1478bf61e78808f359dd3b22a150ea7491415515aa57006c512fe2c914f18
-SIZE (cego-2.39.8.tar.gz) = 1674154
+TIMESTAMP = 1522322693
+SHA256 (cego-2.39.9.tar.gz) = fdbf3ecb41d9f98cdf59eb2530e534ebab9c83d6911f39eb90cc046b97540fe4
+SIZE (cego-2.39.9.tar.gz) = 1674472