Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2015 13:48:25 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389632 - head/databases/cego
Message-ID:  <201506141348.t5EDmPms009809@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jun 14 13:48:25 2015
New Revision: 389632
URL: https://svnweb.freebsd.org/changeset/ports/389632

Log:
  databases/cego: 2.23.7 -> 2.23.8
  
  - Simplification in CegoBTreeManager and CegoBTreeNode.
    Calculation of leaf node chain is now much simpler. This ensures
    consistency and improves btree build up performance.
  - Fix for btree page count and btree page release. Some of the btree
    nodes have double references, which was not treated in the page count
    and page release algorithm.
  - Changed default primary and secondary values for tableset definition
    command to the configured hostname. This simplifies the define command
    in case of single node tableset configurations.
  
  Submitted by:	Björn Lemke <lemke@lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Jun 14 13:28:26 2015	(r389631)
+++ head/databases/cego/Makefile	Sun Jun 14 13:48:25 2015	(r389632)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.23.7
+PORTVERSION=	2.23.8
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Jun 14 13:28:26 2015	(r389631)
+++ head/databases/cego/distinfo	Sun Jun 14 13:48:25 2015	(r389632)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.23.7.tar.gz) = 683ec4cecc55161e56ab020af5af9561f1c2bbf97eaeed57c1081faf3ce02545
-SIZE (cego-2.23.7.tar.gz) = 968851
+SHA256 (cego-2.23.8.tar.gz) = 0a3c9d1d4555dfac4bdda0d423868630338ab9f7a2e4ead6aca40a9ffce76f47
+SIZE (cego-2.23.8.tar.gz) = 967848



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506141348.t5EDmPms009809>