Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2017 17:20:17 +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: r448698 - head/databases/cego
Message-ID:  <201708241720.v7OHKH3O090974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Aug 24 17:20:17 2017
New Revision: 448698
URL: https://svnweb.freebsd.org/changeset/ports/448698

Log:
  databases/cego: update 2.35.0 -> 2.35.1
  
  - Fix in CegoSelect::setProcBlock, pBlock was not setup for _pPred
    This might result in wrong query results within stored procedures
    with select statements which refer to procedure variables
  - Changed index recovery handling in a way, that index and btree
    objects are rebuild immediately instead of invalidating them. This
    leads to a much better recovery performance in case of expensive
    queries where index use is needed for fast evaluation
  
  Submitted by:	Bjoern Lemke <lemke@lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Thu Aug 24 16:49:23 2017	(r448697)
+++ head/databases/cego/Makefile	Thu Aug 24 17:20:17 2017	(r448698)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.35.0
+PORTVERSION=	2.35.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Thu Aug 24 16:49:23 2017	(r448697)
+++ head/databases/cego/distinfo	Thu Aug 24 17:20:17 2017	(r448698)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503488237
-SHA256 (cego-2.35.0.tar.gz) = 98249f30a47341aba912ab10035896cb3eef2e3202528733e64e6ac0569f9804
-SIZE (cego-2.35.0.tar.gz) = 1414115
+TIMESTAMP = 1503594557
+SHA256 (cego-2.35.1.tar.gz) = 2ebd95b1a25ff08c58b1d3b221eeeb11e39f77a0ff806b459d34318d0d19139d
+SIZE (cego-2.35.1.tar.gz) = 1414127



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