From 8f390af4fbbe4ae8f6ebe06c9e449b449d8211d5 Mon Sep 17 00:00:00 2001 From: pi Date: Sat, 21 Jan 2017 15:10:16 +0000 Subject: 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 --- databases/cego/Makefile | 3 +-- databases/cego/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'databases') diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 6ba0a169e1d8..34a3f101d43b 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -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/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 75a90e627e49..913e53133f4c 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 -- cgit