From owner-svn-ports-head@freebsd.org Mon Oct 30 19:36:55 2017 Return-Path: Delivered-To: svn-ports-head@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 7762EE64607; Mon, 30 Oct 2017 19:36:55 +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 454F86F574; Mon, 30 Oct 2017 19:36:55 +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 v9UJasNj033988; Mon, 30 Oct 2017 19:36:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9UJasLn033986; Mon, 30 Oct 2017 19:36:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201710301936.v9UJasLn033986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 30 Oct 2017 19:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453209 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 453209 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.23 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: Mon, 30 Oct 2017 19:36:55 -0000 Author: pi Date: Mon Oct 30 19:36:54 2017 New Revision: 453209 URL: https://svnweb.freebsd.org/changeset/ports/453209 Log: databases/cego: update 2.36.1 -> 2.36.2 - Fix in CegoFactor::setFieldListArray, the _flaCached variable has to be set to false, if _pFLA is set to a different value. Otherwise, we might refer to invalid memory, which results in core dump Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Mon Oct 30 19:35:18 2017 (r453208) +++ head/databases/cego/Makefile Mon Oct 30 19:36:54 2017 (r453209) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.36.1 +PORTVERSION= 2.36.2 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Mon Oct 30 19:35:18 2017 (r453208) +++ head/databases/cego/distinfo Mon Oct 30 19:36:54 2017 (r453209) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507113224 -SHA256 (cego-2.36.1.tar.gz) = 7cd2dff6d4a00312ad201cb94904396c5ac6ff112a78df35e675bddf4ae09b5d -SIZE (cego-2.36.1.tar.gz) = 1416502 +TIMESTAMP = 1509390874 +SHA256 (cego-2.36.2.tar.gz) = 57ac1c2e099ce003c16b03f4ca4f0e757b47da9800bab017d47adde73ac3d563 +SIZE (cego-2.36.2.tar.gz) = 1416561