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.
This commit is contained in:
Björn Lemke 2022-09-23 10:53:41 +02:00 committed by Kurt Jaeger
parent 87c5918735
commit 35129a4e7c
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -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