svn commit: r401062 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Nov 8 15:57:53 UTC 2015


Author: pi
Date: Sun Nov  8 15:57:51 2015
New Revision: 401062
URL: https://svnweb.freebsd.org/changeset/ports/401062

Log:
  databases/cego: 2.26.10 -> 2.26.11
  
  - Added more sophisticated corruption check for btrees
    ( CegoBTreeManager::verfiyBTree ), which also checks for any structure
    corructions in all btree nodes
  - Added btree check to CegoDistManager::verifyTable
  
  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 Nov  8 15:09:43 2015	(r401061)
+++ head/databases/cego/Makefile	Sun Nov  8 15:57:51 2015	(r401062)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.26.10
+PORTVERSION=	2.26.11
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Nov  8 15:09:43 2015	(r401061)
+++ head/databases/cego/distinfo	Sun Nov  8 15:57:51 2015	(r401062)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.26.10.tar.gz) = 74127f6af87ab79b52e84bae14cd249b0685555e86c6e8993e1ba7c0370df5f7
-SIZE (cego-2.26.10.tar.gz) = 1241041
+SHA256 (cego-2.26.11.tar.gz) = 057abad2cb2c4f16ac774b0bcbb7c88252a1c284a1ddda1ea927979e4e6fca5d
+SIZE (cego-2.26.11.tar.gz) = 1241526


More information about the svn-ports-all mailing list