From owner-svn-ports-head@freebsd.org Sun Nov 24 17:29:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 090BA1B51C1; Sun, 24 Nov 2019 17:29:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Lcbt6Vzyz4FcW; Sun, 24 Nov 2019 17:29:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2B1727793; Sun, 24 Nov 2019 17:29:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAOHTUFC025472; Sun, 24 Nov 2019 17:29:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAOHTUbR025470; Sun, 24 Nov 2019 17:29:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201911241729.xAOHTUbR025470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 24 Nov 2019 17:29:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518340 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 518340 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2019 17:29:31 -0000 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 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