From owner-svn-ports-all@freebsd.org Sat Apr 1 08:18:40 2017 Return-Path: Delivered-To: svn-ports-all@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 4EDC9D2987B; Sat, 1 Apr 2017 08:18:40 +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 2BCA8CC0; Sat, 1 Apr 2017 08:18:40 +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 v318IdBY029954; Sat, 1 Apr 2017 08:18:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v318Ics1029950; Sat, 1 Apr 2017 08:18:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704010818.v318Ics1029950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 1 Apr 2017 08:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437396 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 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, 01 Apr 2017 08:18:40 -0000 Author: pi Date: Sat Apr 1 08:18:38 2017 New Revision: 437396 URL: https://svnweb.freebsd.org/changeset/ports/437396 Log: devel/lfcbase: update 1.9.2 -> 1.9.3 databases/cego: update 2.33.1 -> 2.33.3 lfcbase: - Small fixes for Monitor and Pager class, adding missing ifdef for curses option in Pager class, replaced CGNOCURSES with LFCNOCURSES cego: - Fix in CegoRecoveryManager::recoverTableSet, before calling transactionRecovery, we have to set flag setIgnoreInvalid to true. During transaction recovery phase, we must ignore invalid btrees/index objects since these objects could be invalidated but Log data integrity and consistency is ensured - Added implizit tableset btree and index correction to recovery procedure ( CegoRecoveryManager::recoverTableSet ) - Small syntax for cgadm from "backup TS" to "backup tableset TS" ( conform to other tableset commands ) - Fix in CegoTableManager::deleteDataTableEntryAtomic / updateDataTableSynced / beginTransaction / commitTransaction / rollbackTransaction to avoid log entries for forced transactions ( introduction of doLog flag ). - Fix in CegoTableManager:deleteDataTable to avoid object synchronisation during recovery phase ( introduction of isSynced flag ), since during recovery phase, still no objects are registered and there is no need for synchronization - Added further admin console messages for recovery procedure. This enables the database admin to follow the recovery procedure on admin console level 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 Sat Apr 1 06:51:05 2017 (r437395) +++ head/databases/cego/Makefile Sat Apr 1 08:18:38 2017 (r437396) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.1 +PORTVERSION= 2.33.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Apr 1 06:51:05 2017 (r437395) +++ head/databases/cego/distinfo Sat Apr 1 08:18:38 2017 (r437396) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490518693 -SHA256 (cego-2.33.1.tar.gz) = b39d2ac77170c8eb0941c852905c67465436bc83c726a60f6021a40af9094d74 -SIZE (cego-2.33.1.tar.gz) = 1399695 +TIMESTAMP = 1491030580 +SHA256 (cego-2.33.3.tar.gz) = 8e8a7ca08ca3d20624301aca7342a337980eae6c108923a1aae2535de80483e6 +SIZE (cego-2.33.3.tar.gz) = 1399958 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Sat Apr 1 06:51:05 2017 (r437395) +++ head/devel/lfcbase/Makefile Sat Apr 1 08:18:38 2017 (r437396) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Sat Apr 1 06:51:05 2017 (r437395) +++ head/devel/lfcbase/distinfo Sat Apr 1 08:18:38 2017 (r437396) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490445167 -SHA256 (lfcbase-1.9.2.tar.gz) = 6c5a5a793c0269f5c55d429d0976b5ff11feb92c0e5cdbac0fd16ea427488784 -SIZE (lfcbase-1.9.2.tar.gz) = 614980 +TIMESTAMP = 1491030486 +SHA256 (lfcbase-1.9.3.tar.gz) = 54cab6237481232785c32eac5e22f7f0e6e510c8733a78651ff28a718877f0cf +SIZE (lfcbase-1.9.3.tar.gz) = 615017