devel/lfcbase: update 1.17.2 -> 1.18.0

- Fix for some geometries in Screen::showFormBox
- Further improvements for Screen::showFormBox and showInfoBox
  ( selected rows and newline treatment )
- integrate Screen2 interface

databases/cego: update 2.48.2 -> 2.48.10

- Introduced Backup branch id for online backup verification. Due
  to datafile page id constraints, just online backups can be recovered
  inside one backup branch. Creation of a tableset and adding a
  datafile to a tableset violates this contraint, so a new backup
  branch is created.
- Added backup branch option for backup manager. So just valid
  backup files can be treated by the manager. New sample backup manager
  available in samples/chkdb
- Further improvements for cgadm screen mode. confirm dialogs added
  and backup log history indicated for online backups in case of errors
- More improvements for online backup / restore. Branch id is now
  added to archive log filename, so in case of new created or data
  file modified tablesets, the corresponding logfiles can be filtered.
  Archive logfile information for ready-for-archive and archived
  logfiles has been added to archive log information
- Fixes added in CegoClient for dump mode. Some attribute and
  attribute values have not treated correctly ( default values,
  dimension for fixed attributes, clob values )
- Fixes added for CegoClient dump and batch mode, has been tested
  with more complex acc application
- Introduced grace mode for graceful object creation. Using this
  mode, views and procedures can refer to objects, which still not
  exist. This mode might be useful for initial loads ( e.g. from a
  dump file ) to avoid dependency errors
- Fix for CegoSelect::nextTuple, _cacheSchema was not setup for
  union selects in case of empty result of the first union entry.
  This leads to an exception with cache claim leak. The claim leak
  has also been fixed by adding a cleanUp call to CegoSelect destructor
- Fix added in CegoAction::execViewCreate(), in case of grace mode,
  empty schema must be stored with created view to force recompile
  via CegoDistManager::reloadView
- Added defTabSetId parameter to several toChain methods to write
  views, procedures and triggers without explizit tableset references.
  This might be useful, if a tableset dump just references objects
  for a single tableset and it should be loaded to a tableset with a
  different name. ( e.g. select a from t1@TS1 is written as select a
  from t1, if active tableset is TS1 )
- Fixes added for alias object usage ( e.g. in combination with views )
- Added lfcbase Screen2 support to CegoAdmScreen

databases/cegobridge: update 1.6.2 -> 1.6.3

- Build fixes added

Author:    Björn Lemke <lemke@lemke-it.com>
This commit is contained in:
Björn Lemke 2023-01-03 13:31:35 +01:00 committed by Kurt Jaeger
parent fb2179e940
commit c4bd711217
7 changed files with 13 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= cego
PORTVERSION= 2.48.2
PORTVERSION= 2.48.10
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1668795835
SHA256 (cego-2.48.2.tar.gz) = 28e8155219640f34cc5ddf1e819575359939ff4d5f1ed33cf51bdfcd1a09e849
SIZE (cego-2.48.2.tar.gz) = 3629594
TIMESTAMP = 1672738126
SHA256 (cego-2.48.10.tar.gz) = bcd28bb6d0d56ea0e9e93a8130c3dd04620c0409ebfffcb810a720e26ec2f555
SIZE (cego-2.48.10.tar.gz) = 3219807

View File

@ -1,5 +1,5 @@
PORTNAME= cegobridge
PORTVERSION= 1.6.2
PORTVERSION= 1.6.3
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1641051563
SHA256 (cegobridge-1.6.2.tar.gz) = 4be22d0cf3fe2c537c286ab1539b6204da45dc6de9240f3f99c88120b3b7f8c0
SIZE (cegobridge-1.6.2.tar.gz) = 701390
TIMESTAMP = 1672748579
SHA256 (cegobridge-1.6.3.tar.gz) = efc3417005b9ecb819eb95371ca53366998ea7f1cfd52f64a4c38481de5a8ae3
SIZE (cegobridge-1.6.3.tar.gz) = 701427

View File

@ -1,5 +1,5 @@
PORTNAME= lfcbase
PORTVERSION= 1.17.2
PORTVERSION= 1.18.0
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1668795772
SHA256 (lfcbase-1.17.2.tar.gz) = 609aefe0bc0c21ec882609c739212272ed25e29bbb328301aee87cf887dc70ba
SIZE (lfcbase-1.17.2.tar.gz) = 653981
TIMESTAMP = 1672737956
SHA256 (lfcbase-1.18.0.tar.gz) = 02ec16455bff765c86f1fb4436eaa5a7512aabf753bafa9b216e7aba9c8acd44
SIZE (lfcbase-1.18.0.tar.gz) = 665371

View File

@ -20,6 +20,7 @@ include/lfcbase/ListT.h
include/lfcbase/Logger.h
include/lfcbase/Matcher.h
include/lfcbase/Screen.h
include/lfcbase/Screen2.h
include/lfcbase/NanoTimer.h
include/lfcbase/Net.h
include/lfcbase/NetHandler.h