Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2017 19:36:54 +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: r453209 - head/databases/cego
Message-ID:  <201710301936.v9UJasLn033986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lemke@lemke-it.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710301936.v9UJasLn033986>