From ce8044109de7f07b8e7ec5ab18dfe085eb095309 Mon Sep 17 00:00:00 2001 From: pi Date: Sat, 25 Mar 2017 18:06:25 +0000 Subject: devel/lfcbase: update 1.9.1 -> 1.9.2 databases/cego: update 2.32.14 -> 2.33.0 lfcbase: - Added CommandExecuter::executeStream method to catch stdout for any forked process - Added class OutStream to catch stdout from forked programs via popen cego: - Added database verify006 to check multidimensional btrees also in combination of null value handling. - Fix in CegoObjectCursor::getNext, double method call for unlockData removed - Small grammar correction to treat distinct flag for select-star statement - Fix in CegoBTreeCursor::compValue, null values have not been handled correctly. For string values, string termination was not clean, which also might lead to wrong cursor results - Introduced archive manager, which can be triggered, to perform an online backup. For now, online backups have to be triggered externally. The achive manager should make backup / restore handling more convenient - Update to version 2.33.0 since the backup feature changes the product specification. - Integration of newly introduced lfcbase OutStream class to catch output from backup manager. This allows to indicate a more detailed output from backup manager on the admin console. Submitted by: Bjoern Lemke --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- databases/cego/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'databases/cego') diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 0dca26dbaa3d..43528e9c9233 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.32.14 +PORTVERSION= 2.33.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 75507678e9c6..47d656663212 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489255793 -SHA256 (cego-2.32.14.tar.gz) = 5dae07c4a70d0b028f00148f953a59f3778545675c77a02bd414759c70fc071a -SIZE (cego-2.32.14.tar.gz) = 1395204 +TIMESTAMP = 1490445197 +SHA256 (cego-2.33.0.tar.gz) = 488f9e40ca424e45eb46cdd7fbde291a0deaa83d4661532be2e54c66c13cbe46 +SIZE (cego-2.33.0.tar.gz) = 1398960 diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist index 6b3e147d62c9..721f62af1d8a 100644 --- a/databases/cego/pkg-plist +++ b/databases/cego/pkg-plist @@ -135,9 +135,11 @@ lib/libcgwrap.a lib/libcgwrap.so lib/libcgwrap.so.2 lib/libcgwrap.so.2.0.0 +%%DATADIR%%/backupManager %%DATADIR%%/cgbackup %%DATADIR%%/cgmkdb %%DATADIR%%/cgrecover %%DATADIR%%/cgsimload +%%DATADIR%%/logManager %%DATADIR%%/startdb %%DATADIR%%/stopdb -- cgit