From owner-svn-ports-all@freebsd.org Sat Feb 24 19:09:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03BA8F0494E; Sat, 24 Feb 2018 19:09:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5D1271FAF; Sat, 24 Feb 2018 19:09:17 +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 A0B1E29978; Sat, 24 Feb 2018 19:09:17 +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 w1OJ9H6d039000; Sat, 24 Feb 2018 19:09:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1OJ9HdQ038998; Sat, 24 Feb 2018 19:09:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802241909.w1OJ9HdQ038998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 24 Feb 2018 19:09:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462859 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 462859 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 19:09:18 -0000 Author: pi Date: Sat Feb 24 19:09:17 2018 New Revision: 462859 URL: https://svnweb.freebsd.org/changeset/ports/462859 Log: databases/cego: 2.38.19 -> 2.38.20 - For heavy update operations on tables with btrees using embedding transactions, duplicate btree errors may occur. This is caused by not checking corresponding tuple states. To solve this problem, the following fixes have been done : o Fix in CegoTableManager::checkBTreeIntegrity : The tuple state for found entries has to be checked if state = COMMITTED o Fix in CegoBTreeNode:checkForAffected ( was checkForDeleted before ) : The tuple state has already checked for state INSERTED if tid != dataTid Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Feb 24 19:08:19 2018 (r462858) +++ head/databases/cego/Makefile Sat Feb 24 19:09:17 2018 (r462859) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.19 +PORTVERSION= 2.38.20 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Feb 24 19:08:19 2018 (r462858) +++ head/databases/cego/distinfo Sat Feb 24 19:09:17 2018 (r462859) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518552352 -SHA256 (cego-2.38.19.tar.gz) = e7edd61705b5163d63ae3f88ac3646bd802588119ee55df0b5f6512ab98ad1f0 -SIZE (cego-2.38.19.tar.gz) = 1667567 +TIMESTAMP = 1519312089 +SHA256 (cego-2.38.20.tar.gz) = a2264edc988e27bc58653ffa4e3c2aa63454825dc4c1b8d8947e7a8c76e5c8ff +SIZE (cego-2.38.20.tar.gz) = 1667911