Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2018 11:55:48 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465886 - head/databases/cego
Message-ID:  <201803291155.w2TBtmNG048920@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803291155.w2TBtmNG048920>