From owner-svn-ports-all@freebsd.org Thu Apr 5 17:10:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F72FF93A7E; Thu, 5 Apr 2018 17:10:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AD6486721; Thu, 5 Apr 2018 17:10:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 457742576F; Thu, 5 Apr 2018 17:10:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w35HAiUR024502; Thu, 5 Apr 2018 17:10:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w35HAhaF024500; Thu, 5 Apr 2018 17:10:43 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201804051710.w35HAhaF024500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 5 Apr 2018 17:10:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466571 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 466571 X-SVN-Commit-Repository: ports 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.25 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: Thu, 05 Apr 2018 17:10:44 -0000 Author: pi Date: Thu Apr 5 17:10:43 2018 New Revision: 466571 URL: https://svnweb.freebsd.org/changeset/ports/466571 Log: databases/cego: update 2.39.11 -> 2.39.12 - Patch in CegoClient to catch format exceptions like "Invalid datetime string <0> for format <%d.%m.%Y %H:%M:%S>" This may happen, if on server side bad union selects are defined like create view v1 as select a as a, b as b from t1 union all select a as a, 0 as b from t2; where b is a datetime data type. In this case, invalid formatted strings occur on the client side, which are catched now. - Patch in CegoDatabaseManager::useObject to support lock delay values > 1 sec. The DBM_LOCKDELAY value in CegoDefs has now increased to 2500 msec. In some cases for heavy updates ( e.g. clob updates ) this might be useful to avoid ugly exclusive lock delay messages in database log file - Fix in CegoTableManager::updateTuple. If the update fails ( this might happen, if another transaction actually updates the corresponding tuple ), any allocated lob values are freed now. Otherwise the data pages for the lob values were allocated with no more references. Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Thu Apr 5 16:42:19 2018 (r466570) +++ head/databases/cego/Makefile Thu Apr 5 17:10:43 2018 (r466571) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.39.11 +PORTVERSION= 2.39.12 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Thu Apr 5 16:42:19 2018 (r466570) +++ head/databases/cego/distinfo Thu Apr 5 17:10:43 2018 (r466571) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522582457 -SHA256 (cego-2.39.11.tar.gz) = 2583698f969bb57e0f85705671973b1db661a21148f80964110c207956a7b395 -SIZE (cego-2.39.11.tar.gz) = 1673838 +TIMESTAMP = 1522947596 +SHA256 (cego-2.39.12.tar.gz) = 5e41fa096e1982ef2d1ba3e783d6374ff1dc9b994d19bf3920c328adaa73c61e +SIZE (cego-2.39.12.tar.gz) = 1674154