Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 10:05:41 +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: r371107 - head/databases/cego
Message-ID:  <201410181005.s9IA5fPn047242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Oct 18 10:05:41 2014
New Revision: 371107
URL: https://svnweb.freebsd.org/changeset/ports/371107
QAT: https://qat.redports.org/buildarchive/r371107/

Log:
  databases/cego: 2.20.14 -> 2.20.15
  
  - Added restricted access for JDBC information requests
    The jdbc role now is required to perform any JDBC information requests.
  - A problem occured with inner and outer joins if the same table
    occurs two times or more in the query
    For the CegoAttrComp class, the tablealias name is stored now to
    evaluate if the compare is appropriate for the corresponding table
  - Small optimization in CegoDisManager::updateLocalDataTable
    Instead of requesting a new lock for the commitment phase, the lock we
    already have is also used for the commit in case of forecedTransactions
    ( update case ).
  - This ensures, that the forced transaction can be done without
    risking to not obtain the lock for the corresponding table again.
  
  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	Sat Oct 18 09:49:37 2014	(r371106)
+++ head/databases/cego/Makefile	Sat Oct 18 10:05:41 2014	(r371107)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.20.14
-PORTREVISION=	1
+PORTVERSION=	2.20.15
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Oct 18 09:49:37 2014	(r371106)
+++ head/databases/cego/distinfo	Sat Oct 18 10:05:41 2014	(r371107)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.20.14.tar.gz) = 1c5e91aa8a363a30db5e6ed348620e5c2d49431030ae043f271c9cc1fdb0f133
-SIZE (cego-2.20.14.tar.gz) = 922576
+SHA256 (cego-2.20.15.tar.gz) = 01cbbc9778b489108a1df135a215da648f91522f64d68e1d5cd1d4e7fd2f81fc
+SIZE (cego-2.20.15.tar.gz) = 923401



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