View | Details | Raw Unified | Return to bug 131236
Collapse All | Expand All

(-)/usr/home/admin/gslin/work/ports/db46/Makefile (-3 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	db46
8
PORTNAME=	db46
9
PORTVERSION=	4.6.21.1
9
PORTVERSION=	4.6.21.3
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	http://download-west.oracle.com/berkeley-db/ \
11
MASTER_SITES=	http://download-west.oracle.com/berkeley-db/ \
12
		http://download-east.oracle.com/berkeley-db/ \
12
		http://download-east.oracle.com/berkeley-db/ \
Lines 16-26 Link Here
16
DIST_SUBDIR=	bdb
16
DIST_SUBDIR=	bdb
17
17
18
PATCH_SITES=	http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/
18
PATCH_SITES=	http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/
19
PATCHFILES=	patch.4.6.21.1
19
PATCHFILES=	patch.4.6.21.1 patch.4.6.21.2 patch.4.6.21.3
20
PATCH_DIST_STRIP=	-d ..
20
PATCH_DIST_STRIP=	-d .. -l
21
# * patch.4.6.21.1: -----------------------------------------------------------
21
# * patch.4.6.21.1: -----------------------------------------------------------
22
# Fixes a race condition between checkpoint and DB->close which can result in
22
# Fixes a race condition between checkpoint and DB->close which can result in
23
# the checkpoint thread self-deadlocking. [#15692]
23
# the checkpoint thread self-deadlocking. [#15692]
24
# * 4.6.21.2: -----------------------------------------------------------------
25
# Fixes the potential for the wrong number of mutexes to be allocated. This
26
# issue could cause applications with multiple cache regions to see undefined
27
# behavior in rare cases under load. [#16178]
28
# * 4.6.21.3: -----------------------------------------------------------------
29
# Replication clients should be able to open a sequence. [#16406]
24
30
25
# I allow matthias.andree@gmx.de and all freebsd committer to do changes
31
# I allow matthias.andree@gmx.de and all freebsd committer to do changes
26
# to this package.
32
# to this package.
(-)/usr/home/admin/gslin/work/ports/db46/distinfo (+6 lines)
Lines 4-6 Link Here
4
MD5 (bdb/patch.4.6.21.1) = 4878872edfc53c6ecb871b1062a4bdaf
4
MD5 (bdb/patch.4.6.21.1) = 4878872edfc53c6ecb871b1062a4bdaf
5
SHA256 (bdb/patch.4.6.21.1) = d28c0723c465a2cf3ff2ddc5ed3c643b40c955c4e64d56580961f2fd799cbb53
5
SHA256 (bdb/patch.4.6.21.1) = d28c0723c465a2cf3ff2ddc5ed3c643b40c955c4e64d56580961f2fd799cbb53
6
SIZE (bdb/patch.4.6.21.1) = 2475
6
SIZE (bdb/patch.4.6.21.1) = 2475
7
MD5 (bdb/patch.4.6.21.2) = 55074e53d3acae2dcbeae8322f96e522
8
SHA256 (bdb/patch.4.6.21.2) = 9496a6cad44377ad1fab8c617f17c6f541e3423814663bfa81c3abb4001622d9
9
SIZE (bdb/patch.4.6.21.2) = 892
10
MD5 (bdb/patch.4.6.21.3) = 4ccd6c9e296fb448f7ffe352fe740507
11
SHA256 (bdb/patch.4.6.21.3) = 3f531b18d88ce68ff080761cd62ef621444e675593aa23045d69121cd2c7c638
12
SIZE (bdb/patch.4.6.21.3) = 1517

Return to bug 131236