From owner-svn-ports-all@FreeBSD.ORG Sat Oct 18 10:05:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6EE359DC; Sat, 18 Oct 2014 10:05:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 429BABDD; Sat, 18 Oct 2014 10:05:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9IA5gZ8047244; Sat, 18 Oct 2014 10:05:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9IA5fPn047242; Sat, 18 Oct 2014 10:05:41 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201410181005.s9IA5fPn047242@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 18 Oct 2014 10:05:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371107 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 10:05:42 -0000 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 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