aboutsummaryrefslogtreecommitdiff
path: root/databases/cego
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-08-14 07:20:38 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-08-14 07:20:38 +0000
commit48400fa4e6b0ff13bc33135f1b6ec9d174379d18 (patch)
tree84799247a7928726d64e7eff577221d357accf91 /databases/cego
parent0c0a2788d7ed9ccafd36f08e83fdb2353c952f2c (diff)
downloadports-48400fa4e6b0ff13bc33135f1b6ec9d174379d18.tar.gz
ports-48400fa4e6b0ff13bc33135f1b6ec9d174379d18.zip
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>
Notes
Notes: svn path=/head/; revision=544874
Diffstat (limited to 'databases/cego')
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 5175534ae491..f89be1bcc9b0 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.45.16
+PORTVERSION= 2.45.18
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index a403b6aaf987..b743e68faa14 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -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