git: afd8891d85b7 - main - databases/cego: update 2.49.11 -> 2.49.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Nov 2024 19:47:54 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=afd8891d85b75cd910dfc86cb31f5ae14a4191ea commit afd8891d85b75cd910dfc86cb31f5ae14a4191ea Author: Björn Lemke <lemke@lemke-it.com> AuthorDate: 2024-11-17 19:44:22 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-11-17 19:44:22 +0000 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