aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-12-17 02:24:51 +0800
committerpi <pi@FreeBSD.org>2016-12-17 02:24:51 +0800
commit9b1989808346f3cbe29218239398e8655d8058eb (patch)
tree84e1331e0b308bc3cfa357e414655eea69ab98e1 /databases
parentb6f982b5912cb989ab58e58e8c8fa2d4a6b2d68a (diff)
downloadfreebsd-ports-gnome-9b1989808346f3cbe29218239398e8655d8058eb.tar.gz
freebsd-ports-gnome-9b1989808346f3cbe29218239398e8655d8058eb.tar.zst
freebsd-ports-gnome-9b1989808346f3cbe29218239398e8655d8058eb.zip
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 <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 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