Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2017 08:18:38 +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: r437396 - in head: databases/cego devel/lfcbase
Message-ID:  <201704010818.v318Ics1029950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lemke@lemke-it.com>

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



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