git: 68b2a25ae09b - main - devel/lfcbase: update 1.16.6 -> 1.17.2, databases/cego: 2.47.31 -> 2.48.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Nov 2022 19:23:42 UTC
The branch main has been updated by pi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=68b2a25ae09b6a2c8e268b1b661c0cba01dde15f
commit 68b2a25ae09b6a2c8e268b1b661c0cba01dde15f
Author: Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2022-11-18 19:15:34 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2022-11-18 19:23:16 +0000
devel/lfcbase: update 1.16.6 -> 1.17.2, databases/cego: 2.47.31 -> 2.48.2
lfcbase:
- Improvements done for ncurses based Monitor class.
Added confirm box and improved form box
- many changed have been made to Screen class ( was Monitor ).
The changes require a recompile for consuming packages ( here : cego )
- Improvements done for Screen::showFormBox ( scrolling content in input mask )
cego:
- Fix added in CegoFactor and CegoFieldValue.
To get the factor id for query cache management, a dedicated
method was introduced in CegoFieldValue ( getId ) This method
uses for DATETIME values valAsChain(true) ( to evaluate current
timestamp in case of sysdate values ) and for all others toChain()
( to distinguish x = null and x = 'null' )
- Fix in CegoFunction::getId, the GETCOUNT function still was not
treated
- Some cleanup of source file was done (removed tilde files)
- Added join optimization fix in CegoSelect::buildJoinTables.
Inadequate predicates ( e.g. not equal compare ) are not priorized
for table join order any more. For this the method
CegoPredDesc::prioOnJoin has been introduced
- Grammar fix in Cego.def to ensure _returnOnFirst variable
is set to false for non return update statements
( added production NoUpdateReturnOpt )
- Fix added in CegoTableManager::updateTuple,
for the given expression list, contained subqueries must be
retrieved and analyzed for external table references.
Since the external count was not evaluated correctly, this led
to a incomplete CegoSelect::getQueryId result.
With enabled query cache, the following update did not work correct:
UPDATE posrule pr SET artid =
( SELECT artid FROM article a WHERE a.artnr = pr.artnr );
- Fix added in CegoXMLSpace for user and role create routines.
In case of already defined entities, exception was thrown
before xml lock release
Fix added in CegoXMLSpace::getActiveTableSet to also retrieve
offline tablesets via includeOffline flag.
This is needed for CegoLogThreadPool to archive occupied logfiles
for tablesets in status offline ( for other reasons, runstate is
set now at the beginning of the tableset stop procedure )
- many changes made in CegoAdmScreen class ( was CegoAdmMon )
Several stabilization fixes also have been added. For database
xml file, a unique database id has been introduced to validate
ticket file from performed online backups ( db id must match )
- Small adaptions for cgadm screen mode window sizes
( corresponds to lfcbase-1.17.2 )
---
databases/cego/Makefile | 2 +-
databases/cego/distinfo | 6 +++---
devel/lfcbase/Makefile | 2 +-
devel/lfcbase/distinfo | 6 +++---
devel/lfcbase/pkg-plist | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 4479a36b0b12..65ba92a2b963 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cego
-PORTVERSION= 2.47.31
+PORTVERSION= 2.48.2
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 741a1a88585d..624c2256f821 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663943758
-SHA256 (cego-2.47.31.tar.gz) = b5ffd6bd8a2dc818d3b9996fc5fdd416e3c27121c4fcd2a3873725abc25b5dd7
-SIZE (cego-2.47.31.tar.gz) = 3471961
+TIMESTAMP = 1668795835
+SHA256 (cego-2.48.2.tar.gz) = 28e8155219640f34cc5ddf1e819575359939ff4d5f1ed33cf51bdfcd1a09e849
+SIZE (cego-2.48.2.tar.gz) = 3629594
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile
index 38c721694e18..70e939eac563 100644
--- a/devel/lfcbase/Makefile
+++ b/devel/lfcbase/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lfcbase
-PORTVERSION= 1.16.6
+PORTVERSION= 1.17.2
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo
index 47fbc095272d..585d6c9e0010 100644
--- a/devel/lfcbase/distinfo
+++ b/devel/lfcbase/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663837149
-SHA256 (lfcbase-1.16.6.tar.gz) = 2b3a342fe24cdd4479d15320f52432f4a50e1666bd605356e8f2130a98bd585f
-SIZE (lfcbase-1.16.6.tar.gz) = 649646
+TIMESTAMP = 1668795772
+SHA256 (lfcbase-1.17.2.tar.gz) = 609aefe0bc0c21ec882609c739212272ed25e29bbb328301aee87cf887dc70ba
+SIZE (lfcbase-1.17.2.tar.gz) = 653981
diff --git a/devel/lfcbase/pkg-plist b/devel/lfcbase/pkg-plist
index 15660354e62d..b914d0dfe263 100644
--- a/devel/lfcbase/pkg-plist
+++ b/devel/lfcbase/pkg-plist
@@ -19,7 +19,7 @@ include/lfcbase/Host.h
include/lfcbase/ListT.h
include/lfcbase/Logger.h
include/lfcbase/Matcher.h
-include/lfcbase/Monitor.h
+include/lfcbase/Screen.h
include/lfcbase/NanoTimer.h
include/lfcbase/Net.h
include/lfcbase/NetHandler.h