Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 15:10:16 +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: r432049 - head/databases/cego
Message-ID:  <201701211510.v0LFAGr7084902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Jan 21 15:10:16 2017
New Revision: 432049
URL: https://svnweb.freebsd.org/changeset/ports/432049

Log:
  databases/cego: update 2.32.6 -> 2.32.7
  
  - Fix in CegoFileHandler::releaseFiles.
    _tabSetId and _isReg vars have to be set to zero/false in any case.
    Otherwise, it might happen that old entries are still visible and in case
    of a tableset recreation obsolete file handle information is provided
  - Method CegoTransactionManager::hasOpenTransaction added to check for open
    transaction for a spedific table. This method is called now before a table
    can be dropped to ensure there are no open transaction for this table.
  
  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	Sat Jan 21 15:09:45 2017	(r432048)
+++ head/databases/cego/Makefile	Sat Jan 21 15:10:16 2017	(r432049)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.32.6
-PORTREVISION=	1
+PORTVERSION=	2.32.7
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Jan 21 15:09:45 2017	(r432048)
+++ head/databases/cego/distinfo	Sat Jan 21 15:10:16 2017	(r432049)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483555919
-SHA256 (cego-2.32.6.tar.gz) = 0393724a60e06e0726a2797ed3ada0c41cc539dd5e78069ea8238090f2fc86ab
-SIZE (cego-2.32.6.tar.gz) = 1395827
+TIMESTAMP = 1485007820
+SHA256 (cego-2.32.7.tar.gz) = a8bf731e8e04c7fc174ea012e3c86639f1bbad40acc6361314242439d360ad29
+SIZE (cego-2.32.7.tar.gz) = 1396028



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