Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2005 01:08:23 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79841: [MAINTAINER] databases/db41: fix data corruption (recovery failures)
Message-ID:  <E1DLUUZ-000DFp-RF@libertas.emma.line.org>
Resent-Message-ID: <200504122310.j3CNAPdu018423@freefall.freebsd.org>

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

>Number:         79841
>Category:       ports
>Synopsis:       [MAINTAINER] databases/db41: fix data corruption (recovery failures)
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 12 23:10:24 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.11-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.11-RELEASE-p2 FreeBSD 4.11-RELEASE-p2 #19: Tue Apr  5 19:32:32 CEST
>Description:
Add patch.4.1.25.2 to fix these bugs, quoting SleepyCat
<http://www.sleepycat.com/update/4.1.25/patch.4.1.25.html>:

# Applications with largely dirty caches could see performance problems in the
  cache allocation code.
# Environment recovery could fail after the failure of a database open.
# Catastrophic environment recovery could fail after a normal recovery
  performed when sections of the database environment log only contained
  database open/close pairs.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- db41-4.1.25_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/db41/Makefile /root/ports/databases/db41/Makefile
--- /usr/ports/databases/db41/Makefile	Wed Apr 13 00:39:24 2005
+++ /root/ports/databases/db41/Makefile	Wed Apr 13 01:03:02 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	db41
 PORTVERSION=	4.1.25
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases
 MASTER_SITES=	http://downloads.sleepycat.com/
 PKGNAMESUFFIX?=
@@ -15,7 +15,7 @@
 DIST_SUBDIR=	bdb
 
 PATCH_SITES=	http://www.sleepycat.com/update/${PORTVERSION}/
-PATCHFILES=	patch.${PORTVERSION}.1
+PATCHFILES=	patch.${PORTVERSION}.1 patch.${PORTVERSION}.2
 PATCH_DIST_STRIP=	-d ${WRKDIR}/${DISTNAME}
 
 MAINTAINER=	matthias.andree@gmx.de
diff -ruN --exclude=CVS /usr/ports/databases/db41/distinfo /root/ports/databases/db41/distinfo
--- /usr/ports/databases/db41/distinfo	Sat Mar 20 03:09:29 2004
+++ /root/ports/databases/db41/distinfo	Wed Apr 13 00:44:31 2005
@@ -2,3 +2,5 @@
 SIZE (bdb/db-4.1.25.tar.gz) = 3080234
 MD5 (bdb/patch.4.1.25.1) = 1e073d12cd89f9345e281ca07368f74b
 SIZE (bdb/patch.4.1.25.1) = 610
+MD5 (bdb/patch.4.1.25.2) = 5eedc6818783b4b89317d89d2babb6f7
+SIZE (bdb/patch.4.1.25.2) = 18100
--- db41-4.1.25_3.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DLUUZ-000DFp-RF>