Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2024 19:17:38 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9789c73f3799 - main - databases/cego: update 2.49.16 -> 2.49.20
Message-ID:  <202412111917.4BBJHcBW017584@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9789c73f37998c9e24fc3839e1d2b0db8133a165

commit 9789c73f37998c9e24fc3839e1d2b0db8133a165
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2024-12-11 19:14:35 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-12-11 19:14:35 +0000

    databases/cego: update 2.49.16 -> 2.49.20
    
    - Removed lockPool call in CegoAdminThread::srvExportTableSet and
      srvExportTable to avoid lock timeouts during long running exports
    - Made some code cleanup in CegoAdminThread ( exception consolidation )
    - db thread query history information, added timestamp and cost information
    - Introduces new cgadm admin commands
      o queryhist last n
      o queryhist cost n
      to show the query history for all db threads in the db thread
      pool. The last n queries or the most expensive n queries are
      indicated
    - Added query history suppport for cgadm screen mode
    - CegoAdmScreen to fully support of query history feature
      ( last and full over all db threads ).
    - Screen2:Grid schema patches added to satisfy new column alignment
      feature for Screen2
    - Fix added in CegoDBThreadPool. CegoAdminThreadPool and CegoLogThreadPool.
      If database hostname is not defined, the corresponding service is served
      on any hostname. This avoids confusion regarding IPv4 and IPv6 host
      configuration ( e.g. on MacOSX Sequoia, java seems to
      handle localhost always as IPv4 127.0.0.1, while on POSIX layer,
      it is mapped to ::1, a bit strange )
    - Added new lfcbase Net::serve6 method to db, admin and log threadpool.
      If no hostname is defined in database xml, an IP dual stack
      configuration is set up.
---
 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 1b9588d50174..473b5c6d26e9 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cego
-PORTVERSION=	2.49.16
+PORTVERSION=	2.49.20
 
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index f7b9dd4f3ad4..15fe0ed53f8d 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731869617
-SHA256 (cego-2.49.16.tar.gz) = c75928b559975a643e991781241f8b600cb59057acf38cfb9295256c8742a541
-SIZE (cego-2.49.16.tar.gz) = 3231987
+TIMESTAMP = 1733592971
+SHA256 (cego-2.49.20.tar.gz) = 8aa24ab4d4871bdd6d6e3e642051f853c1d76c58481eb6107d3c7c82043731db
+SIZE (cego-2.49.20.tar.gz) = 3340782



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412111917.4BBJHcBW017584>