diff options
author | Björn Lemke <lemke@lemke-it.com> | 2023-07-17 10:16:29 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2023-07-17 10:18:36 +0000 |
commit | 36f42e480a4d1b03f1a855a6f23733cc66bdc40f (patch) | |
tree | bb291d199be7066965ae21fa153619f2d1918b34 /databases/cego | |
parent | c509c1be3d8d1cc1e0ad40569cf346365f072591 (diff) |
databases/cego: update 2.48.25 -> 2.48.27
- Patch addd for tableset stop procedure.
With the new optimized stored procedure handling ( CegoFunction module ),
the object cleanup must be done BEFORE the tableset is finally stopped.
Otherwise an uncaught exception occurs ( tableset not online )
which results in database crash after tableset shutdown.
Several modules have been modified for this
- In CegoFunction constructors, added _pProc = 0 initialization
for decoding and fromElement constructors. This avoids a set fault,
in case of database recovery, when a predicate expression
with user function is dedoded from log file
Author: Björn Lemke <lemke@lemke-it.com>
Diffstat (limited to 'databases/cego')
-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 545739e05fcf..242dc8e548b7 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.48.25 +PORTVERSION= 2.48.27 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 1085e0bf89bd..d0d4ddc8515f 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684057849 -SHA256 (cego-2.48.25.tar.gz) = 4b05717675d1442487c4f7e7b1a9ee9d5989be3b42e4741a762bc68e43c6d398 -SIZE (cego-2.48.25.tar.gz) = 3249258 +TIMESTAMP = 1689581564 +SHA256 (cego-2.48.27.tar.gz) = c111a175f622186563e529587158126e0c5d0e2150a21abceb72fd49ed067131 +SIZE (cego-2.48.27.tar.gz) = 3213853 |