]> code.ossystems Code Review - openembedded-core.git/commit
db: Upgrade to 6.0.35
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 28 Sep 2016 16:06:10 +0000 (11:06 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 23:32:59 +0000 (00:32 +0100)
commit8f72cae18961e9556e54db76a416bde497dc8b6d
treef732ecf7c41c63f451ae8f087abe25fcec4103dd
parentbcddc3e7eff138add031bc9c9728be5a42fa62ef
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]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/db/db_6.0.35.bb [moved from meta/recipes-support/db/db_6.0.30.bb with 95% similarity]