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>
This commit is contained in:
parent
fe894a6511
commit
3961f4b443
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412452
5 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cego
|
||||
PORTVERSION= 2.29.3
|
||||
PORTVERSION= 2.30.2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lfcbase
|
||||
PORTVERSION= 1.8.0
|
||||
PORTVERSION= 1.8.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue