1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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.

PR:		79841
Submitted by:	maintainer
This commit is contained in:
Yen-Ming Lee 2005-04-13 07:14:36 +00:00
parent ec238c7933
commit cf369503ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133205
2 changed files with 4 additions and 2 deletions

View File

@ -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 @@ DISTNAME?= db-${PORTVERSION}
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

View File

@ -2,3 +2,5 @@ MD5 (bdb/db-4.1.25.tar.gz) = df71961002b552c0e72c6e4e358f27e1
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