diff options
author | pi <pi@FreeBSD.org> | 2016-02-06 23:59:38 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-02-06 23:59:38 +0800 |
commit | 3f011772db9e4f63505237b846fbc75b415db768 (patch) | |
tree | 4417b3f8b529b510e6630c1887c4cadf17814a60 | |
parent | 60b577cb684ba54bd770751b4e50367fea2b8e89 (diff) | |
download | freebsd-ports-gnome-3f011772db9e4f63505237b846fbc75b415db768.tar.gz freebsd-ports-gnome-3f011772db9e4f63505237b846fbc75b415db768.tar.zst freebsd-ports-gnome-3f011772db9e4f63505237b846fbc75b415db768.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>
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 | ||||
-rw-r--r-- | databases/cego/pkg-plist | 1 | ||||
-rw-r--r-- | databases/cegobridge/Makefile | 2 | ||||
-rw-r--r-- | databases/cegobridge/distinfo | 4 | ||||
-rw-r--r-- | databases/cegobridge/files/patch-samples_Makefile.in | 11 | ||||
-rw-r--r-- | devel/lfcbase/Makefile | 3 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 4 | ||||
-rw-r--r-- | devel/lfcbase/files/patch-src_Datetime.cc | 11 |
9 files changed, 10 insertions, 32 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 4d7beaccabee..3a5e6752b79d 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.28.3 +PORTVERSION= 2.29.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 58a9395df60c..2b8dd22b2b46 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.28.3.tar.gz) = fbe9c14d0c4bc8dcf972df37fca3c861ac67a13a5d7d252df779dbbf6e66df4c -SIZE (cego-2.28.3.tar.gz) = 1356439 +SHA256 (cego-2.29.1.tar.gz) = 1549e6a19b8339582792d5f14fb47e37d2a6640e46d92641e62905ac0ef631df +SIZE (cego-2.29.1.tar.gz) = 1365783 diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist index f6fb1140ee76..6b3e147d62c9 100644 --- a/databases/cego/pkg-plist +++ b/databases/cego/pkg-plist @@ -34,6 +34,7 @@ include/cego/CegoBufferPoolEntry.h include/cego/CegoCaseCond.h include/cego/CegoCheckObject.h include/cego/CegoCheckpoint.h +include/cego/CegoClob.h include/cego/CegoComparison.h include/cego/CegoCondDesc.h include/cego/CegoContentObject.h 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: - diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 685b143af9bf..1cb8bd388329 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTVERSION= 1.7.2 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 0f01d9134b5e..719c8338a445 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,2 +1,2 @@ -SHA256 (lfcbase-1.7.0.tar.gz) = 79d2b07d8d2a76b811e7ce2a80bc717c58b77e8751d97bb3c8b1d7f397b6ffd1 -SIZE (lfcbase-1.7.0.tar.gz) = 610085 +SHA256 (lfcbase-1.7.2.tar.gz) = ac1327d6c5fc12d4a1aa7e78f9a6708bbb1f27a7bd12c89c59611adc051c67d6 +SIZE (lfcbase-1.7.2.tar.gz) = 586240 diff --git a/devel/lfcbase/files/patch-src_Datetime.cc b/devel/lfcbase/files/patch-src_Datetime.cc deleted file mode 100644 index d36a9ffd904a..000000000000 --- a/devel/lfcbase/files/patch-src_Datetime.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Datetime.cc.orig 2016-01-17 13:59:22 UTC -+++ src/Datetime.cc -@@ -17,6 +17,8 @@ - // Status: IMPLEMENTED - /////////////////////////////////////////////////////////////////////////////// - -+#include <config.h> -+ - #ifndef HAVE_STRPTIME - #include "strptime.c" - #endif |