From owner-svn-ports-all@freebsd.org Fri Dec 16 18:24:52 2016 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 EF5BEC839F0; Fri, 16 Dec 2016 18:24:52 +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 B19A016EC; Fri, 16 Dec 2016 18:24:52 +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 uBGIOpvd026691; Fri, 16 Dec 2016 18:24:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBGIOpbc026686; Fri, 16 Dec 2016 18:24:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201612161824.uBGIOpbc026686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 16 Dec 2016 18:24:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428690 - in head: databases/cego devel/lfcbase X-SVN-Group: ports-head 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: Fri, 16 Dec 2016 18:24:53 -0000 Author: pi Date: Fri Dec 16 18:24:51 2016 New Revision: 428690 URL: https://svnweb.freebsd.org/changeset/ports/428690 Log: 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 Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Fri Dec 16 18:02:02 2016 (r428689) +++ head/databases/cego/Makefile Fri Dec 16 18:24:51 2016 (r428690) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.31.7 +PORTVERSION= 2.32.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Fri Dec 16 18:02:02 2016 (r428689) +++ head/databases/cego/distinfo Fri Dec 16 18:24:51 2016 (r428690) @@ -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 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Fri Dec 16 18:02:02 2016 (r428689) +++ head/devel/lfcbase/Makefile Fri Dec 16 18:24:51 2016 (r428690) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.8.10 +PORTVERSION= 1.8.11 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Fri Dec 16 18:02:02 2016 (r428689) +++ head/devel/lfcbase/distinfo Fri Dec 16 18:24:51 2016 (r428690) @@ -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