Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 09:50:43 +0200
From:      Kurt Jaeger <fbsd-ports@opsec.eu>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        lemke@lemke-it.com
Subject:   ports/178233: [patch update] databases/cego 2.17.8 -> 2.17.9
Message-ID:  <E1UWirD-0002hz-Aa@fa9.opsec.eu>
Resent-Message-ID: <201304290800.r3T800U0079164@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178233
>Category:       ports
>Synopsis:       [patch update] databases/cego 2.17.8 -> 2.17.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 29 08:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	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:
	-
>Fix:

diff -r -u databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile
--- databases/cego/Makefile	2013-04-17 23:24:12.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/Makefile	2013-04-29 09:41:43.000000000 +0200
@@ -2,7 +2,7 @@
 # $FreeBSD: head/databases/cego/Makefile 315935 2013-04-17 07:02:10Z culot $
 
 PORTNAME=	cego
-PORTVERSION=	2.17.8
+PORTVERSION=	2.17.9
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
diff -r -u databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo
--- databases/cego/distinfo	2013-04-17 23:24:12.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/distinfo	2013-04-29 09:41:47.000000000 +0200
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UWirD-0002hz-Aa>