From matthias.andree@gmx.de  Tue Apr 12 23:08:32 2005
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A26DC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Apr 2005 23:08:32 +0000 (GMT)
Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.e-technik.Uni-Dortmund.DE [129.217.163.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 94AA043D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Apr 2005 23:08:31 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: from localhost (localhost [127.0.0.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id A50DE44004
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Apr 2005 01:08:30 +0200 (CEST)
Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1])
 by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 09670-06 for <FreeBSD-gnats-submit@freebsd.org>;
 Wed, 13 Apr 2005 01:08:26 +0200 (CEST)
Received: from m2a2.dyndns.org (p5091675A.dip.t-dialin.net [80.145.103.90])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 5301844003
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Apr 2005 01:08:26 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id 7D38B79390;
	Wed, 13 Apr 2005 01:08:25 +0200 (CEST)
Received: from merlin.emma.line.org ([127.0.0.1])
 by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 02471-10; Wed, 13 Apr 2005 01:08:24 +0200 (CEST)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP id 57D45779F6;
	Wed, 13 Apr 2005 01:08:24 +0200 (CEST)
Received: from emma by libertas.emma.line.org with local (Exim 4.50 (FreeBSD))
	id 1DLUUZ-000DFp-RF; Wed, 13 Apr 2005 01:08:23 +0200
Message-Id: <E1DLUUZ-000DFp-RF@libertas.emma.line.org>
Date: Wed, 13 Apr 2005 01:08:23 +0200
From: Matthias Andree <matthias.andree@gmx.de>
Sender: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] databases/db41: fix data corruption (recovery failures)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79841
>Category:       ports
>Synopsis:       [MAINTAINER] databases/db41: fix data corruption (recovery failures)
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 12 23:10:24 GMT 2005
>Closed-Date:    Wed Apr 13 07:14:43 GMT 2005
>Last-Modified:  Wed Apr 13 07:14:43 GMT 2005
>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:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Wed Apr 13 07:14:41 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79841 
>Unformatted:
