From owner-svn-ports-head@freebsd.org Sun Jul 10 12:39:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEA6BB841C8; Sun, 10 Jul 2016 12:39:30 +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 mx1.freebsd.org (Postfix) with ESMTPS id BB81D1FA6; Sun, 10 Jul 2016 12:39:30 +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 u6ACdTQw045868; Sun, 10 Jul 2016 12:39:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6ACdT73045864; Sun, 10 Jul 2016 12:39:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607101239.u6ACdT73045864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 10 Jul 2016 12:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418314 - in head: databases/cego devel/lfcbase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2016 12:39:31 -0000 Author: pi Date: Sun Jul 10 12:39:29 2016 New Revision: 418314 URL: https://svnweb.freebsd.org/changeset/ports/418314 Log: devel/lfcbase: 1.8.4 -> 1.8.5 databases/cego: 2.30.14 -> 2.30.15 lfcbase: - Added statlock mutex in ThreadLock class for protecting statistic counters. It seems, increment and decrement operators on atomic values are no more thread safe ( Once it was, but I guess this is a compiler issue ) Since the lock statistics can be disabled for production mode, there is not performance impact caused by the additional mutex calls cego: - Made __dateFormatList in CegoMain threadsafe For the point-in-time recovery timestamp format, now the server defined format is used ( variable CGPITFORMAT is obsolete ) - Added update sync mode. With this mode, the user can decide, if an update or delete should be blocked until another concurrent transaction is finished or return immediatly without updating concurrent affected tuples - Reactivation of rollback segment record locks in CegoLockHandler class. In CegoObjectManager::insertData, in case of rollback segements insert operations, the RB record lock is used instead of the system record lock. This might avoid some deadlock situations. Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Jul 10 12:16:35 2016 (r418313) +++ head/databases/cego/Makefile Sun Jul 10 12:39:29 2016 (r418314) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.14 +PORTVERSION= 2.30.15 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Jul 10 12:16:35 2016 (r418313) +++ head/databases/cego/distinfo Sun Jul 10 12:39:29 2016 (r418314) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467896783 -SHA256 (cego-2.30.14.tar.gz) = f37fcd7ab9063937e44ff28ddae5c3f24352c8891e0a3a0e826173d2b14d2cea -SIZE (cego-2.30.14.tar.gz) = 1406196 +TIMESTAMP = 1468153274 +SHA256 (cego-2.30.15.tar.gz) = 8a4bc18a1734fd3871a79f9492ee9466cf9facdcc00dc35afa9e7277a4d3634c +SIZE (cego-2.30.15.tar.gz) = 1409377 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Sun Jul 10 12:16:35 2016 (r418313) +++ head/devel/lfcbase/Makefile Sun Jul 10 12:39:29 2016 (r418314) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.5 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Sun Jul 10 12:16:35 2016 (r418313) +++ head/devel/lfcbase/distinfo Sun Jul 10 12:39:29 2016 (r418314) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467897922 -SHA256 (lfcbase-1.8.4.tar.gz) = 6e4167f7b0b7968ec596efcc8c6f6f0f203cf95353234bcd07a414a7e60a4dc7 -SIZE (lfcbase-1.8.4.tar.gz) = 607009 +TIMESTAMP = 1468153258 +SHA256 (lfcbase-1.8.5.tar.gz) = 86625d9ce2f54130304bc81facd1101eca0a3473d5e2c885d25e9e2fe28f385f +SIZE (lfcbase-1.8.5.tar.gz) = 607082