diff options
author | Björn Lemke <lemke@lemke-it.com> | 2021-07-04 07:48:24 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2021-07-04 07:48:24 +0000 |
commit | 5aa5b648b19ff6d5cdf3ad047167fac2c7d594f8 (patch) | |
tree | 7b6faff0d72ddf114f76f3cad8f4eb28bd8f6243 | |
parent | 262b774a5f64ad0eecbc510c5972a43d65c3c69d (diff) |
databases/cego: update 2.47.3 -> 2.47.6 and devel/lfcbase: 1.16.1 -> 1.16.2
lfcbase:
- Added HashT::getRangePos and HashT::RemovePos for more efficient
hash array manipulation
cego:
- Fix in CegoQueryCacheEntry::cleanCache, reset of all relevant
variables. Furthermore, in CegoQueryCache methods, remove from
hasharray is checked for return code true
- Usage of new HashT methods ( getRangePos and RemovePos ) for
CegoQueryCache to remove entries from query cache array more efficient
- Fix in CegoFactor::evalFieldValue(), for case CegoFactor::QUERY,
the fetched value must be saved to a local copy, otherwise the
buffer could be overwritten by the subsequent nextTuple method call
to complete the query for query cache. As a result, wrong values
are returned in case of heavy buffer cache relocation.
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 | ||||
-rw-r--r-- | databases/cego/pkg-plist | 1 | ||||
-rw-r--r-- | devel/lfcbase/Makefile | 2 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 6 |
5 files changed, 9 insertions, 8 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index badb0d6ea846..a8a6ce79a075 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.47.3 +PORTVERSION= 2.47.6 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 8382d7195763..280025eb3d18 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622979567 -SHA256 (cego-2.47.3.tar.gz) = e62391685c0832312f84c6d441399e1eb08bf54b1f5e4f54f0243192b38dfa2d -SIZE (cego-2.47.3.tar.gz) = 3164784 +TIMESTAMP = 1625384462 +SHA256 (cego-2.47.6.tar.gz) = d39eacf5a68ac9365f3f4d2c90a29fc7d6f9479b967895469eea51bd9777bb52 +SIZE (cego-2.47.6.tar.gz) = 3165730 diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist index e09584daf216..f5223fb98eda 100644 --- a/databases/cego/pkg-plist +++ b/databases/cego/pkg-plist @@ -6,6 +6,7 @@ %%DATADIR%%/logManager %%DATADIR%%/startdb %%DATADIR%%/stopdb +%%DATADIR%%/tsSpace bin/cego bin/cgadm bin/cgblow diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 08c126dc8621..3574a3073605 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcbase -PORTVERSION= 1.16.1 +PORTVERSION= 1.16.2 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 01a46c078acd..fffaa2d2f6f1 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621803873 -SHA256 (lfcbase-1.16.1.tar.gz) = a1b56f2e4a571dd61d6a1f0105fe5f7a364b3923a049de48f3339cafb3f400ea -SIZE (lfcbase-1.16.1.tar.gz) = 648833 +TIMESTAMP = 1625343761 +SHA256 (lfcbase-1.16.2.tar.gz) = 7ac8fc8586c978f868ad4fa0e7a4f1b5109cf4e3675bcc475dc74526f2c40675 +SIZE (lfcbase-1.16.2.tar.gz) = 648935 |