diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-04-01 08:18:38 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-04-01 08:18:38 +0000 |
commit | 57d469ac5b8fe9a1583fd40fa5fa307cc5e76dae (patch) | |
tree | a36694f14d88844621d78079668fd728482ca389 | |
parent | security/p5-Crypt-RSA-Parse: fix dependencies (diff) |
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>
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 | ||||
-rw-r--r-- | devel/lfcbase/Makefile | 2 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 930c76fc732d..2445b9be548c 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.1 +PORTVERSION= 2.33.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 4e8b7871811d..9ad156b0a2df 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index d17b31fdde38..4e461f04b0f2 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index d2ebdce9743a..5d7c6d974335 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -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 |