svn commit: r437530 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Apr 2 08:01:54 UTC 2017


Author: pi
Date: Sun Apr  2 08:01:52 2017
New Revision: 437530
URL: https://svnweb.freebsd.org/changeset/ports/437530

Log:
  databases/cego: update 2.33.3 -> 2.33.4
  
  - Fix in CegoTableManager::insertDataTable, the newRBEntry method
    call for the transactions manager also must be catched by the
    exception. Otherwise, the index might be corrupted if any exception
    occur ( e.g. out of temp space )
  
  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	Sun Apr  2 07:59:11 2017	(r437529)
+++ head/databases/cego/Makefile	Sun Apr  2 08:01:52 2017	(r437530)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.3
+PORTVERSION=	2.33.4
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Apr  2 07:59:11 2017	(r437529)
+++ head/databases/cego/distinfo	Sun Apr  2 08:01:52 2017	(r437530)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491030580
-SHA256 (cego-2.33.3.tar.gz) = 8e8a7ca08ca3d20624301aca7342a337980eae6c108923a1aae2535de80483e6
-SIZE (cego-2.33.3.tar.gz) = 1399958
+TIMESTAMP = 1491119071
+SHA256 (cego-2.33.4.tar.gz) = e6fdc4ad3939e3d3d28684d4c5d34fab93ac2e7e8bc822c2d885104a6d5a83c5
+SIZE (cego-2.33.4.tar.gz) = 1399969


More information about the svn-ports-head mailing list