diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2016-09-28 11:06:10 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-30 16:51:15 +0100 |
commit | 9393b160733c19af1b1d70cc066b1bddac83bcee (patch) | |
tree | ceb7bcda3dbdc83c650d814184e18dbeffdb58f9 /meta | |
parent | b6253350fb86d8e54792905342a5892af570d526 (diff) | |
download | poky-9393b160733c19af1b1d70cc066b1bddac83bcee.tar.gz |
db: Upgrade to 6.0.35
The SRC_URI was changed to point gentoo distfiles because now Oracle
request authorization for download the source code [1], there are no changes
in the LICENSE since version 6.0.20 when the LICENSE changes to AGPL-3
[2], also the md5sum was review to be sure that is the same.
This minor upgrade fix an issue related to multiple rpm instances querying
the database [3].
The bugfixes related are,
- Fixed a bug that may lead to a crash when opening multiple environments
in a multi-threaded program.
- Fixed a bug where closing a panic environment raised access violation
and crashed the program.
For see the complete list of changes mostly bugfixes between 6.0.30 and 6.0.35 [4].
[1] http://download.oracle.com/otn/berkeley-db/db-6.0.35.tar.gz
[2] http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp509784
[3] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0
[4] http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp503384
[YOCTO #10157]
(From OE-Core rev: 8f72cae18961e9556e54db76a416bde497dc8b6d)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/db/db_6.0.35.bb (renamed from meta/recipes-support/db/db_6.0.30.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.35.bb index 072cbdf217..32afbe82d8 100644 --- a/meta/recipes-support/db/db_6.0.30.bb +++ b/meta/recipes-support/db/db_6.0.35.bb | |||
@@ -18,16 +18,15 @@ RCONFLICTS_${PN} = "db3" | |||
18 | PR = "r1" | 18 | PR = "r1" |
19 | 19 | ||
20 | # Note, when upgraded to 6.1.x, a patch in RPM will need to be removed to activate db 6.1 support. | 20 | # Note, when upgraded to 6.1.x, a patch in RPM will need to be removed to activate db 6.1 support. |
21 | 21 | SRC_URI = "http://distfiles.gentoo.org/distfiles/db-${PV}.tar.gz \ | |
22 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz \ | ||
23 | file://arm-thumb-mutex_db5.patch \ | 22 | file://arm-thumb-mutex_db5.patch \ |
24 | file://fix-parallel-build.patch \ | 23 | file://fix-parallel-build.patch \ |
25 | file://Makefile-let-libso_target-depend-on-bt_rec.patch \ | 24 | file://Makefile-let-libso_target-depend-on-bt_rec.patch \ |
26 | file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \ | 25 | file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \ |
27 | " | 26 | " |
28 | 27 | ||
29 | SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b" | 28 | SRC_URI[md5sum] = "c65a4d3e930a116abaaf69edfc697f25" |
30 | SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2" | 29 | SRC_URI[sha256sum] = "24421affa8ae436fe427ae4f5f2d1634da83d3d55a5ad6354a98eeedb825de55" |
31 | 30 | ||
32 | # Exclude NC versions which lack AES encryption | 31 | # Exclude NC versions which lack AES encryption |
33 | UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar" | 32 | UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar" |