From owner-svn-ports-all@freebsd.org Sun Sep 17 18:23:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3126CE23296; Sun, 17 Sep 2017 18:23:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F311D68722; Sun, 17 Sep 2017 18:23:36 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8HINaYr088674; Sun, 17 Sep 2017 18:23:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8HINaZA088672; Sun, 17 Sep 2017 18:23:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201709171823.v8HINaZA088672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 17 Sep 2017 18:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450018 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 450018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 18:23:37 -0000 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 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