aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Lemke <lemke@lemke-it.com>2024-08-23 15:08:33 +0000
committerKurt Jaeger <pi@FreeBSD.org>2024-08-23 15:08:33 +0000
commitad32ab475b1e2b416e2cd59f62b1ead5cce1cf4d (patch)
tree92747fb4affc97b5e9b9ed00478fd7834ad95049
parent43bbb84b44d1cdc3108f32c016bf86fb0e4c45b4 (diff)
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
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
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