1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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
This commit is contained in:
Björn Lemke 2024-11-17 20:44:22 +01:00 committed by Kurt Jaeger
parent 6617c4f108
commit afd8891d85
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= cego
PORTVERSION= 2.49.11
PORTVERSION= 2.49.16
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -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