Update to 4.7.25.3
This commit is contained in:
parent
e064f188bc
commit
20537f5454
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230784
2 changed files with 7 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= db47
|
||||
PORTVERSION= 4.7.25.2
|
||||
PORTVERSION= 4.7.25.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \
|
||||
http://download-east.oracle.com/berkeley-db/ \
|
||||
|
@ -16,7 +16,7 @@ DISTNAME= db-${PORTVERSION:R}
|
|||
DIST_SUBDIR= bdb
|
||||
|
||||
PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/
|
||||
PATCHFILES= patch.4.7.25.1 patch.4.7.25.2
|
||||
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.
|
||||
|
@ -24,6 +24,8 @@ PATCH_DIST_STRIP= -d .. --ignore-whitespace
|
|||
# * 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.
|
||||
|
||||
# I allow matthias.andree@gmx.de and all freebsd committer to do changes
|
||||
# to this package.
|
||||
|
|
|
@ -7,3 +7,6 @@ SIZE (bdb/patch.4.7.25.1) = 2072
|
|||
MD5 (bdb/patch.4.7.25.2) = bd410a11c71fee52fddb6aa2d8d4f80c
|
||||
SHA256 (bdb/patch.4.7.25.2) = 05d6cde0ab1bfdb80394a7a88ff7233d0407f0b09103b0dd3791ebfccbbcca31
|
||||
SIZE (bdb/patch.4.7.25.2) = 2210
|
||||
MD5 (bdb/patch.4.7.25.3) = 6fcd69f64f5b34bfe8f0a63cc2e402c1
|
||||
SHA256 (bdb/patch.4.7.25.3) = e5393cbfc8538cc21cc939d26ceca3e5782b4a4259a644884d91790e18ed39f3
|
||||
SIZE (bdb/patch.4.7.25.3) = 8442
|
||||
|
|
Loading…
Reference in a new issue