Bug 178233 - [patch update] databases/cego 2.17.8 -> 2.17.9
Summary: [patch update] databases/cego 2.17.8 -> 2.17.9
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-04-29 09:00 UTC by Kurt Jaeger
Modified: 2013-04-29 19:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (940 bytes, patch)
2013-04-29 09:00 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-04-29 09:00:00 UTC
	databases/cego 2.17.8 -> 2.17.9
	Fix in CegoTableManager::insertDataTable
	Since rollback data was written immediate after insert, In
	case of aborted transaction ( e.g. constraint violation ),
	rollback entries might be invalid and could lead to database
	crash and corruption.

	The transaction rollback actions and log actions have been moved
	to the very end of the method.

How-To-Repeat: 	-
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-04-29 10:32:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-29 19:08:06 UTC
Author: culot
Date: Mon Apr 29 18:07:59 2013
New Revision: 316835
URL: http://svnweb.freebsd.org/changeset/ports/316835

Log:
  - Update to 2.17.9
  
  Changes:	http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en
  PR:		ports/178233
  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	Mon Apr 29 17:53:34 2013	(r316834)
+++ head/databases/cego/Makefile	Mon Apr 29 18:07:59 2013	(r316835)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.17.8
+PORTVERSION=	2.17.9
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Mon Apr 29 17:53:34 2013	(r316834)
+++ head/databases/cego/distinfo	Mon Apr 29 18:07:59 2013	(r316835)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.17.8.tar.gz) = e29267ed4b7177ebe154a310e5e578224a710fa63dfbf0fd8feb81559081f55a
-SIZE (cego-2.17.8.tar.gz) = 632811
+SHA256 (cego-2.17.9.tar.gz) = d1b6fe9316a572997219255fcac69447301f12706532cdbdacf152a6dfc5242e
+SIZE (cego-2.17.9.tar.gz) = 633478
_______________________________________________
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-04-29 19:08:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!