diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/db46/Makefile | 12 | ||||
-rw-r--r-- | databases/db46/distinfo | 6 |
2 files changed, 15 insertions, 3 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile index 80ad012f05d6..00fd1cbd4bc5 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -6,7 +6,7 @@ # PORTNAME= db46 -PORTVERSION= 4.6.21.1 +PORTVERSION= 4.6.21.3 CATEGORIES= databases MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ http://download-east.oracle.com/berkeley-db/ \ @@ -16,11 +16,17 @@ DISTNAME= db-${PORTVERSION:R} DIST_SUBDIR= bdb PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/ -PATCHFILES= patch.4.6.21.1 -PATCH_DIST_STRIP= -d .. +PATCHFILES= patch.4.6.21.1 patch.4.6.21.2 patch.4.6.21.3 +PATCH_DIST_STRIP= -d .. -l # * patch.4.6.21.1: ----------------------------------------------------------- # Fixes a race condition between checkpoint and DB->close which can result in # the checkpoint thread self-deadlocking. [#15692] +# * 4.6.21.2: ----------------------------------------------------------------- +# Fixes the potential for the wrong number of mutexes to be allocated. This +# issue could cause applications with multiple cache regions to see undefined +# behavior in rare cases under load. [#16178] +# * 4.6.21.3: ----------------------------------------------------------------- +# Replication clients should be able to open a sequence. [#16406] # I allow matthias.andree@gmx.de and all freebsd committer to do changes # to this package. diff --git a/databases/db46/distinfo b/databases/db46/distinfo index ffac2921cd74..24a317b4d148 100644 --- a/databases/db46/distinfo +++ b/databases/db46/distinfo @@ -4,3 +4,9 @@ SIZE (bdb/db-4.6.21.tar.gz) = 11881885 MD5 (bdb/patch.4.6.21.1) = 4878872edfc53c6ecb871b1062a4bdaf SHA256 (bdb/patch.4.6.21.1) = d28c0723c465a2cf3ff2ddc5ed3c643b40c955c4e64d56580961f2fd799cbb53 SIZE (bdb/patch.4.6.21.1) = 2475 +MD5 (bdb/patch.4.6.21.2) = 55074e53d3acae2dcbeae8322f96e522 +SHA256 (bdb/patch.4.6.21.2) = 9496a6cad44377ad1fab8c617f17c6f541e3423814663bfa81c3abb4001622d9 +SIZE (bdb/patch.4.6.21.2) = 892 +MD5 (bdb/patch.4.6.21.3) = 4ccd6c9e296fb448f7ffe352fe740507 +SHA256 (bdb/patch.4.6.21.3) = 3f531b18d88ce68ff080761cd62ef621444e675593aa23045d69121cd2c7c638 +SIZE (bdb/patch.4.6.21.3) = 1517 |