git: 718f232e363d - main - databases/cego: update 2.52.57 -> 2.52.59

From: Kurt Jaeger <pi_at_FreeBSD.org>
Date: Sun, 24 Aug 2025 08:07:00 UTC
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=718f232e363d6cf5417a83a2022db8eef8d0bf66

commit 718f232e363d6cf5417a83a2022db8eef8d0bf66
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2025-08-24 08:04:21 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2025-08-24 08:04:21 +0000

    databases/cego: update 2.52.57 -> 2.52.59
    
    - Improved input handling in CegoClient.
      For interactive mode, trailing LF, CR and multiple semicolons are cut now.
    - Added command line option lockexpire with integer parameter seconds
      exceeded.
      If set, this option will check for the configured daemon lockfile
      and if the timestamp of the lockfile is older than now - seconds
      exceeded, the lock file is removed and the database is started.
      Database crash recovery seems to be stable, so this option is made available.
    - In CegoDbThread::serveRequest, added further tableset states (
      BACKUP, CHECKPOINT ) where sessions are accepted
---
 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 401787a29224..2b511d11610b 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cego
-PORTVERSION=	2.52.27
+PORTVERSION=	2.52.29
 
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 7068f3373e1f..1a2f56b62526 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754896347
-SHA256 (cego-2.52.27.tar.gz) = 5e57809d89937c76daf4c4d5c4b7642324e20980e1470972f5b28b01f63049f6
-SIZE (cego-2.52.27.tar.gz) = 3308404
+TIMESTAMP = 1756019122
+SHA256 (cego-2.52.29.tar.gz) = 04afac15a823b0a7a1b7d48fac33957ff180b4f4fa7723646ec40c5c29b87008
+SIZE (cego-2.52.29.tar.gz) = 3308821