From 85c87579265af65227f04b35f62ccbf0ac0de195 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Fri, 16 Dec 2016 18:24:51 +0000 Subject: [PATCH] devel/lfcbase: update 1.8.10 -> 1.8.11 lfcbase: - Added range check to Chain::toInteger method to catch overflow exception cego: - This version brings a complete redesign of low level page handling. Instead of page references identified by fileId and pageid, a database unique pageid is used now This results in a complete reimplemtation of several low level classes like CegoFileHandler, CegoBufferPool, Blob handling, etc. Since pages are references by a single ( 64 bit ) id now, I expect an increased performance behaviour over all database operations. Most code modifications are done, code complies and basic functionally works ( create tableset, create table, insert table ) - First performance analysis indicates a speedup of about 10% for btree creation, so significant speedup for full table scans. - All base checks passed, but there is still a page allocation leak for table drops - Functional tests with SysMT successful completed Submitted by: Bjoern Lemke --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- devel/lfcbase/Makefile | 2 +- devel/lfcbase/distinfo | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/databases/cego/Makefile b/databases/cego/Makefile index e8e7eb2360cc..a468cb00ce36 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.31.7 +PORTVERSION= 2.32.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index dd1610a59d77..f062acaef44b 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480845737 -SHA256 (cego-2.31.7.tar.gz) = 32718c47c816ef095a3d03ae60d207823f255d98820e77e0347fe838480581be -SIZE (cego-2.31.7.tar.gz) = 1437416 +TIMESTAMP = 1481910060 +SHA256 (cego-2.32.0.tar.gz) = 7135da4c0da2828aa0fc889cbddec6c06aa79c7ed7463a7833121fce2ac4feb5 +SIZE (cego-2.32.0.tar.gz) = 1439113 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index ea36b89331b9..ffdcbbe82e1b 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.8.10 +PORTVERSION= 1.8.11 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index aab5d805478e..d06ac9866808 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470911683 -SHA256 (lfcbase-1.8.10.tar.gz) = cf2edfffe16f2a0622e672a8e2f0073745ffe0454b95cf9c31118af5830588bc -SIZE (lfcbase-1.8.10.tar.gz) = 607610 +TIMESTAMP = 1481910038 +SHA256 (lfcbase-1.8.11.tar.gz) = 76c17caa7a530852f5e6aa0ed81f631d94d885c51a8fe62e9f1355079c112d08 +SIZE (lfcbase-1.8.11.tar.gz) = 602056