ports/79841: [MAINTAINER] databases/db41: fix data corruption (recovery failures)
Matthias Andree
matthias.andree at gmx.de
Tue Apr 12 23:10:25 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list