Date: Sun, 12 Jan 2025 08:18:54 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: 69f948d71741 - main - databases/cego: update 2.49.21 -> 2.49.22 Message-ID: <202501120818.50C8IsrY079465@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=69f948d71741c163fcbbc79fbd12ae1c9853e7b9 commit 69f948d71741c163fcbbc79fbd12ae1c9853e7b9 Author: Björn Lemke <lemke@lemke-it.com> AuthorDate: 2025-01-12 08:17:54 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2025-01-12 08:17:54 +0000 databases/cego: update 2.49.21 -> 2.49.22 - For several modules, added exception trace information to improve error logging in case of any exception - Patch added for CegoQueryCache::addEntry, getNumUsed added to search loop to find appropriate slot. This avoids some needless assignments, since used entries cannot be assigned. - Patch added CegoQueryCache::invalidate. For main loop, a delay has been added, to give other threads the chance to claim the lock --- 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 6e578822b6d8..d2d9aa2cd255 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.49.21 +PORTVERSION= 2.49.22 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index c390d49da280..237f11515942 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735813591 -SHA256 (cego-2.49.21.tar.gz) = 5a69a69f59468564967a9d7592076e69e3675cc84b8ff41925dca42d6a5f51dd -SIZE (cego-2.49.21.tar.gz) = 3340824 +TIMESTAMP = 1736667088 +SHA256 (cego-2.49.22.tar.gz) = d3a2401f34c8e44c293c7ff6dc52d8d5917d5b68582b104b186025aad06abd32 +SIZE (cego-2.49.22.tar.gz) = 3343219
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501120818.50C8IsrY079465>