Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2023 10:19:14 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 36f42e480a4d - main - databases/cego: update 2.48.25 -> 2.48.27
Message-ID:  <202307171019.36HAJE1b034817@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36f42e480a4d1b03f1a855a6f23733cc66bdc40f

commit 36f42e480a4d1b03f1a855a6f23733cc66bdc40f
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2023-07-17 10:16:29 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-07-17 10:18:36 +0000

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307171019.36HAJE1b034817>