aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Lemke <lemke@lemke-it.com>2022-09-23 08:53:41 +0000
committerKurt Jaeger <pi@FreeBSD.org>2022-09-23 08:53:41 +0000
commit35129a4e7c0390c113875a2f34c8cb19e1fdccce (patch)
tree1cbedeece07663741eeadf53ff77caa949335053
parent87c59187353dbd3f8e0b39b3130d797afbdef439 (diff)
downloadports-35129a4e7c0390c113875a2f34c8cb19e1fdccce.tar.gz
ports-35129a4e7c0390c113875a2f34c8cb19e1fdccce.zip
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.
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
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