git: acd64d531b58 - main - databases/cego: update 2.49.8 -> 2.49.9, devel/lfcbase: 1.18.6 -> 1.18.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Oct 2024 19:23:25 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=acd64d531b586b478699b9edf7c595977a9d82df commit acd64d531b586b478699b9edf7c595977a9d82df Author: Björn Lemke <lemke@lemke-it.com> AuthorDate: 2024-10-16 19:21:13 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-10-16 19:23:17 +0000 databases/cego: update 2.49.8 -> 2.49.9, devel/lfcbase: 1.18.6 -> 1.18.7 lfcbase: - Added patch in Matcher.cc to support extended regular expression (added REG_EXTENDED flag to regcomp call ) cego: - Added dedicated admin command to show query cache information including hit rate ( show querycache for tableset ) This will replace the querycache information shown with general show tableset admin command - Added patch for memory leak in CegoSelect. Within CegoSelect::consolidateConjunctionList method, predicate and condition instances are created for conjunction organisation. These instances have to be registered and freed later within CegoSelect::cleanUp - Rework of table cache logic, which is still experimental. A table filter now can be defined to just cache a specified subset of tables. Since table cache is just useful for specific tables with read only flavor and medium size, this extension seems to makes sense. Cached table rows can be accessed directly without accessing buffer pool pages and without decoding. This might accelerate some database configurations, where query cache is not appropriate and hot spot readonly tables have to access very often and very fast. --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- devel/lfcbase/Makefile | 2 +- devel/lfcbase/distinfo | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 31320a330b96..441ecc346f55 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.49.8 +PORTVERSION= 2.49.9 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 49bc9874f22f..c3f1b08d3af6 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724414714 -SHA256 (cego-2.49.8.tar.gz) = 5217014de2de19e98b7c131c173d032b9618ca3dec4e6f7dcfe0b61e3931410b -SIZE (cego-2.49.8.tar.gz) = 3225982 +TIMESTAMP = 1728927369 +SHA256 (cego-2.49.9.tar.gz) = 863b0f035901febca1f8f1cc768a24d0223e89c748760ac9795159af2b070f8f +SIZE (cego-2.49.9.tar.gz) = 3227387 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 65f10918e5bf..147d42a5b75e 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcbase -PORTVERSION= 1.18.6 +PORTVERSION= 1.18.7 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index e9ca800a34e4..9be4033bba81 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699958530 -SHA256 (lfcbase-1.18.6.tar.gz) = b41ca779f1122f564477a8df68c7d95a14ab8a2dfdd969f1be515ca45c23b38d -SIZE (lfcbase-1.18.6.tar.gz) = 676621 +TIMESTAMP = 1728927401 +SHA256 (lfcbase-1.18.7.tar.gz) = a949ed9e841bfa516ab791ebee6a0f47c4d5ab28436047dd16a27a43b719aa56 +SIZE (lfcbase-1.18.7.tar.gz) = 704080