aboutsummaryrefslogtreecommitdiff
path: root/databases/db44
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-02-09 10:05:01 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-02-09 10:05:01 +0000
commitab5f3d74a63bb453141d5e9e5953a2bdcc97459a (patch)
treee9934115cefbe407bb7cbb0ece04b2773bd88c93 /databases/db44
parent18e84bed8bcd98bb81199fcf9ac6e8932102c823 (diff)
downloadports-ab5f3d74a63bb453141d5e9e5953a2bdcc97459a.tar.gz
ports-ab5f3d74a63bb453141d5e9e5953a2bdcc97459a.zip
Update to 4.4.20.2
PR: ports/93031 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=155572
Diffstat (limited to 'databases/db44')
-rw-r--r--databases/db44/Makefile15
-rw-r--r--databases/db44/distinfo6
2 files changed, 17 insertions, 4 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile
index dd42e7242e0f..cfd73e94fa07 100644
--- a/databases/db44/Makefile
+++ b/databases/db44/Makefile
@@ -6,15 +6,22 @@
#
PORTNAME= db44
-PORTVERSION= 4.4.20
+PORTVERSION= 4.4.20.2
CATEGORIES= databases
MASTER_SITES= http://downloads.sleepycat.com/
PKGNAMESUFFIX?=
-DISTNAME?= db-${PORTVERSION}
+DISTNAME= db-4.4.20
DIST_SUBDIR= bdb
-PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/
+PATCH_SITES= http://www.sleepycat.com/update/4.4.20/
+PATCHFILES= patch.4.4.20.1 patch.4.4.20.2
PATCH_DIST_STRIP= -d ..
+# * patch.4.4.20.1: -----------------------------------------------------------
+# Fix a bug that could cause a trap during recovery if multiple operations that
+# could remove the same extent were recovered. [#14061]
+# * patch.4.4.20.2: -----------------------------------------------------------
+# Fix a bug that could cause traps or hangs if the DB_TXN->set_name function is
+# used in a multithreaded application. [#14033]
MAINTAINER= matthias.andree@gmx.de
COMMENT= The Berkeley DB package, revision 4.4
@@ -26,7 +33,7 @@ INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_SCRIPT= ../dist/configure
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
-BDBVER= ${PORTVERSION:R}
+BDBVER= ${PORTVERSION:R:R}
BDBMINOR= ${BDBVER:E:S/^\.//}
BDBDIR= BerkeleyDB.${BDBVER}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \
diff --git a/databases/db44/distinfo b/databases/db44/distinfo
index 00006f97a5a6..8143aec50c13 100644
--- a/databases/db44/distinfo
+++ b/databases/db44/distinfo
@@ -1,3 +1,9 @@
MD5 (bdb/db-4.4.20.tar.gz) = 33851f01b455cca48aa601956de93c6f
SHA256 (bdb/db-4.4.20.tar.gz) = 56442966cf51a6eb81272f4ab4cec929dcb695a5081b187215afdc7cf7629a57
SIZE (bdb/db-4.4.20.tar.gz) = 8112163
+MD5 (bdb/patch.4.4.20.1) = 66584d621355df055b6e05b4a02e9c3e
+SHA256 (bdb/patch.4.4.20.1) = 4eeb18450b88703282251c386405bf7c9efa053a42d1dda97603ee8039ee5869
+SIZE (bdb/patch.4.4.20.1) = 867
+MD5 (bdb/patch.4.4.20.2) = 85df93a0867f6cace3501671cdeb6ed1
+SHA256 (bdb/patch.4.4.20.2) = 45949e288482736bbc27bd62c854a99fad4b3e55103897eafd62bce1d5629bbc
+SIZE (bdb/patch.4.4.20.2) = 721