Date: Fri, 14 Aug 2020 07:20: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: r544874 - head/databases/cego Message-ID: <202008140720.07E7Kcig065805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Aug 14 07:20:38 2020 New Revision: 544874 URL: https://svnweb.freebsd.org/changeset/ports/544874 Log: databases/cego: 2.45.16 -> 2.45.18 - Fix in CegoClient for treating interactive input. Ctl-D input lead to segmentation fault, if used in multiline statements. - Patch in CegoAction::formatTableInfo. For size calculation of btree objects, null value must be used instead of INVALID, otherwise, wrong values are indicated during btree build - Patch in CegoLogManager::switchLogFile, we first have to switch log file and then change the status to OCCUPIED. Otherwise, the logfile archiver ( CegoLogThreadPool::shiftRedoLogs ) might access occupied logfile in parallel. Since this is a different thread and File::open seems to be not thread safe, bad things might happen ... Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Fri Aug 14 07:16:00 2020 (r544873) +++ head/databases/cego/Makefile Fri Aug 14 07:20:38 2020 (r544874) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.45.16 +PORTVERSION= 2.45.18 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Fri Aug 14 07:16:00 2020 (r544873) +++ head/databases/cego/distinfo Fri Aug 14 07:20:38 2020 (r544874) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591378135 -SHA256 (cego-2.45.16.tar.gz) = 31168d3e6c5b30693c5d7a412ac25a8604c1fcead9e7250ceb6cfd91bf97170b -SIZE (cego-2.45.16.tar.gz) = 3154656 +TIMESTAMP = 1597388628 +SHA256 (cego-2.45.18.tar.gz) = 0be6cdbf4c4ae0209bbf44b6c965f846ad7af14e0e718ffb05a61aeced2b82f8 +SIZE (cego-2.45.18.tar.gz) = 3154748
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008140720.07E7Kcig065805>