Date: Sat, 25 Mar 2017 18:06:25 +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: r436911 - in head: databases/cego devel/lfcbase Message-ID: <201703251806.v2PI6PG6013299@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Mar 25 18:06:25 2017 New Revision: 436911 URL: https://svnweb.freebsd.org/changeset/ports/436911 Log: 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 <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/databases/cego/pkg-plist head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo head/devel/lfcbase/pkg-plist Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Mar 25 17:51:37 2017 (r436910) +++ head/databases/cego/Makefile Sat Mar 25 18:06:25 2017 (r436911) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.32.14 +PORTVERSION= 2.33.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Mar 25 17:51:37 2017 (r436910) +++ head/databases/cego/distinfo Sat Mar 25 18:06:25 2017 (r436911) @@ -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 Modified: head/databases/cego/pkg-plist ============================================================================== --- head/databases/cego/pkg-plist Sat Mar 25 17:51:37 2017 (r436910) +++ head/databases/cego/pkg-plist Sat Mar 25 18:06:25 2017 (r436911) @@ -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 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Sat Mar 25 17:51:37 2017 (r436910) +++ head/devel/lfcbase/Makefile Sat Mar 25 18:06:25 2017 (r436911) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Sat Mar 25 17:51:37 2017 (r436910) +++ head/devel/lfcbase/distinfo Sat Mar 25 18:06:25 2017 (r436911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489255759 -SHA256 (lfcbase-1.9.1.tar.gz) = 24ed0fc469d4fe66a7eb82c7ae5c6605a0069e5bd73af7b5b62911fe6ff7ff86 -SIZE (lfcbase-1.9.1.tar.gz) = 613830 +TIMESTAMP = 1490445167 +SHA256 (lfcbase-1.9.2.tar.gz) = 6c5a5a793c0269f5c55d429d0976b5ff11feb92c0e5cdbac0fd16ea427488784 +SIZE (lfcbase-1.9.2.tar.gz) = 614980 Modified: head/devel/lfcbase/pkg-plist ============================================================================== --- head/devel/lfcbase/pkg-plist Sat Mar 25 17:51:37 2017 (r436910) +++ head/devel/lfcbase/pkg-plist Sat Mar 25 18:06:25 2017 (r436911) @@ -21,6 +21,7 @@ include/lfcbase/Monitor.h include/lfcbase/NanoTimer.h include/lfcbase/Net.h include/lfcbase/NetHandler.h +include/lfcbase/OutStream.h include/lfcbase/Pager.h include/lfcbase/Process.h include/lfcbase/Semaphore.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703251806.v2PI6PG6013299>