diff options
Diffstat (limited to 'databases/db46/Makefile')
-rw-r--r-- | databases/db46/Makefile | 12 |
1 files changed, 9 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. |