aboutsummaryrefslogtreecommitdiff
path: root/databases/cegobridge
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-02-06 15:59:38 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-02-06 15:59:38 +0000
commit8d767d9eba684d1ba2abd7abac0c0a7b5ace85b0 (patch)
tree4417b3f8b529b510e6630c1887c4cadf17814a60 /databases/cegobridge
parent756755faa14eb59bdbe9b011f932b6ef7d856457 (diff)
downloadports-8d767d9eba684d1ba2abd7abac0c0a7b5ace85b0.tar.gz
ports-8d767d9eba684d1ba2abd7abac0c0a7b5ace85b0.zip
devel/lfcbase: 1.7.0 -> 1.7.2
databases/cego: 2.28.3 -> 2.29.1 databases/cegobridge: 1.1.1 -> 1.1.2 Please note: Updating cego databases needs an export/import cycle for 2.28 -> 2.29 lfcbase: - Fix in Datetime.cc, added include config.h, otherwiese the local implementation of strptime ist used. This should just be done, if the system API does not provide this call ( e.g. MINGW ) . - Memory leak fixed in File::readLine cego: - Started with clob datatype implementation - Fix in CegoSelect constructor, _cacheEnabled var was not initialized in the decoding constructor, which might lead to core dumps in case of recovery of complex with enabled querycache Fix in CegoAdminThread constructor, disableAuth method for TableManger called, otherwise tableset recovery might fail with auth error - Required network protocol expansions done for clob handling (putclob, getclob, delclob) - More work on clob handling. A fix was done for update operations on clob values in CegoTableManager::updateTuple method. Before updating the tuple, all clob references must be cloned, otherwise in case of untouched clobs, references are invalid. This approach is brute force, better would be, to stay on the untouched clob references. But in terms of transaction and recovery handling, this is not trivial - Very long strings are handled now in CegoAction and CegoClient to also parse large clob values - Modification in cgclt for raw mode, Now just plain data is listed, with the command line option --raw=X, a separator token can be setup as a column separator cegobridge: - fix build problem Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Notes
Notes: svn path=/head/; revision=408300
Diffstat (limited to 'databases/cegobridge')
-rw-r--r--databases/cegobridge/Makefile2
-rw-r--r--databases/cegobridge/distinfo4
-rw-r--r--databases/cegobridge/files/patch-samples_Makefile.in11
3 files changed, 3 insertions, 14 deletions
diff --git a/databases/cegobridge/Makefile b/databases/cegobridge/Makefile
index ff3b8670a875..8a1944a48608 100644
--- a/databases/cegobridge/Makefile
+++ b/databases/cegobridge/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cegobridge
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cegobridge/distinfo b/databases/cegobridge/distinfo
index 7e07479ebe0e..3e337317128e 100644
--- a/databases/cegobridge/distinfo
+++ b/databases/cegobridge/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cegobridge-1.1.1.tar.gz) = 3668bf9d705d4e2c779014dbc5657db16964f4c73bd582a0230fb7837b365d00
-SIZE (cegobridge-1.1.1.tar.gz) = 557463
+SHA256 (cegobridge-1.1.2.tar.gz) = 117922e147fca49ee498e558c7f88182448a6dc7b5a2023c3c718bfb1be8ea8d
+SIZE (cegobridge-1.1.2.tar.gz) = 962307
diff --git a/databases/cegobridge/files/patch-samples_Makefile.in b/databases/cegobridge/files/patch-samples_Makefile.in
deleted file mode 100644
index 083a420700c6..000000000000
--- a/databases/cegobridge/files/patch-samples_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- samples/Makefile.in.orig 2016-01-12 08:48:10 UTC
-+++ samples/Makefile.in
-@@ -802,7 +802,7 @@ uninstall-am:
- uninstall uninstall-am
-
-
--export BUILDDIR = @abs_top_builddir@
-+# export BUILDDIR = @abs_top_builddir@
-
- .NOTPARALLEL:
-