svn commit: r518340 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Nov 24 17:29:31 UTC 2019


Author: pi
Date: Sun Nov 24 17:29:30 2019
New Revision: 518340
URL: https://svnweb.freebsd.org/changeset/ports/518340

Log:
  databases/cego: upgrade 2.45.6 -> 2.45.8
  
  - Fix in CegoSelect::setVIewCond, a view condition id has to be
    calculated which is later used for getQueryId(). Otherwise, wrong
    query cache entries are used in case of views with outer conditions
  - Added method CegoBTreeNode::verifyLeafFull for full btree
    verification in a sense, that each btree value is compared with the
    corresponding table data entry via datapointer reference
  - Improvement in CegoAdmAction for input handling. Used the same
    methods for nextChar and friends as in CegoAction
  - In CegoXMLSpace, changed access methods for mediator, primary and
    secondary in a way, that the default value ist the current hostname.
    In this case, no attribute values are set up. This reduces complexity
    and avoids to change the entries manually, if the hostname changes
    (do not edit the database xml without any deeper knowledge).
  
  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 Nov 24 17:25:15 2019	(r518339)
+++ head/databases/cego/Makefile	Sun Nov 24 17:29:30 2019	(r518340)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.45.6
+PORTVERSION=	2.45.8
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Nov 24 17:25:15 2019	(r518339)
+++ head/databases/cego/distinfo	Sun Nov 24 17:29:30 2019	(r518340)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566148224
-SHA256 (cego-2.45.6.tar.gz) = 26f8dd30125b2c6b6ef6ee1de6caedad70c3cc6fd39e863bd33507cf68e8e510
-SIZE (cego-2.45.6.tar.gz) = 3151320
+TIMESTAMP = 1574601461
+SHA256 (cego-2.45.8.tar.gz) = c773afb42fbf0b2fa37f36fe10fb68b356da5fbebd02372ac5c7503adb615b9a
+SIZE (cego-2.45.8.tar.gz) = 3152912


More information about the svn-ports-all mailing list