mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Apply two vendor fixes:
* patch.4.5.20.1: ----------------------------------------------------------- Fixes access to sequences in the Java API in DB 4.5.20. * patch.4.5.20.2: ----------------------------------------------------------- Fixes a problem introduced in 4.5.20 when we changed the way DBTs are copied in calls from the Java API into the core API.
This commit is contained in:
parent
660fd7661d
commit
06fdcdd7b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251471
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= db45
|
||||
PORTVERSION= 4.5.20.0
|
||||
PORTVERSION= 4.5.20.2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \
|
||||
http://download-east.oracle.com/berkeley-db/ \
|
||||
@ -15,8 +15,18 @@ PKGNAMEPREFIX?=
|
||||
DISTNAME= db-${PORTVERSION:R}
|
||||
DIST_SUBDIR= bdb
|
||||
|
||||
PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/
|
||||
PATCHFILES= patch.4.5.20.1 patch.4.5.20.2
|
||||
PATCH_DIST_STRIP= -d .. -l
|
||||
# * patch.4.5.20.1: -----------------------------------------------------------
|
||||
# Fixes access to sequences in the Java API in DB 4.5.20.
|
||||
# * patch.4.5.20.2: -----------------------------------------------------------
|
||||
# Fixes a problem introduced in 4.5.20 when we changed the way DBTs are copied
|
||||
# in calls from the Java API into the core API.
|
||||
|
||||
# I allow matthias.andree@gmx.de and all freebsd committer to do changes
|
||||
# to this package.
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= The Berkeley DB package, revision 4.5
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
MD5 (bdb/db-4.5.20.tar.gz) = b0f1c777708cb8e9d37fb47e7ed3312d
|
||||
SHA256 (bdb/db-4.5.20.tar.gz) = f52cd5cea899823dd200d56556f70b33c55e48a33bb7b65ee128968dc10ca82d
|
||||
SIZE (bdb/db-4.5.20.tar.gz) = 9281894
|
||||
MD5 (bdb/patch.4.5.20.1) = a571e239b9041d7990df287cbc59ad6f
|
||||
SHA256 (bdb/patch.4.5.20.1) = f0749a6780cd260fed20b6e961a0d354889ffe84505129d5c81925a4a4dcf6cb
|
||||
SIZE (bdb/patch.4.5.20.1) = 984
|
||||
MD5 (bdb/patch.4.5.20.2) = b7a7086a067ba116f5a8464362c9a9a7
|
||||
SHA256 (bdb/patch.4.5.20.2) = 232a93565ab1bf34db10f7513b612867bb61e0c012def7f63715800a05d07e6a
|
||||
SIZE (bdb/patch.4.5.20.2) = 1752
|
||||
|
Loading…
x
Reference in New Issue
Block a user