From afd8891d85b75cd910dfc86cb31f5ae14a4191ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lemke?= Date: Sun, 17 Nov 2024 20:44:22 +0100 Subject: [PATCH] databases/cego: update 2.49.11 -> 2.49.16 - cgmkdb utility script: allows to set up advanced database parameters - In CegoXMLSpace::addTableSeDef, added ARCHMODE attribute to set archmode to OFF as default - Added querycache threshold parameter. Just queries with execution time greater than threshold value are cached. This leads to a lower stressed cache and avoids cache latency for those queries. Threshold is given in msec, which seems to be appropriate for now. - Some memory leaks fixed - fix cgadm (hang if INTR received while idle) - Added query history for db threads. Not just the last action is indicated via admin command "threadinfo db threadId", but also the last n queries processed by this thread. History Length can be configured via new cego command line option dbthreadhist --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 3189e0530a3c..1b9588d50174 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.49.11 +PORTVERSION= 2.49.16 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 6dc80ce51164..f7b9dd4f3ad4 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729864094 -SHA256 (cego-2.49.11.tar.gz) = 4540c7ee6e7fc7b5bc94d27ef8cdc2f8d610ca973e555227038b013f59ace4e1 -SIZE (cego-2.49.11.tar.gz) = 3227713 +TIMESTAMP = 1731869617 +SHA256 (cego-2.49.16.tar.gz) = c75928b559975a643e991781241f8b600cb59057acf38cfb9295256c8742a541 +SIZE (cego-2.49.16.tar.gz) = 3231987