summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-04-03 07:52:02 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-04-03 07:52:02 +0000
commit3961f4b443419496d9387ba254846cef94e16880 (patch)
tree6cda363ddd334646c1ad71a2b41900bc9ff4d412
parentsecurity/tls-check: seperate TEST_DEPENDS from other DEPENDS (diff)
devel/lfcbase: 1.8.0 -> 1.8.1
databases/cego: 2.29.3 -> 2.30.2 Changes: - Fix in CegoAction and CegoDbHandler to handle query abort requests correctly ( initiated by cgadm via abort db thread command ) - Fix in CegoDistCursor for query plan calculation ( join objects ) - Fix in CegoAdminThreadPool and CegoLogThreadPool for thread load calculation - Major change for tablecache and querycache management, for both dedicated tableset entries are managed. Cache enabling, cache size and num entries can be controlled now on tableset level. - Fixes for date format handling. The format string whihc is specified for the server is also used now for client formatting. This results in some network protocol fixes for serial but also xml network protocol. - Changed default protocol from xml to serial. Date format handling completely implemented Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Notes
Notes: svn path=/head/; revision=412452
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo4
-rw-r--r--devel/lfcbase/Makefile2
-rw-r--r--devel/lfcbase/distinfo4
-rw-r--r--devel/lfcbase/pkg-plist1
5 files changed, 7 insertions, 6 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 2717530402fd..e1d85ebaa53c 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.29.3
+PORTVERSION= 2.30.2
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 670c231e4d9d..bb97c20126e7 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cego-2.29.3.tar.gz) = 2237b0ce55217dd14874f4e7f2fb71d0806e179c5359fd999f368dba0e336aea
-SIZE (cego-2.29.3.tar.gz) = 1366180
+SHA256 (cego-2.30.2.tar.gz) = 12ecbc329695e6dd5bbda8edb66babf2ce2bb02ab2f82f1ae7ce3d99816d209b
+SIZE (cego-2.30.2.tar.gz) = 1366964
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile
index 9fd89c3845cc..239d1d234201 100644
--- a/devel/lfcbase/Makefile
+++ b/devel/lfcbase/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lfcbase
-PORTVERSION= 1.8.0
+PORTVERSION= 1.8.1
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo
index a15aadaf9e7d..c86c8977441c 100644
--- a/devel/lfcbase/distinfo
+++ b/devel/lfcbase/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lfcbase-1.8.0.tar.gz) = 9aa8b3e3be5dcac55be7e1fd8774143bce66cb6ef807aa9201c71099117dcc0d
-SIZE (lfcbase-1.8.0.tar.gz) = 594802
+SHA256 (lfcbase-1.8.1.tar.gz) = af86f88ae99af3c8ebdc7d8855c1bd219884a4a8b801e3de678103532a220ac1
+SIZE (lfcbase-1.8.1.tar.gz) = 594704
diff --git a/devel/lfcbase/pkg-plist b/devel/lfcbase/pkg-plist
index d00f3549518e..f2b2742a5b2d 100644
--- a/devel/lfcbase/pkg-plist
+++ b/devel/lfcbase/pkg-plist
@@ -27,6 +27,7 @@ include/lfcbase/SharedMemory.h
include/lfcbase/SigHandler.h
include/lfcbase/Sleeper.h
include/lfcbase/StackT.h
+include/lfcbase/TextIndex.h
include/lfcbase/Thread.h
include/lfcbase/ThreadLock.h
include/lfcbase/Timer.h