Date: Fri, 23 Aug 2024 15:10:21 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: ad32ab475b1e - main - databases/cego: update 2.49.7 -> 2.49.8 Message-ID: <202408231510.47NFAL0F023989@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=ad32ab475b1e2b416e2cd59f62b1ead5cce1cf4d commit ad32ab475b1e2b416e2cd59f62b1ead5cce1cf4d Author: Björn Lemke <lemke@lemke-it.com> AuthorDate: 2024-08-23 15:08:33 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-08-23 15:08:33 +0000 databases/cego: update 2.49.7 -> 2.49.8 - Added patches for querycache. The CegoQueryCache::addEntry method now is limited to QUERYCACHE_MAXTRY tries to add an entry. Otherwise numFail counter is increaed, which is monitored for the query cache. This should resolve deadlocks in smoother way ( no more lock timeouts ) in case of other db thread have the requested querycache slot in use. For performance reasons, CegoQueryCacheEntry::calcSize was introduced to just calculate the entry size in the constructor. - Added lockId for lock objects in CegoBufferPool and CegoQueryCache --- 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 e3161515dc96..31320a330b96 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.49.7 +PORTVERSION= 2.49.8 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 0c456aaaa4d4..49bc9874f22f 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723459936 -SHA256 (cego-2.49.7.tar.gz) = 690bfbe6ccc7281b751e76426e9206bc2ab1ab8afcf3e7ae95e2dd464772e2a5 -SIZE (cego-2.49.7.tar.gz) = 3225366 +TIMESTAMP = 1724414714 +SHA256 (cego-2.49.8.tar.gz) = 5217014de2de19e98b7c131c173d032b9618ca3dec4e6f7dcfe0b61e3931410b +SIZE (cego-2.49.8.tar.gz) = 3225982
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408231510.47NFAL0F023989>