diff options
author | pi <pi@FreeBSD.org> | 2016-04-03 15:52:02 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-04-03 15:52:02 +0800 |
commit | f13e4933db1cd0b07b8fb095a8cf74cf161068d5 (patch) | |
tree | 6cda363ddd334646c1ad71a2b41900bc9ff4d412 /databases/cego | |
parent | 6c2c2fa343736f2bc5328444dd8c73e8f57fe4b0 (diff) | |
download | freebsd-ports-gnome-f13e4933db1cd0b07b8fb095a8cf74cf161068d5.tar.gz freebsd-ports-gnome-f13e4933db1cd0b07b8fb095a8cf74cf161068d5.tar.zst freebsd-ports-gnome-f13e4933db1cd0b07b8fb095a8cf74cf161068d5.zip |
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>
Diffstat (limited to 'databases/cego')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 |
2 files changed, 3 insertions, 3 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 |