diff options
Diffstat (limited to 'databases/db44/Makefile')
-rw-r--r-- | databases/db44/Makefile | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile index 2abeb44ef23b..b87c20088cac 100644 --- a/databases/db44/Makefile +++ b/databases/db44/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} |