Bug 186126 - [patch update] databases/cego 2.19.14 -> 2.20.1
Summary: [patch update] databases/cego 2.19.14 -> 2.20.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-26 10:50 UTC by Kurt Jaeger
Modified: 2014-02-01 12:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (946 bytes, patch)
2014-01-26 10:50 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2014-01-26 10:50:00 UTC
	databases/cego 2.19.14 -> 2.20.1

	2.20.0:

	CegoBTreeManager::deleteBTree method has been redesigned
	In case of non-unique index objects it was possible, that the
	corresponding index entry was not found, if the value was spreaded
	over several leaf nodes.

	2.20.1

	In some cases, bufferUnfix operations have not been done
	correcty, which might result in corrupted btree objects.

How-To-Repeat: 	-
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-26 10:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

wg@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Kurt Jaeger 2014-01-28 18:55:13 UTC
Hi!

Hot on the heels: 2.20.2.

---------
diff -r -u -N databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile
--- databases/cego/Makefile	2014-01-07 23:12:06.000000000 +0100
+++ /usr/home/pi/myp/databases/cego/Makefile	2014-01-28 19:34:44.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/databases/cego/Makefile 339018 2014-01-07 18:53:09Z wg $
 
 PORTNAME=	cego
-PORTVERSION=	2.19.14
+PORTVERSION=	2.20.2
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
diff -r -u -N databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo
--- databases/cego/distinfo	2014-01-07 23:12:06.000000000 +0100
+++ /usr/home/pi/myp/databases/cego/distinfo	2014-01-28 19:34:51.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (cego-2.19.14.tar.gz) = 65e59df5af7cc58aceb454385c0fc8e42ab70eb88967b0c26b929f8298fb1cca
-SIZE (cego-2.19.14.tar.gz) = 908973
+SHA256 (cego-2.20.2.tar.gz) = f9ec7c645cb6287ae969bbe63c1d10c94f4181cc16e27196765c28785b8bda9d
+SIZE (cego-2.20.2.tar.gz) = 918641
---------

-- 
pi@opsec.eu            +49 171 3101372                         6 years to go !
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2014-02-01 11:50:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-02-01 11:50:28 UTC
Author: wg
Date: Sat Feb  1 11:50:20 2014
New Revision: 342123
URL: http://svnweb.freebsd.org/changeset/ports/342123
QAT: https://qat.redports.org/buildarchive/r342123/

Log:
  databases/cego: update to 2.20.1
  
  PR:		ports/186126
  Submitted by:	maintainer

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Feb  1 11:45:23 2014	(r342122)
+++ head/databases/cego/Makefile	Sat Feb  1 11:50:20 2014	(r342123)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.19.14
+PORTVERSION=	2.20.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Feb  1 11:45:23 2014	(r342122)
+++ head/databases/cego/distinfo	Sat Feb  1 11:50:20 2014	(r342123)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.19.14.tar.gz) = 65e59df5af7cc58aceb454385c0fc8e42ab70eb88967b0c26b929f8298fb1cca
-SIZE (cego-2.19.14.tar.gz) = 908973
+SHA256 (cego-2.20.1.tar.gz) = d079976d46f23b6dcdff9c0373661a244d3b2b21fcf6858cb9715a1b389fa19e
+SIZE (cego-2.20.1.tar.gz) = 918413
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"