aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db46/Makefile
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-11-08 13:26:36 +0800
committerrafan <rafan@FreeBSD.org>2006-11-08 13:26:36 +0800
commitf503c8d41f9db86907e9117dc04255800ac1f0ae (patch)
treea1fea0b1e40a5032fa5fd21fbfe8d9a136636d57 /databases/db46/Makefile
parent2a223ed523b308d48f9e1628c8243a5c7523ce18 (diff)
downloadfreebsd-ports-graphics-f503c8d41f9db86907e9117dc04255800ac1f0ae.tar.gz
freebsd-ports-graphics-f503c8d41f9db86907e9117dc04255800ac1f0ae.tar.zst
freebsd-ports-graphics-f503c8d41f9db86907e9117dc04255800ac1f0ae.zip
- 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)
Diffstat (limited to 'databases/db46/Makefile')
-rw-r--r--databases/db46/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile
index 2abeb44ef23..b87c20088ca 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}