diff options
| author | Björn Lemke <lemke@lemke-it.com> | 2025-11-23 18:57:59 +0100 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2025-11-23 18:57:59 +0100 |
| commit | 26c78421c1ea89cd30db997d8bb62587fcac044c (patch) | |
| tree | 070521e1a12cd8166ec383c40921c64112ab88d5 /databases | |
| parent | textproc/mdbook-mermaid: Update to 0.17.0 (diff) | |
devel/lfcbase: 1.22.2 -> 1.22.3, databases/cego: 2.52.42 -> 2.52.43
lfcbase:
- Warning elimination in several code modules.
-Wall should print no warnings anymore (with clang)
cego:
- Added patch for CegoJoinObject for correct and complete decoding.
This is needed for database recovery procedure if nested join select
occurs in update statement, e.g.
update t1 set b1 = ( select max(b2) from t2 inner join t3 on t2.a2 = t3.a3 );
- Warning elimination for several code modules.
In CegoContentObject encoding and decoding method,
the obsolete key flag in the schema information was removed.
This leads to a incompatibel datastructure and requires tableset
export/import for an uplift ot this version
- To toChain method of CegoTableObject, CegoJoinObject and
CegoAliasObject has been improved to treat undefined tabSetId
argument ( defTabSetId = 0 ).
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/cego/Makefile | 2 | ||||
| -rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 2d777427cbd3..16a118b05ecf 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.42 +PORTVERSION= 2.52.43 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index bccf62ec5c0b..bfed17a2af08 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763891249 -SHA256 (cego-2.52.42.tar.gz) = 5a7a356b508ae040438d55c2bdcf9d727093e7e60a6cc5d876dbef14b6b3a596 -SIZE (cego-2.52.42.tar.gz) = 3309629 +TIMESTAMP = 1763916210 +SHA256 (cego-2.52.43.tar.gz) = 66e3472d1225ca9c4ad74d9577ea9ba8bd06163dff941ad51d3ef10469970739 +SIZE (cego-2.52.43.tar.gz) = 3309885 |
