Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2017 06:22:06 +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: r445730 - head/databases/cego
Message-ID:  <201707140622.v6E6M6AY007957@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Jul 14 06:22:06 2017
New Revision: 445730
URL: https://svnweb.freebsd.org/changeset/ports/445730

Log:
  databases/cego: update 2.33.16 -> 2.33.18
  
  - Method cleanup in CegoSelect.cc, also some irrelevant case is
    treated for grouping clauses in combination with distinct operator
  - Added tablemanager parameter to CegoProcWhileStmt to catch query
    abort. In case of infinite while loops, this enables the db admin
    to abort procedure execution
  - Optimization for CegoFunction::SETCOUNT procedure implementation
    added. Now this is an atomic operation, instead of calling
    getCounterValue.
  - For this, also the CegoXMLSpace::setCounterValue method has been
    changed to return the current counter value return the current
    counter value
  
  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	Fri Jul 14 06:16:30 2017	(r445729)
+++ head/databases/cego/Makefile	Fri Jul 14 06:22:06 2017	(r445730)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.16
+PORTVERSION=	2.33.18
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri Jul 14 06:16:30 2017	(r445729)
+++ head/databases/cego/distinfo	Fri Jul 14 06:22:06 2017	(r445730)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498713568
-SHA256 (cego-2.33.16.tar.gz) = c85937f08d947f84b6f5cee292e438b412c6e41503302005ceb0c1f9d6d2e771
-SIZE (cego-2.33.16.tar.gz) = 1410093
+TIMESTAMP = 1499977796
+SHA256 (cego-2.33.18.tar.gz) = d897a59fae19d88ea371e7a917ddf9ed5638e1550c871439827d662a3721490d
+SIZE (cego-2.33.18.tar.gz) = 1407615



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