Date: Thu, 29 Jun 2017 05:38:13 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444621 - head/databases/cego Message-ID: <201706290538.v5T5cDki021909@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jun 29 05:38:13 2017 New Revision: 444621 URL: https://svnweb.freebsd.org/changeset/ports/444621 Log: databases/cego: update 2.33.14 -> 2.33.16 - Completion for admin help backup section, some commands were still missing Improvements for procedure indent formatting. All sugar, nothing functional - Fix in CegoAction::execute, missing break added after calling execListView - Fix in CegoQueryHelper::evalPredicate. In case of subselects, the parent join buf also has to reset after performing the subselect, otherwise invalid pointer references are still active for the next caller - Seg faults have been experienced for delete with double nested subselect conditions ( see check055 ) Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Thu Jun 29 03:33:13 2017 (r444620) +++ head/databases/cego/Makefile Thu Jun 29 05:38:13 2017 (r444621) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.14 -PORTREVISION= 1 +PORTVERSION= 2.33.16 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Thu Jun 29 03:33:13 2017 (r444620) +++ head/databases/cego/distinfo Thu Jun 29 05:38:13 2017 (r444621) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496513315 -SHA256 (cego-2.33.14.tar.gz) = f9dd63c30feb446fd5246a7e382f08a8165f91b37c18d7655906459ca4bc187a -SIZE (cego-2.33.14.tar.gz) = 1408782 +TIMESTAMP = 1498713568 +SHA256 (cego-2.33.16.tar.gz) = c85937f08d947f84b6f5cee292e438b412c6e41503302005ceb0c1f9d6d2e771 +SIZE (cego-2.33.16.tar.gz) = 1410093
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706290538.v5T5cDki021909>