svn commit: r463738 - head/databases/cego
Kurt Jaeger
pi at FreeBSD.org
Tue Mar 6 18:26:50 UTC 2018
Author: pi
Date: Tue Mar 6 18:26:49 2018
New Revision: 463738
URL: https://svnweb.freebsd.org/changeset/ports/463738
Log:
databases/cego: update 2.39.4 -> 2.39.5
- Bug fix in CegoAction::reallocateStringBuf, in the memcpy call,
just the previous stringBufLen has to be copied ( _stringBufLen -
MAXSTRINGLEN ). This bug might lead to seg fault in case of large
parser input ( e.g. clob strings )
- In CegoQuery for insert and insert-by-select case, allocated blob
and clob data ( by CegoQueryHelper::prepareFieldValue ) is cleaned
now if any exception occurs
Submitted by: Bjoern Lemke <lemke at lemke-it.com>
Modified:
head/databases/cego/Makefile
head/databases/cego/distinfo
Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile Tue Mar 6 18:21:52 2018 (r463737)
+++ head/databases/cego/Makefile Tue Mar 6 18:26:49 2018 (r463738)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.39.4
+PORTVERSION= 2.39.5
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo Tue Mar 6 18:21:52 2018 (r463737)
+++ head/databases/cego/distinfo Tue Mar 6 18:26:49 2018 (r463738)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520281284
-SHA256 (cego-2.39.4.tar.gz) = 3c10b662a9dfe3ebdb5939b552a789d14408f5292a7ad3052a64fb2ca62d34f0
-SIZE (cego-2.39.4.tar.gz) = 1674701
+TIMESTAMP = 1520351789
+SHA256 (cego-2.39.5.tar.gz) = 500bd0fd86301a89429307c9c69029fd3841b072083e2064fdc5d3f1b2b9b811
+SIZE (cego-2.39.5.tar.gz) = 1673962
More information about the svn-ports-all
mailing list