Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2023 10:13:35 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: 14202f58e98f - main - databases/cego: update 2.48.23 -> 2.48.25
Message-ID:  <202305141013.34EADZc3060070@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=14202f58e98f1217b84ee06f86538edf18edd913

commit 14202f58e98f1217b84ee06f86538edf18edd913
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2023-05-14 10:12:13 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-05-14 10:12:13 +0000

    databases/cego: update 2.48.23 -> 2.48.25
    
    - Performance improved for stored procedures.
      In CegoFunction, the procedure handle is now stored after first
      stored procedure call ( instead of freeing the handle and requesting
      it again with the next call )
      So for subsequent function calls, the handle is already available,
      which improves stored procedure execution time significantly.
      As a consequene, code has been added for cleanUp the handle at
      the end of the query ( object is also in use during the whole
      query with CegoDatabaseManager::useObject and must be unused by cleanup )
    - Patch added in CegoFunction to avoid useObject leaks
---
 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 006a96575f2b..545739e05fcf 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cego
-PORTVERSION=	2.48.23
+PORTVERSION=	2.48.25
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 0e821754b799..1085e0bf89bd 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682708877
-SHA256 (cego-2.48.23.tar.gz) = 77a07729c580fa208adab59df542bb8f34799df7c645c425037fb82c621fbcbd
-SIZE (cego-2.48.23.tar.gz) = 3231722
+TIMESTAMP = 1684057849
+SHA256 (cego-2.48.25.tar.gz) = 4b05717675d1442487c4f7e7b1a9ee9d5989be3b42e4741a762bc68e43c6d398
+SIZE (cego-2.48.25.tar.gz) = 3249258



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