aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-09-18 02:23:35 +0800
committerpi <pi@FreeBSD.org>2017-09-18 02:23:35 +0800
commita18018e4c3182aa6103836e3d9aac563b07ece95 (patch)
tree2f9c97ce5fa4d049a8e880ceb65dadbbd3d416f6 /databases
parentcab75df2df8f20132fa79a7dc4b502ea5a0e0532 (diff)
downloadfreebsd-ports-gnome-a18018e4c3182aa6103836e3d9aac563b07ece95.tar.gz
freebsd-ports-gnome-a18018e4c3182aa6103836e3d9aac563b07ece95.tar.zst
freebsd-ports-gnome-a18018e4c3182aa6103836e3d9aac563b07ece95.zip
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@lemke-it.com>
Diffstat (limited to 'databases')
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 5ce0af4d5c9a..e9fde110ddb8 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.35.8
+PORTVERSION= 2.35.10
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 43c6183d8513..dddd942bfa5d 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -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