Date: Sun, 23 Nov 2025 18:00:20 +0000 From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: =?utf-8?Q?Bj=C3=B6rn?= Lemke <lemke@lemke-it.com> Subject: git: 26c78421c1ea - main - devel/lfcbase: 1.22.2 -> 1.22.3, databases/cego: 2.52.42 -> 2.52.43 Message-ID: <69234bb4.213fd.2497ad@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=26c78421c1ea89cd30db997d8bb62587fcac044c commit 26c78421c1ea89cd30db997d8bb62587fcac044c Author: Björn Lemke <lemke@lemke-it.com> AuthorDate: 2025-11-23 17:57:59 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2025-11-23 17:57:59 +0000 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 ). --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- devel/lfcbase/Makefile | 2 +- devel/lfcbase/distinfo | 6 +++--- 4 files changed, 8 insertions(+), 8 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 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 0dea9cd00a65..4c905f094d9a 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcbase -PORTVERSION= 1.22.2 +PORTVERSION= 1.22.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 5827d5a6be26..f03ece6213ce 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763891235 -SHA256 (lfcbase-1.22.2.tar.gz) = df720c1be41c0c6104d9869b7e4fe43c52a8fa84e7f6da658c6f669428164037 -SIZE (lfcbase-1.22.2.tar.gz) = 668945 +TIMESTAMP = 1763916198 +SHA256 (lfcbase-1.22.3.tar.gz) = ddb1afc1ce9e1d2c3f79b8f194d0ccc3bd6ae68caeb214b58d251ebba2d7334e +SIZE (lfcbase-1.22.3.tar.gz) = 668218home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69234bb4.213fd.2497ad>
