git: 35129a4e7c03 - main - databases/cego: 2.47.29 -> 2.47.30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Sep 2022 08:55:24 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=35129a4e7c0390c113875a2f34c8cb19e1fdccce commit 35129a4e7c0390c113875a2f34c8cb19e1fdccce Author: Björn Lemke <lemke@lemke-it.com> AuthorDate: 2022-09-23 08:53:41 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2022-09-23 08:53:41 +0000 databases/cego: 2.47.29 -> 2.47.30 Fix in CegoObjectManager for alterTableObject. If a new system page has to be allocated, this page was not linked. This might lead to loss table objects for corresponding altering queries. Furthermore, the ObjectManager has been cleaned up and reduced in code size in such a way that generic create and alter methods are now provided for all objects ( createObject and alterObject using encoding method inherited from CegoDecodableObject ). This results in less code, since the create/alter operations are just implemented once. --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 52be8ab3b3d6..6d110d051d6b 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.47.29 +PORTVERSION= 2.47.30 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index a373f961e104..47b43ddf1d85 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663837175 -SHA256 (cego-2.47.29.tar.gz) = 6fcc040cd24dd4d184cac8f6c4c7554a9e678729856088b7b4a6011e7117d955 -SIZE (cego-2.47.29.tar.gz) = 3473181 +TIMESTAMP = 1663922724 +SHA256 (cego-2.47.30.tar.gz) = df881a0fe86cb9c7bb2833e1c67a12cc73e7f3afe3928c2ff4382863c6283a67 +SIZE (cego-2.47.30.tar.gz) = 3471976