svn commit: r446004 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Jul 16 13:47:22 UTC 2017


Author: pi
Date: Sun Jul 16 13:47:20 2017
New Revision: 446004
URL: https://svnweb.freebsd.org/changeset/ports/446004

Log:
  databases/cego: update 2.33.18 -> 2.33.19
  
  - Fix in CegoOrderSpace::insertTuple, for the localTuple variable,
    also a dedicated copy has to be allocated, otherwise it may happen
    that invalid tuple references ( caused be page relocation ) lead
    to invalid order results
  - Added performance optimization to CegoTableManager::updateTuple.
    The already evaluated index, key and checklist are also provided
    to checkIntegrity method now ( instead of retrieving the lists again).
    The improves performance for updates with many tuples significantly
  
  Submitted by:	Bjoern Lemke <lemke at lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Jul 16 13:38:32 2017	(r446003)
+++ head/databases/cego/Makefile	Sun Jul 16 13:47:20 2017	(r446004)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.18
+PORTVERSION=	2.33.19
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Jul 16 13:38:32 2017	(r446003)
+++ head/databases/cego/distinfo	Sun Jul 16 13:47:20 2017	(r446004)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499977796
-SHA256 (cego-2.33.18.tar.gz) = d897a59fae19d88ea371e7a917ddf9ed5638e1550c871439827d662a3721490d
-SIZE (cego-2.33.18.tar.gz) = 1407615
+TIMESTAMP = 1500212451
+SHA256 (cego-2.33.19.tar.gz) = 32d81bd0e17da60818ebbddbb0d8addc919108f25173e07565a789c9a49bdeb7
+SIZE (cego-2.33.19.tar.gz) = 1408091


More information about the svn-ports-all mailing list