svn commit: r450018 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Sep 17 18:23:37 UTC 2017


Author: pi
Date: Sun Sep 17 18:23:35 2017
New Revision: 450018
URL: https://svnweb.freebsd.org/changeset/ports/450018

Log:
  databases/cego: update 2.35.8 -> 2.35.10
  
  - Fix in CegoBufferpool::writeCheckpoint, in case of an locking
    exception ( lockBufferPool ), the pool must be released in any case.
    For this the CegoLockManager::lockBufferPool and
    CegoLockManager::unlockBufferPool have been modified in a way,
    that lockBufferPool saves the current sema index ( _poolRangeLock )
    which is later used for the unlocking call.
  - Timeout parameter for bufferpool lock reduced to 60 seconds.
  - Optimization in CegoBufferPool:bufferfix for minHashId calculation
    in step 2, there was an unneeded locking operation for the
    minhashId, which was already locked by the main loop
  - Small format fix in CegoProcCreateStmt ( missing indent )
  - Add header row out put for client raw mode ( attribute names )
  - Fix in CegoQueryHelper::evalPredicate, for all predicate types,
    the field array value has to be reset to 0, otherwise seg fault my
    occur since invalid references might be used
  
  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	Sun Sep 17 18:11:36 2017	(r450017)
+++ head/databases/cego/Makefile	Sun Sep 17 18:23:35 2017	(r450018)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.35.8
+PORTVERSION=	2.35.10
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Sep 17 18:11:36 2017	(r450017)
+++ head/databases/cego/distinfo	Sun Sep 17 18:23:35 2017	(r450018)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504989098
-SHA256 (cego-2.35.8.tar.gz) = 46356414492f8e114d301043e607c3b6821d4ceac24eb49746947fbf7a705307
-SIZE (cego-2.35.8.tar.gz) = 1415296
+TIMESTAMP = 1505671389
+SHA256 (cego-2.35.10.tar.gz) = c67d1974f269c466f113831845f947c06be9587474dcc69449b08b0741f69d0a
+SIZE (cego-2.35.10.tar.gz) = 1415881


More information about the svn-ports-all mailing list