From owner-svn-ports-all@freebsd.org Sat Jun 4 06:31:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A148AB69A41; Sat, 4 Jun 2016 06:31: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 mx1.freebsd.org (Postfix) with ESMTPS id 739091DBC; Sat, 4 Jun 2016 06:31: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 u546VGI3008725; Sat, 4 Jun 2016 06:31:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u546VGmT008723; Sat, 4 Jun 2016 06:31:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606040631.u546VGmT008723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 4 Jun 2016 06:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416345 - head/databases/cego X-SVN-Group: ports-head 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.22 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, 04 Jun 2016 06:31:17 -0000 Author: pi Date: Sat Jun 4 06:31:16 2016 New Revision: 416345 URL: https://svnweb.freebsd.org/changeset/ports/416345 Log: databases/cego: 2.30.5 -> 2.30.6 The following query can cause a core dump create table t1(a string(100)); insert into t1 values ( 'Hugo Habicht'); insert into t1 values ( 'Kim Kaiser'); select substr(a, 1, getpos(a, ' ')) from t1; For return value length evaluation, the method CegoFieldValue::asInteger is called on a null value which causes the dump. A fix has been added, so the method returns a value of 0 in case of null values. Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Jun 4 04:55:45 2016 (r416344) +++ head/databases/cego/Makefile Sat Jun 4 06:31:16 2016 (r416345) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.5 +PORTVERSION= 2.30.6 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Jun 4 04:55:45 2016 (r416344) +++ head/databases/cego/distinfo Sat Jun 4 06:31:16 2016 (r416345) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463386167 -SHA256 (cego-2.30.5.tar.gz) = 470bc8f01b09ab1b9ffe06e10081e6e5c5847ff6c2554f06a5b557564fd654cb -SIZE (cego-2.30.5.tar.gz) = 1381414 +TIMESTAMP = 1465021663 +SHA256 (cego-2.30.6.tar.gz) = bdf181176628fff821f64d0b690446488ae22b1323c9ec363b4d6bcc868e186c +SIZE (cego-2.30.6.tar.gz) = 1396776