svn commit: r465886 - head/databases/cego
Kurt Jaeger
pi at FreeBSD.org
Thu Mar 29 11:55:49 UTC 2018
Author: pi
Date: Thu Mar 29 11:55:47 2018
New Revision: 465886
URL: https://svnweb.freebsd.org/changeset/ports/465886
Log:
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 at lemke-it.com>
Modified:
head/databases/cego/Makefile
head/databases/cego/distinfo
Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile Thu Mar 29 11:51:58 2018 (r465885)
+++ head/databases/cego/Makefile Thu Mar 29 11:55:47 2018 (r465886)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.39.8
+PORTVERSION= 2.39.9
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo Thu Mar 29 11:51:58 2018 (r465885)
+++ head/databases/cego/distinfo Thu Mar 29 11:55:47 2018 (r465886)
@@ -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
More information about the svn-ports-all
mailing list