summaryrefslogtreecommitdiff
path: root/databases/db46
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-11-08 05:26:36 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-11-08 05:26:36 +0000
commitbd2e9d98110a246143882ac1a144f22a58de8507 (patch)
treef59429d0f2dd8ab57faf8b41d392c93f1ea8a1ac /databases/db46
parentChange the name of the dbus system socket to system_bus_socket per the dbus (diff)
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG - Add new patches from vendor PR: ports/105112 Submitted by: Timur I. Bakeyev Approved by: Matthias Andree (maintainer)
Notes
Notes: svn path=/head/; revision=176790
Diffstat (limited to 'databases/db46')
-rw-r--r--databases/db46/Makefile19
-rw-r--r--databases/db46/distinfo6
2 files changed, 20 insertions, 5 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile
index 2abeb44ef23b..b87c20088cac 100644
--- a/databases/db46/Makefile
+++ b/databases/db46/Makefile
@@ -6,15 +6,17 @@
#
PORTNAME= db44
-PORTVERSION= 4.4.20.2
+PORTVERSION= 4.4.20.4
CATEGORIES= databases
-MASTER_SITES= http://downloads.sleepycat.com/
+MASTER_SITES= http://download-east.oracle.com/berkeley-db/ \
+ http://download-west.oracle.com/berkeley-db/ \
+ http://download-uk.oracle.com/berkeley-db/
PKGNAMESUFFIX?=
DISTNAME= db-4.4.20
DIST_SUBDIR= bdb
-PATCH_SITES= http://www.sleepycat.com/update/4.4.20/
-PATCHFILES= patch.4.4.20.1 patch.4.4.20.2
+PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/4.4.20/
+PATCHFILES= patch.4.4.20.1 patch.4.4.20.2 patch.4.4.20.3 patch.4.4.20.4
PATCH_DIST_STRIP= -d ..
# * patch.4.4.20.1: -----------------------------------------------------------
# Fix a bug that could cause a trap during recovery if multiple operations that
@@ -22,13 +24,20 @@ PATCH_DIST_STRIP= -d ..
# * 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]
+# * patch.4.4.20.3: -----------------------------------------------------------
+# Fix a bug where cursor lookups on secondary databases with off-page
+# duplicates could fail. [#14240]
+# * patch.4.4.20.4: -----------------------------------------------------------
+# Fix a bug where cache buffer retrieval could race with a checkpoint
+# call, potentially causing database environment recovery to fail. [#14657]
MAINTAINER= matthias.andree@gmx.de
COMMENT= The Berkeley DB package, revision 4.4
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
-INSTALLS_SHLIB= yes
+RANDOMIZE_MASTER_SITES= yes
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../dist/configure
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
diff --git a/databases/db46/distinfo b/databases/db46/distinfo
index 7e7012a5cf27..8c8ad6618a43 100644
--- a/databases/db46/distinfo
+++ b/databases/db46/distinfo
@@ -7,3 +7,9 @@ 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
+MD5 (bdb/patch.4.4.20.3) = 88ee91889ebf5498b22b2e7bed945d41
+SHA256 (bdb/patch.4.4.20.3) = ae54bb752a31655a1a945f12900b740fad397c3e2ddab792ecfd4660d3e6e236
+SIZE (bdb/patch.4.4.20.3) = 1366
+MD5 (bdb/patch.4.4.20.4) = c2ef7b3e59460c35950fab5f2faa3fc0
+SHA256 (bdb/patch.4.4.20.4) = 7018f74e5184451809f6864172132472e91d95e2bec97ce6124afb67f0d65e59
+SIZE (bdb/patch.4.4.20.4) = 837