svn commit: r418597 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Fri Jul 15 17:34:39 UTC 2016


Author: pi
Date: Fri Jul 15 17:34:38 2016
New Revision: 418597
URL: https://svnweb.freebsd.org/changeset/ports/418597

Log:
  databases/cego: 2.30.15 -> 2.30.17
  
  - Fixed for point-in-time recovery, Date format handling was not
    done correectly
  - Elimination of BUFFERPOOLHASHKEY. The bufferpool position is now
    calculated based on the page offset of the corresponding datafile
    ( this information is provided by CegoFileHandler::getRegPageOffset )
    This leads to a much better distribution and usage of the available
    buffer pool pages
  - Fix in CegoTableManager::createBTree, the creation of the btree object
    must be done in a dedicated exception block, otherwise the btree
    object is dropped, if it already exists.
  
  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	Fri Jul 15 17:32:53 2016	(r418596)
+++ head/databases/cego/Makefile	Fri Jul 15 17:34:38 2016	(r418597)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.30.15
+PORTVERSION=	2.30.17
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri Jul 15 17:32:53 2016	(r418596)
+++ head/databases/cego/distinfo	Fri Jul 15 17:34:38 2016	(r418597)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468153274
-SHA256 (cego-2.30.15.tar.gz) = 8a4bc18a1734fd3871a79f9492ee9466cf9facdcc00dc35afa9e7277a4d3634c
-SIZE (cego-2.30.15.tar.gz) = 1409377
+TIMESTAMP = 1468559487
+SHA256 (cego-2.30.17.tar.gz) = 6d398d23238b4e12f803afea594d21d94bc6a92a4957d8410598d2f389806c3d
+SIZE (cego-2.30.17.tar.gz) = 1402038


More information about the svn-ports-all mailing list