git: 6f01aa235599 - main - databases/cego: update 2.54.25 -> 2.54.29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jun 2026 18:38:00 UTC
The branch main has been updated by pi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6f01aa23559974be38b919d4bf54a52f862870e3
commit 6f01aa23559974be38b919d4bf54a52f862870e3
Author: Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2026-06-14 18:34:33 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2026-06-14 18:34:33 +0000
databases/cego: update 2.54.25 -> 2.54.29
- fix in CegoBTreeValue::valueToFVL
- log mesage cleanup done for CegoRecoveryManager, CegoQueryManager
and CegoTableManager.
- Changed return code of CegoBufferPool::writeCheckPoint to int to
return the exit code of the optional escape command.
This exit code then is indicated in the admin console
- Consolidation work done for CegoTableManager and CegoAuthManager
- Code reorganization for CegoAuthManager, CegoQueryManager and
CegoTableManager: TableManager contains low level data access methods,
QueryManger contains high level access and AuthMenager contains
authorized access methods
- Post patch for this version : In CegoFieldValue::castTo, changed
__dateFormatLock to writeLock. This is needed, since with readlock
the _dateFormatList could be traversed in parallel by the Datetime
constructor. This may lead to concurreny issues
Author: Björn Lemke <lemke@lemke-it.com>
---
databases/cego/Makefile | 2 +-
databases/cego/distinfo | 6 +++---
databases/cego/pkg-plist | 1 +
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 7de857de2363..30802c85b1fd 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cego
-PORTVERSION= 2.54.25
+PORTVERSION= 2.54.29
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 67f0978544d8..6253cf5ddf35 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779611640
-SHA256 (cego-2.54.25.tar.gz) = ef00a2f3699a1184cd2d36c4eae1b807e484b0335e66c765d600c94b90c2318e
-SIZE (cego-2.54.25.tar.gz) = 3165083
+TIMESTAMP = 1781377358
+SHA256 (cego-2.54.29.tar.gz) = 75b7db0d21485e79e164ca6597c68e8345c1630799532781b7e3f5c28cee6053
+SIZE (cego-2.54.29.tar.gz) = 3165511
diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist
index 816e564d79e5..693e7cdf7c3f 100644
--- a/databases/cego/pkg-plist
+++ b/databases/cego/pkg-plist
@@ -36,6 +36,7 @@ include/cego/CegoAttrAlias.h
include/cego/CegoAttrComp.h
include/cego/CegoAttrCond.h
include/cego/CegoAttrDesc.h
+include/cego/CegoAuthManager.h
include/cego/CegoBTreeCursor.h
include/cego/CegoBTreeManager.h
include/cego/CegoBTreeNode.h