svn commit: r501163 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Fri May 10 09:19:08 UTC 2019


Author: pi
Date: Fri May 10 09:19:07 2019
New Revision: 501163
URL: https://svnweb.freebsd.org/changeset/ports/501163

Log:
  databases/cego: upgrade 2.44.10 -> 2.44.11
  
  - Fix in CegoRecovery:::recoverCurrentTransactionLog, for LOGREC_INSERT
    and LOGREC_DELETE, the corresponding index have to be invalidated
    with CegoTableManager::invalidateIndexForTable. This logic was
    already implemented but removed in context of more sophisticated
    transaction handling ( patch 2.39.11 and around )
  - Small fix in CegoObjectCursor constructor, changed _isEOC = false
    to _isEOC = ( pageId == 0 ). This causes getFirst to return false
    in case of truncated objects ( can occur for RBSEG objects )
  
  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	Fri May 10 09:01:33 2019	(r501162)
+++ head/databases/cego/Makefile	Fri May 10 09:19:07 2019	(r501163)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.44.10
+PORTVERSION=	2.44.11
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri May 10 09:01:33 2019	(r501162)
+++ head/databases/cego/distinfo	Fri May 10 09:19:07 2019	(r501163)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556981309
-SHA256 (cego-2.44.10.tar.gz) = 40d91d7181e0d71fc22941e8da7133d522ef108b75a7aadb1a93dabdc8ea4123
-SIZE (cego-2.44.10.tar.gz) = 3602818
+TIMESTAMP = 1557474839
+SHA256 (cego-2.44.11.tar.gz) = a1a9628a71321b21290a0553d3bca4f6598f5299b9cb087ae84041de4099af7f
+SIZE (cego-2.44.11.tar.gz) = 3144629


More information about the svn-ports-head mailing list