svn commit: r432049 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Jan 21 15:10:17 UTC 2017


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 at 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


More information about the svn-ports-all mailing list