Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 07:50:48 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: 5aa5b648b19f - main - databases/cego: update 2.47.3 -> 2.47.6 and devel/lfcbase: 1.16.1 -> 1.16.2
Message-ID:  <202107040750.1647omID002740@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=5aa5b648b19ff6d5cdf3ad047167fac2c7d594f8

commit 5aa5b648b19ff6d5cdf3ad047167fac2c7d594f8
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2021-07-04 07:48:24 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2021-07-04 07:48:24 +0000

    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.
---
 databases/cego/Makefile  | 2 +-
 databases/cego/distinfo  | 6 +++---
 databases/cego/pkg-plist | 1 +
 devel/lfcbase/Makefile   | 2 +-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107040750.1647omID002740>