Bug 175230 - [patch update] databases/cego 2.15.6 -> 2.15.7
Summary: [patch update] databases/cego 2.15.6 -> 2.15.7
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-12 09:20 UTC by Kurt Jaeger
Modified: 2013-01-13 08:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (940 bytes, patch)
2013-01-12 09:20 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 2013-01-12 09:20:00 UTC
	databases/cego 2.15.6 -> 2.15.7 

	Fix in CegoTransactionManager. Method commitUpdate was
	cleaned and reworked including a fix for a bufferFix leak.
	The leak occured for updates, where the virgin index has to be
	treated.

How-To-Repeat: 	-
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-01-12 11:48:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-13 08:43:06 UTC
Author: culot
Date: Sun Jan 13 08:42:58 2013
New Revision: 310308
URL: http://svnweb.freebsd.org/changeset/ports/310308

Log:
  - Update to 2.15.7
  
  Changes:	http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
  PR:		ports/175230
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Jan 13 04:44:50 2013	(r310307)
+++ head/databases/cego/Makefile	Sun Jan 13 08:42:58 2013	(r310308)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.15.6
+PORTVERSION=	2.15.7
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Jan 13 04:44:50 2013	(r310307)
+++ head/databases/cego/distinfo	Sun Jan 13 08:42:58 2013	(r310308)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.15.6.tar.gz) = f73d33b6e460a20a17389d186af384eebf31a11b791ca72408120eddfda6b090
-SIZE (cego-2.15.6.tar.gz) = 628221
+SHA256 (cego-2.15.7.tar.gz) = e03445470de035115c18b25a381c7590637ad68b0e0c7a92118a70e1e3493ed9
+SIZE (cego-2.15.7.tar.gz) = 618322
_______________________________________________
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"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-01-13 08:43:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!