svn commit: r448698 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Thu Aug 24 17:20:19 UTC 2017


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 at 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


More information about the svn-ports-all mailing list