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: -
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!