aboutsummaryrefslogtreecommitdiff
path: root/databases/db47/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-05-27 02:19:58 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-05-27 02:19:58 +0000
commite01eb72dd43e6ca04938b5ab1d7c834c790cb0a6 (patch)
treea4c0912aca068fc7d7a1695fd77cf4756e6656cb /databases/db47/Makefile
parentbb90c1af7b901ffbcd41f794325db03265f438e0 (diff)
downloadports-e01eb72dd43e6ca04938b5ab1d7c834c790cb0a6.tar.gz
ports-e01eb72dd43e6ca04938b5ab1d7c834c790cb0a6.zip
Notes
Diffstat (limited to 'databases/db47/Makefile')
-rw-r--r--databases/db47/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/db47/Makefile b/databases/db47/Makefile
index 15d1effb36e5..5fa111c5ff09 100644
--- a/databases/db47/Makefile
+++ b/databases/db47/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= db47
-PORTVERSION= 4.7.25.3
+PORTVERSION= 4.7.25.4
CATEGORIES= databases
MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \
http://download-east.oracle.com/berkeley-db/ \
@@ -20,12 +20,15 @@ PATCHFILES= patch.4.7.25.1 patch.4.7.25.2 patch.4.7.25.3
PATCH_DIST_STRIP= -d .. --ignore-whitespace
# * patch.4.7.25.1: -----------------------------------------------------------
# # [#16406] Replication clients should be able to open a sequence.
-#
# * patch.4.7.25.2: -----------------------------------------------------------
# # [#16415] DB_ENV->lock_get may self deadlock if user defined locks
# are used and there is only one lock partition defined.
# * patch.4.7.25.3: -----------------------------------------------------------
# # [#16541] Fix for dd segfaults.
+# * patch.4.7.25.4: -----------------------------------------------------------
+# # [#16299] Fix a bug which could cause a SEGV in __repmgr_available_site if a
+# site becomes master after winning an election but is still
+# processing client messages.
# I allow matthias.andree@gmx.de and all freebsd committer to do changes
# to this package.