diff options
author | pi <pi@FreeBSD.org> | 2017-11-02 01:42:34 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-11-02 01:42:34 +0800 |
commit | c07bd821222dc9a36a208dbc2ae06f2b40c029f6 (patch) | |
tree | f899fad346196d06a388ebb4bef30ce671140a97 /databases/cego | |
parent | e680b24ac9abe86e28c9eafe1501ab25a6f72d0d (diff) | |
download | freebsd-ports-gnome-c07bd821222dc9a36a208dbc2ae06f2b40c029f6.tar.gz freebsd-ports-gnome-c07bd821222dc9a36a208dbc2ae06f2b40c029f6.tar.zst freebsd-ports-gnome-c07bd821222dc9a36a208dbc2ae06f2b40c029f6.zip |
devel/lfcbase: update 1.10.1 -> 1.10.2
databases/cego: update 2.36.3 -> 2.36.4
databases/cegobridge: update 1.1.5 -> 1.1.6
cego:
- Fix in CegoSelect::nextTuple, before adding an entry to the query
cache, it has to be checked, if any tables from foreign tableset
are referenced in the query. If so, no cache entry is made, since
table changes for foreign tables are not detected.
- Improved error messages for invalid database objects
- Decreased shutdown delay time by reducing net delays for all
thread pools and optimized mediator thread wait procedure
- Completely removed the nologging option for import actions.
Logging is disabled in any case now.
- Optimization added for log handling. During ( xml ) import,
logging is completely deactivated, after import is completed,
log is started again and a checkpoint is written.
Since import can be repeated in case of a system during import,
nothing gets lost. Deactivating logging increases import speed and
avoids side effects
cegobridge:
- Speed up imports by changing the way the parser reads the input
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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index ba6abd835ea5..c16a735bfc02 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.36.3 +PORTVERSION= 2.36.4 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 3df996b0d77e..03a3cdda933e 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509463380 -SHA256 (cego-2.36.3.tar.gz) = a89b21e35fc98e5b70c2cf6c01b9e3bde9577c55f79a86c7f82c95f601cee3a3 -SIZE (cego-2.36.3.tar.gz) = 1417002 +TIMESTAMP = 1509556204 +SHA256 (cego-2.36.4.tar.gz) = 606cc3cb9d7fe144487099dc8030f6e9f6aea3c541c850dd978bd0bd207444c1 +SIZE (cego-2.36.4.tar.gz) = 1416731 |